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: Set product version for Advanced UI Project via command line
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
‎Aug 07, 2012
10:22 AM
Set product version for Advanced UI Project via command line
I am trying to integrate a suite project to the whole build system. Part of the task is to set product version and file version of setup.exe via command line.
I tried to use -y option but it did not work at all
IsCmdBld.exe -p project.issuite -r Release -y "1.0.0.0"
The produc version is still not set correctly.
Please advise me...
Danny
I tried to use -y option but it did not work at all
IsCmdBld.exe -p project.issuite -r Release -y "1.0.0.0"
The produc version is still not set correctly.
Please advise me...
Danny
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 20, 2012
11:32 AM
I can confirm that the -y option does not work for a Suite Project. In order to change the version during an automated build, I had to resort to a text replace in the suite project file before launching iscmdbld.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 20, 2012
04:13 PM
The issue has been filed under the work order #IOA-000073285 and will be fixed in the next release.
Regards.
Regards.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 24, 2012
03:26 AM
rboutilier wrote:
I can confirm that the -y option does not work for a Suite Project. In order to change the version during an automated build, I had to resort to a text replace in the suite project file before launching iscmdbld.
Thanks for your suggestion. I think that is only workaround for now.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 13, 2012
10:47 AM
This issue should be resolved with Service Pack that was released yesterday.
Please let me know if you are still having issues.
Please let me know if you are still having issues.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 14, 2012
03:16 AM
JohnCresswell wrote:
This issue should be resolved with Service Pack that was released yesterday.
Please let me know if you are still having issues.
I have updated my InstallShield 2012 Spring with the latest SP, and it resolved the issue. Thanks John.