Вопрос

I'm new to Installshield. I need to customize an Installshield-8 project to my need.

Is there a possibility to set the IS Project information such as Product-Code, INSTALLDIR

and Product Version programmatically from an external application (probably using some

scripts) Also,

Does using InstallScript in the Installshield-8 is of any help ?

My requirement is to be able to pass the configuration related information to a config

file and somehow read this information while compiling the Installshield-8 project

Any help in this direction is much appreciated

Thanks

Это было полезно?

Решение

IS has a (version specific) COM Automation Interface. The IswiProject object exposes INSTALLDIR, ProductCode and ProductVersion properties. You can use this from a 32bit build process to transform the ISM before compiling.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top