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

Command line build parameter -y

Hallo,
how to use the command line parameter -y to build a project and change the version.

e.g.
IsSABld.exe -p "d:\autobuild\is2008\hlnt_standard.ism" -r "SILENT" -b "d:\autobuild\is2008\Media\SILENT" -y "04.17.16.00"

the parameter did not change the version!
our version is like aa.bb.cc.dd and not
like aaa.bbb.cccc like in the macrovision description.

can anybody help?
Labels (1)
0 Kudos
(3) Replies
DebbieL
Level 17

Are you working with an InstallScript project? InstallScript projects do not support the -y parameter. (Issue IOC-000062128 was created to note the project types in the documentation.)

Debbie Landers
Macrovision Corporation
0 Kudos
CMartin
Level 3

Hallo,
yes, my project is an installscript project.

Is there a description of IOC-000062128 in the web.
I don't find anything...
0 Kudos
DebbieL
Level 17

No, I don't think that issue IOC-000062128 is described on the Web. It's logged in our internal tracking system that we use to identify changes for upcoming releases. It is classified as a documentation bug, since the documentation really needs to identify which project types support each command-line parameter.

Note that for your InstallScript project, you may want to use the automation interface to change the version number. The ISWiProject object includes a ProductVersion property that you can use to change the version number.

I hope that helps.

Debbie Landers
Macrovision Corporation
0 Kudos