Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

InstallShield doesn't create one big Setup-file [duplicate]

I have created a project in Visual Studio Ultimate 2012 and I have activated Installshield so that I can create a setup-file for my project. The deal is that InstallShield doesn't create one big setup-file, but rather one folder which contains a setup-file I can run to install the project. If I take the setup-file out of the folder, the setup will fail. Do anyone know what I am doing wrong? I feel like the whole purpose of creating a setup-file is to only have one exe-file, not to be forced to go through a folder to find a setup-file.

Added an image of my folder: enter image description here

like image 481
user2236165 Avatar asked May 14 '13 15:05

user2236165


1 Answers

Within Visual Studio click Build from the menu bar, then click configuration manager. Within the Configuration Manager dialog, set the Configuration to SingleImage and then rebuild the project.

like image 200
Andrew Seaford Avatar answered Sep 28 '22 08:09

Andrew Seaford