cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
dannyw
Level 3

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
Labels (1)
0 Kudos
(5) Replies
rboutilier
Level 4

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.
0 Kudos
hidenori
Level 17

The issue has been filed under the work order #IOA-000073285 and will be fixed in the next release.

Regards.
0 Kudos
dannyw
Level 3

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.
0 Kudos
JohnCresswell
Flexera Alumni

This issue should be resolved with Service Pack that was released yesterday.

Please let me know if you are still having issues.
0 Kudos
dannyw
Level 3

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.
0 Kudos