cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
fanasus
Level 4

How to convert old ISM with commandline?

So far, we have many InstallShield8 ISM files which need to be converted to InstallShield 2008. and then change the "Project File Format" from binary to XML.

My questiong is that:

How to convert it with commandline (silent)?
How to change the "Project File Format" from binary to XML with commandline(silent)?

Thanks
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

The command-line builder ISCmdBld.exe accepts a -u switch to upgrade but not build a project; and the InstallShield Automation interface exposes the UseXMLProjectFormat property on the ISWiProject object to change the storage format.
0 Kudos