wix3.7 - WiX - Show product version in instance productname? -
wix3.7 - WiX - Show product version in instance productname? -
i can define product version variable :
<?define productversion="!(bind.fileversion.serviceexefile)" ?> which can reference within string parameters :
$(var.productversion) ..but displayed literal text if utilize in instancetransforms productname parameter.
can suggest how might work around this?
wix wix3.7
Comments
Post a Comment