Generating single exe InstallShield 2012 limited edtion in visual Studio 2012
Asked Answered
O

2

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

Orangery answered 27/11, 2012 at 10:19 Comment(0)
L
22

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

Latrinalatrine answered 13/3, 2013 at 6:47 Comment(0)
R
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

Radiometer answered 31/8, 2016 at 8:59 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.