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: