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
- :
- Re: Single Executable Version
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
‎Mar 31, 2011
03:14 PM
Single Executable Version
Hello,
I am creating a single executable for my install. However, the file/product version is the version of InstallShield I'm using.
How/Can I make the single .exe be the same version as my product version?
Thanks in advance,
Mike
I am creating a single executable for my install. However, the file/product version is the version of InstallShield I'm using.
How/Can I make the single .exe be the same version as my product version?
Thanks in advance,
Mike
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 01, 2011
08:35 AM
This capability was added in InstallShield 2011. For more information, see Customizing File Properties for the Setup Launcher.
There is no such built-in support for this in earlier versions of InstallShield.
There is no such built-in support for this in earlier versions of InstallShield.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 01, 2011
10:35 AM
You can change it on a one-time basis in the UI. We increment our build #s with our nightly build, so we wrote a VB script to increment the ISM file in conjunction with our nightly build.
If that is what you want to do, check out this documentation:
http://kb.flexerasoftware.com/doc/Helpnet/installshield12helplib/IHelpAutoISWiProject.htm
Be aware the documentation is a little old, so you'd want to replace the 12 in this line:Set m_ISWiProject = CreateObject("IswiAuto12.ISWiProject") with 14.
See the properties for ProductCode and ProductVersion.
If that is what you want to do, check out this documentation:
http://kb.flexerasoftware.com/doc/Helpnet/installshield12helplib/IHelpAutoISWiProject.htm
Be aware the documentation is a little old, so you'd want to replace the 12 in this line:Set m_ISWiProject = CreateObject("IswiAuto12.ISWiProject") with 14.
See the properties for ProductCode and ProductVersion.