简体   繁体   English

谁能告诉我pipeline.com的工作方式吗?

[英]Can any one tell me how the conduit.com works?

Can any one tell me how the conduit.com works?? 谁能告诉我pipeline.com的工作原理?

Hi i want to make something like conduit.com...how this website works.means how they generate an executable in runtime.i want to make in C# and Asp.net.. 嗨,我想制作类似conductor.com的东西...该网站的工作方式。意味着它们如何在运行时生成可执行文件。我想在C#和Asp.net中制作。

Please help 请帮忙

thank you 谢谢


What i am asking is that how it generates installation files dynamically... 我要问的是它如何动态生成安装文件...

"how it generates installation files dynamically" “它如何动态生成安装文件”

Probably using something like nullsoft NSIS - http://nsis.sourceforge.net/Main_Page . 可能使用类似nullsoft NSIS的东西-http: //nsis.sourceforge.net/Main_Page

They'd make a generic install script, and replace a few files as per the customised toolbar, and then re-run the NSIS compiler and send you its output. 他们将制作一个通用的安装脚本,并根据自定义工具栏替换一些文件,然后重新运行NSIS编译器并将其输出发送给您。

-edit- Another option is InnoSetup - http://www.jrsoftware.org/isinfo.php - I've used it before and it's quite good. -edit-另一个选项是InnoSetup- http ://www.jrsoftware.org/isinfo.php-我以前使用过它,它非常好。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM