Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generating single exe InstallShield 2012 limited edtion in visual Studio 2012

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

like image 800
Harshil Sharma Avatar asked Nov 27 '12 10:11

Harshil Sharma


1 Answers

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

like image 158
a praveen Avatar answered Oct 21 '22 10:10

a praveen