Search code examples
visual-studio-2010installshield-le

How to create a single setup.exe with InstallShield limited edition?


I am trying to create a single .exe file installer. I managed to get all the dependencies in to a .exe file (by setting extract from Setup.exe property). How do i get the .msi also inside the setup.exe file?

This is what it looks like now

enter image description here


Solution

  • I had this trouble too. The way it does is very unintuitive, IMO.

    1. Highlight the Set up project

    2. On Visual Studio Standard toolbar, choose "Solution Configuration" dropdown. Probably it is selected as "Debug". Change it to "Single Image"

      enter image description here

    3. Right click on your setup project and Build.

    It should create a single setup.exe.