Loading
Does InstallShield have an option to automatically embed language transforms into an .msi package?

Currently, we use a small utility that makes use of Windows scripts to embed language transforms into our .msi package. The scripts are wilanguid and wisubstg.vbs. So, once embeded, the install can be called like this to show the different languages....

 

msiexec .i path\to\installer.msi TRANSFORMS=:languageId

 

The colon indicates that the transform is embedded I believe.

 

My question is, is there a release option in the InstallShield IDE to automatically embed the transforms as opposed to the need to maintain the external utility?

 

If not, that would be a fairly nifty option to have I think.

 

Any help or guidance appreciated.

 

Thanks in advance!!


Loading
Does InstallShield have an option to automatically embed language transforms into an .msi package?