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

Automatic Version Numbering

Is there a way to automatically get the version number of the product within InstallShield 2018 Express?

I know you can set the version number manually but is there a way for it to automatically detect this?
Labels (1)
0 Kudos
(1) Reply
Jenifer
Flexera Alumni

Hi Oliver78,

Do you mean via automation interface ?

If so, you can use sample snippet like this:


var ISObject = new ISWiAuto22.ISWiProject();
ISObject.OpenProject(@strPath);
var version = ISObject.ProductVersion;


Thanks,
Jenifer
0 Kudos