Loading
how to deploy windows installer?
in the redistributable window, there are many windows installer versions, for xp, vista, windows 2008, etc..

 

what if my application can run on all?

 

how can I include all but InstallSheild will detect the platform and install the required windows installer?

  • If your product can run on all of those versions of Windows, you will want to include all of those InstallShield prerequisites in your project. At run time, the installation launches the appropriate redist installation based on which OS is present on the target system.

Loading
how to deploy windows installer?