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

ProductVersion

Hello I want to show my ProductVersion on the SdWelcome dialog box.
I have created a text area and set [ProductVersion] in the text value.

Executing my project, "[ProductVersion]" appears on the dialog box and not the real value !!!

Why ?
(1) Reply
Unfortunately the property that you are trying to use is an MSI property, so writing [PropertyName] in an installscript dialog would not work. You would need to do an MsiGetProperty with the property name and then display this in the dialog.