Re: [WiX-users] Patch registry problem

2009-11-26 Thread John Lister
>Orca thinks that the patch is OK, but when you apply it nothing changes? >This smells like a component-rule violation. >After applying the patch, run a repair of the product. Is the product correct >then? Cheers for the suggestion, but the same result. Running repair on the original product s

Re: [WiX-users] Patch registry problem

2009-11-24 Thread Blair
: Tuesday, November 24, 2009 2:37 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Patch registry problem Hi Blair, thanks for the suggestion, unfortunately it didn't seem to make any difference. The odd thing is that if I load the original msi into orca and apply the patch I can see al

Re: [WiX-users] Patch registry problem

2009-11-24 Thread John Lister
ss somewhere. I can post the files if that would help. Thanks John -Original Message- From: Blair [mailto:os...@...] Subject: [WiX-users] Patch registry problem First suggestion: add "-t patch" to the torch command-line. -Original Message- From: John Lister [mailto:j

Re: [WiX-users] Patch registry problem

2009-11-23 Thread Blair
First suggestion: add "-t patch" to the torch command-line. -Original Message- From: John Lister [mailto:john.lis...@kickstone.com] Sent: Friday, November 20, 2009 10:56 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Patch registry problem Hi, I've created

Re: [WiX-users] Patch registry problem

2009-11-20 Thread John Lister
> Hi, I've created a patch from 2 MSI files (unfortunately I don't have > the original wix object files so have to use MSIs) using the > following, which all seemed to go fine: > > > > The patch seems to have been created fine and seems to run fine except > for one problem. > > One of the comp

[WiX-users] Patch registry problem

2009-11-20 Thread John Lister
Hi, I've created a patch from 2 MSI files (unfortunately I don't have the original wix object files so have to use MSIs) using the following, which all seemed to go fine: msiexec /a orig\Installer.msi TARGETDIR=c:\src\patch\orig\admin msiexec /a new\Installer.msi TARGETDIR=c:\src\patch\new\admin