I am very new to InstallShield and have inherited the InstallScript project. I basically figured out my way and fixed most of the problems. However, I want to build this project automatically on our build server with every build of our product. It works fine for me. For some reason, I cannot increase the version number.
I use the command:
IsCmdBld.exe -P <.ism location>
-L <some_path_variable>=<some_value>
-L <some_path_variable2>=<some_value2>
It works.
However, adding -y 1.2.3 , -y "1.2.3" , -z Version=1.2.3 , -z Version="1.2.3" , -z "Version=1.2.3" , -z ProductVersion=1.2.3 , -z ProductVersion="1.2.3" or -z "ProductVersion=1.2.3". does not work.
When I say that this does not work, I mean that using the resulting installer does not try to update, as if I manually increased the version line in the product properties table from inside InstallShield.
Is there something I am missing? I know that I do not pay much attention, just hoping that someone has encountered this problem before. In addition, using the -c COMP switch does not work.
Any thoughts appreciated.
source share