-
Full Project install
My team developed 3 different apps and we need them to be part of a single install package and they need to install one after another. How can I accomplish this? Im using vb .net 2005 and the other 2 apps are java apps (all seperate executable setup files).
-
Re: Full Project install
If VB.net packaging is anything like PDW you can't do that unless you recode the PDW app. With Inno and Windows Installer (MSI files) you can do that sort of thing.
-
Re: Full Project install
-
Re: Full Project install
Package and Deployment Wizard
-
Re: Full Project install
Looks like Inno is an easy way to go, do you agree?
http://www.jrsoftware.org
-
Re: Full Project install
Yes. Look at the third pary tools for Inno Setup also.