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

Display version based on file text

I want to display version on a dialog. The text for the version should be version displayed in a text file. I am using Installshield 11.5. Can anyone help me with this?
Labels (1)
0 Kudos
(1) Reply
rommel83
Level 2

I was able to solve it by doing the following steps
1.Getting the file text using OpenFile and getLine method
2.Use the file text value to set the property using MsiSetProperty
3.Use the property in the dialog

Thanks
0 Kudos