13

I'm using InstallShield Wizard spring limited edition in Visual Studio 2012. I want to know how can I generate a SINGLE .EXE installer file in installshield, I'm now getting two ini files, a cab file, an msi file and an exe file.

Thank You

Christopher Painter
  • 54,556
  • 6
  • 63
  • 100
Harshil Sharma
  • 2,016
  • 1
  • 29
  • 54

2 Answers2

22

Right click on solution and choose "Configuration Manager...". Than set "SingleImage" configuration option against the setup project.

a praveen
  • 318
  • 4
  • 9
0

For anyone else reading this that has multiple releases and no 'SingleImage' configuration.

Go into Releases, select the Release(s) and Set 'Compression' to 'Compressed' and this will compress the release into a single exe

WraithNath
  • 17,658
  • 10
  • 55
  • 82