[wix-users] MsiProperty
Phill Hogland
phill.hogland at rimage.com
Fri Nov 6 12:34:44 PST 2015
A log will be created in the %Temp% folder (by default) and there will be a line like the following, showing that the MsiProperty was created with an empty string.
******* CommandLine: ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7" TEST="" MODE="DEV" REBOOT=ReallySuppress CURRENTDIRECTORY="some_path" CLIENTUILEVEL=3 MSICLIENTUSESEXTERNALUI=1 CLIENTPROCESSID=7388
-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Daniel.Theriault at bentley.com
Sent: Friday, November 06, 2015 2:13 PM
To: wix-users at lists.wixtoolset.org
Subject: [wix-users] MsiProperty
In the following example, what happened to MsiProperty TEST in the following assignment if Value variable doesn't exists?
Is it defined with a default value or not defined at all?
The thing is that Value is not always defined.
<MsiProperty Name="TEST" Value="[Value]"/>
Thanks
DanielT
____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/
More information about the wix-users
mailing list