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
- :
- How to make version in installshield project match assembly 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
Feb 10, 2015
03:14 PM
How to make version in installshield project match assembly version
I am using Visual Studio 2013 with Install Shield LE and have inherited a simple project that I must maintain. I am typically an embedded programmer so please forgive me if these is a dumb question. My project consists of a single program (.exe) with several supporting libraries (.dll files) and what I want to accomplish is to have the assembly version (x.y.*) in the application match the version specified in the install shield project assistant. If I manually update the version using the project assistant, this version shows up in Windows control panel add/remove programs but I cannot seem to access this version at run time from the application (I want to put it on the title bar of the app.). If I update the version in the assembly information of the application project then it will show up in the title bar but not in the control panel. I am building with the Visual Studio GUI and don't mind updating one of them manually but would prefer not to do both for fear of getting them out of sync. Is there any way to force install shield to use the version of one of the projects it is "wrapping"? Or is there another way to accomplish this using these tools?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 12, 2015
02:59 PM
Hi,
I do not believe there is an automatic way to do this in the Limited Edition.
For the full version, there are automation interface functions to read in a file version and set it as the product version.
I do not believe there is an automatic way to do this in the Limited Edition.
For the full version, there are automation interface functions to read in a file version and set it as the product version.