installation - InstallShield doesn't create one big Setup-file -


this question has answer here:

i have created project in visual studio ultimate 2012 , have activated installshield can create setup-file project. deal installshield doesn't create 1 big setup-file, rather 1 folder contains setup-file can run install project. if take setup-file out of folder, setup fail. know doing wrong? feel whole purpose of creating setup-file have 1 exe-file, not forced go through folder find setup-file.

added image of folder: enter image description here

there variety of scenarios call different build configurations. single self extracting exe not desired.

however, if desire, build single image configuration instead.

personally, if don't have reason have setup.exe ( setup prereqs, multiple instances, minor upgrades , on ) i'd build single msi.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -