Deploying multiple projects
-
Hi, I am deploying 5 projects in a single msi file. I need to add a form so that at the time of installation the user can make a custom installation of the products (like we do while installing MS Office).. How can I achieve this....? THANKS in advance for any suggestions....
-
Hi, I am deploying 5 projects in a single msi file. I need to add a form so that at the time of installation the user can make a custom installation of the products (like we do while installing MS Office).. How can I achieve this....? THANKS in advance for any suggestions....
The only way that I can think of is to write yet another program that should be started when the user clicks on it. That new application would then start the selected installer with the Process.Start() method.
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my homepage Oracle Studios Discounted or Free Software for Students: DreamSpark - downloads.channel8.msdn.com MSDN Academic Alliance - www.msdnaa.com
-
The only way that I can think of is to write yet another program that should be started when the user clicks on it. That new application would then start the selected installer with the Process.Start() method.
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my homepage Oracle Studios Discounted or Free Software for Students: DreamSpark - downloads.channel8.msdn.com MSDN Academic Alliance - www.msdnaa.com
-
Thanks Mr.Thomas for the suggestion... But I think there should be some other better option to do this...
That is the only option that I can think of with the out-of-the-box visual studio. The only other option that I can think of is to buy a third party installer creation suite.
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my homepage Oracle Studios Discounted or Free Software for Students: DreamSpark - downloads.channel8.msdn.com MSDN Academic Alliance - www.msdnaa.com