[wix-users] Data Type for Property

Reuss, Matthias matthias.mr.reuss at sivantos.com
Thu May 17 04:48:17 PDT 2018


A Windows Installer Property is always  treated as a string.

In order to determine that a registry value shall be written as integer, you can use the Type attribute of the RegistryValue element.

Regards

Matthias

-----Ursprüngliche Nachricht-----
Von: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] Im Auftrag von Ven H via wix-users
Gesendet: Mittwoch, 9. Mai 2018 15:08
An: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Cc: Ven H <venh.123 at gmail.com>
Betreff: [wix-users] Data Type for Property

Is it possible to associate data type for properties in WiX? Let's say I have to write a RegistryValue element of integer type whose value will be captured from the dialog and will be passed on to this element through a property. If I associate a string based property to this element value, if it is of type integer, then it is throwing error. Please advise.

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/


More information about the wix-users mailing list