Setup Poject
-
Hi all I have multi .Msi files, How can I put them in single setup file?:doh::confused:
-
Hi all I have multi .Msi files, How can I put them in single setup file?:doh::confused:
Strange... You could create a exe "bootstrapper" that extract and run all MSI files contemporarily.
Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it
-
Strange... You could create a exe "bootstrapper" that extract and run all MSI files contemporarily.
Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it
Thank For your reply I have search about the "bootstrapper" but I doesn't find Extract and run so If you could please send me a full document example how to do that But note that i want all the MSIs in single setup :doh::confused:
-
Thank For your reply I have search about the "bootstrapper" but I doesn't find Extract and run so If you could please send me a full document example how to do that But note that i want all the MSIs in single setup :doh::confused:
A bootstrapper is only a simple program without user interface, this program only extracts the MSI file from an integrated resource and executes that. So, you can make a bootstrapper that englobe the MSI files that you want, and then extract (and run) these. Bye, ;)
Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it