cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
s_kein_bottle
Level 2

What is an ism file?

I was given a build script which calls InstallShield with an ism file. InstallShield fails because it cannot find some items that are hard-coded in the ism file. Can someone point me to documentation on reading & understanding an ism file soI can determine how to fix the file? Thank you.
Labels (1)
0 Kudos
(1) Reply
Christopher_Pai
Level 16

The ISM (MSI spelled backwards) is the primary source code file of your project. It is configurable to be stored in Binary mode (essentially an MSI database; rename it to .MSI and edit it in Orca to see ) or XML mode. In XML mode the tables are translated to DTD format (no XSD schema).

InstallShield has a concept called Path Variables that when used properly prevents hard coded paths. If you are completely new to InstallShield and just need to get something to build that was handed of to you, I am available for consulting.
0 Kudos