Re: [WiX-users] Detecting previously installed compoents on major upgrade

2007-07-20 Thread Bob Arnson
Sebastian Brand wrote: > Has this been resolved yet? How can I use a ComponentSearch if the > KeyPath is a registry value (which is the case quite often)? > It appears that MSI doesn't support that. See the CompLocator doc: The only flags are for directories and files. -- sig://boB http://

Re: [WiX-users] Detecting previously installed compoents on major upgrade

2007-07-20 Thread Sebastian Brand
re seeing may be expected sense. > > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Mike Poulson > Sent: Thursday, February 22, 2007 4:56 PM > > > To: Rob Mensching > Cc: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Detecting previously in

Re: [WiX-users] Detecting previously installed compoents on major upgrade

2007-02-22 Thread Rob Mensching
Sent: Thursday, February 22, 2007 4:56 PM To: Rob Mensching Cc: wix-users@lists.sourceforge.net <mailto:wix-users@lists.sourceforge.net> Subject: Re: [WiX-users] Detecting previously installed compoents on major upgrade It appears that because the keypath is a reg value and cannot be found it is not cr

Re: [WiX-users] Detecting previously installed compoents on major upgrade

2007-02-22 Thread Mike Poulson
Property set. Thus the behavior you are seeing may be expected sense. *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Mike Poulson *Sent:* Thursday, February 22, 2007 4:56 PM *To:* Rob Mensching *Cc:* wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] Detecting pr

Re: [WiX-users] Detecting previously installed compoents on major upgrade

2007-02-22 Thread Rob Mensching
uary 22, 2007 4:56 PM To: Rob Mensching Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Detecting previously installed compoents on major upgrade It appears that because the keypath is a reg value and cannot be found it is not creating the key. All other properties in the log show

Re: [WiX-users] Detecting previously installed compoents on major upgrade

2007-02-22 Thread Mike Poulson
ary 22, 2007 4:36 PM *To:* Rob Mensching *Cc:* wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] Detecting previously installed compoents on major upgrade The issue I found with that is it is returning the key path of a HKCR value that I set in this component. Then msiexec is returning

Re: [WiX-users] Detecting previously installed compoents on major upgrade

2007-02-22 Thread Rob Mensching
Subject: Re: [WiX-users] Detecting previously installed compoents on major upgrade The issue I found with that is it is returning the key path of a HKCR value that I set in this component. Then msiexec is returning Info 1314. The specified path '00:\' is unavailable. Then the prop

Re: [WiX-users] Detecting previously installed compoents on major upgrade

2007-02-22 Thread Mike Poulson
The issue I found with that is it is returning the key path of a HKCR value that I set in this component. Then msiexec is returning Info 1314. The specified path '00:\' is unavailable. Then the property seems to be created. My component ONLY set file association keys So my goal is to determine

Re: [WiX-users] Detecting previously installed compoents on major upgrade

2007-02-22 Thread Rob Mensching
ComponentSearch element? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Poulson Sent: Thursday, February 22, 2007 1:51 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Detecting previously installed compoents on major upgrade Is there a way to detect what component