Re: [WiX-users] Conditions for Install, Uninstall, Repair

2012-06-14 Thread Ravi Raj
ok i got this Remove="ALL" works great. On Thu, Jun 14, 2012 at 2:19 PM, Ravi Raj wrote: > I have checked that InstallMode = "Repair" or InstallMode = "Remove" is > not working at all. > > > On Thu, Jun 14, 2012 at 12:56 PM, Ravi Raj wrote: > >> I am using these conditions but they are behaving s

Re: [WiX-users] Conditions for Install, Uninstall, Repair

2012-06-14 Thread Ravi Raj
I have checked that InstallMode = "Repair" or InstallMode = "Remove" is not working at all. On Thu, Jun 14, 2012 at 12:56 PM, Ravi Raj wrote: > I am using these conditions but they are behaving strangly: > > Action="CA_SetProperty_MACHINENAME" After="CostFinalize">NOT > Installed After="CA_SetP

[WiX-users] Conditions for Install, Uninstall, Repair

2012-06-14 Thread Ravi Raj
I am using these conditions but they are behaving strangly: NOT InstalledNOT Installed (NOT Installed) OR (UPGRADINGPRODUCTCODE) OR NOT(REMOVE = "ALL")(NOT Installed) OR (UPGRADINGPRODUCTCODE) OR NOT(REMOVE = "ALL") OR (Installed AND (InstallMode = "Repair")) Installed AND (InstallMode = "Repair