[wix-users] Installed Property

Rob Mensching rob at firegiant.com
Tue Jan 22 20:28:50 PST 2019


Verbose log file should tell.

_____________________________________________________________
 Short replies here. Complete answers over there: http://www.firegiant.com/

-----Original Message-----
From: wix-users <wix-users-bounces at lists.wixtoolset.org> On Behalf Of Eric Adolphson via wix-users
Sent: Tuesday, January 22, 2019 5:54 PM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Cc: easoftware at gmail.com
Subject: [wix-users] Installed Property

I am having problems with the Installed property.  I have run some tests to make sure I an using it correctly, and I am getting unexpected results.

Here is my simple test code:

    <!--Conditions-->
    <!-- This condition is TRUE if already installed -->
    <Condition Message="Installed">
      <![CDATA[Installed]]>
    </Condition>

    <!-- This condition is TRUE if not already Installed -->
    <Condition Message="NOT Installed">
      <![CDATA[NOT Installed]]>
    </Condition>

    <Condition Message="Last Condition">
      <![CDATA[TRUE]]>
    </Condition>

My simple test app is NOT installed, but I keep getting the "Installed"
message.  If I comment out the Installed condition, I do not get the "NOT Installed" message.

Where does "Installed" look to see if the app is installed?

Thanks

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



More information about the wix-users mailing list