Can any one tell me how the conduit.com works??
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..
Please help
thank you
Can any one tell me how the conduit.com works??
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..
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%5FPage.
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.
-edit- Another option is InnoSetup - http://www.jrsoftware.org/isinfo.php - I've used it before and it's quite good.