This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Is it possible to make a single file executable as an install?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 06, 2013
01:27 PM
Is it possible to make a single file executable as an install?
Visual Studio Gallery only allows you to update .vsix, .exe or .msi files, but the ones created with the InstallShield Limited Edition (for Visual Studio 2012) creates the .exe and .msi, but they do not install without all of the files in the same directory (program files\[company]\App)
and some other files.
Can a single file .exe be created?
and some other files.
Can a single file .exe be created?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 08, 2013
07:50 AM
I believe you can create a single exe or msi file by creating a compressed release. This option is in Build tab under releases view. If you want single exe, enable setup launcher to Yes which is under setup.exe and if you want single msi file disable this option.