If you want a launch condition to be always true after first-time
installation, so you can uninstall, repair etc, just add "Installed or"
to it.

In your case:
<Condition Message='The UDDI DB Service is not installed' >
       Installed or UDDIDBSERVICE
</Condition>

The condition is case-sensitive.


-----Original Message-----
From: Natarajan, Thangaraj (MLITS) [mailto:thangaraj_natara...@ml.com] 
Sent: 20 August 2009 06:37
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Problem in using Conditions.

Hi All,

I have a problem in using condition. I have used the Condition like
below. It works fine While installing, But after installing if I tried
to uninstall the condition is getting failed and could not able to
uninstall. Please help me out in this regard .


    <Condition Message='The UDDI DB Service is not installed' >
       UDDIDBSERVICE
    </Condition>


    <PropertyRef Id="UDDIDBSERVICE"/>
    <Property Id="UDDIDBSERVICE">
      <RegistrySearch Id="UDDIDBSearch" Root="HKLM"
Key="SOFTWARE\Microsoft\UDDI\Setup\DBServer" Name="InstanceNameOnly"
Type="raw" />
    </Property>


Thanks,
Thangaraj N


------------------------------------------------------------------------
--
This message w/attachments (message) may be privileged, confidential or
proprietary, and if you are not an intended recipient, please notify the
sender, do not use or share it and delete it. Unless specifically
indicated, this message is not an offer to sell or a solicitation of any
investment products or other financial product or service, an official
confirmation of any transaction, or an official statement of Merrill
Lynch. Subject to applicable law, Merrill Lynch may monitor, review and
retain e-communications (EC) traveling through its networks/systems. The
laws of the country of each sender/recipient may impact the handling of
EC, and EC may be archived, supervised and produced in countries other
than the country in which you are located. This message cannot be
guaranteed to be secure or error-free. References to "Merrill Lynch" are
references to any company in the Merrill Lynch & Co., Inc. group of
companies, which are wholly-owned by Bank of America Corporation.
Securities and Insurance Products: * Are Not FDIC Insured * Are Not Bank
Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a
Condition to Any Banking Service or Activity * Are Not Insured by Any
Federal Government Agency. Attachments that are part of this
E-communication may have additional important disclosures and
disclaimers, which you should read. This message is subject to terms
available at the following link:
http://www.ml.com/e-communications_terms/. By messaging with Merrill
Lynch you consent to the foregoing.
------------------------------------------------------------------------
--
 
------------------------------------------------------------------------
------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day trial. Simplify your report design, integration and deployment -
and focus on what you do best, core application coding. Discover what's
new with Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.  
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to