문제

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