Re: [WiX-users] Burn not uninstalling MSI downloaded from URL

2014-01-08 Thread Rob Mensching
about the WiX toolset. Subject: Re: [WiX-users] Burn not uninstalling MSI downloaded from URL So you mean set SuppressSignatureVerification=yes in the MSIPackage, ExePackage,... ? Looks like I'm going to have to make a change although I don't do this and had no problem so far. . Wes ---

Re: [WiX-users] Burn not uninstalling MSI downloaded from URL

2014-01-08 Thread Wesley Manning
7:10 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Burn not uninstalling MSI downloaded from URL This speaks to the best practice of always setting up your bundles so that they use the package hashes instead of signatures to validate that the correct package was

Re: [WiX-users] Burn not uninstalling MSI downloaded from URL

2014-01-08 Thread Blair Murri
> Subject: Re: [WiX-users] Burn not uninstalling MSI downloaded from URL > > Hi Rob, > > I recognize that System Restore isn't a magic bullet, but it has been working > fairly well for me in this case. It turns out that the package cache was not > in a dirty state. Ins

Re: [WiX-users] Burn not uninstalling MSI downloaded from URL

2014-01-07 Thread Daniel Madill
uot; warning in the uninstall log. Is there anything else I can do to better debug the problem? Thanks. Dan -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Monday, January 06, 2014 3:36 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users]

Re: [WiX-users] Burn not uninstalling MSI downloaded from URL

2014-01-06 Thread Rob Mensching
Is there anything else I can do to better debug the problem? Thanks. Dan -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Monday, January 06, 2014 3:36 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Burn not uninstalling MSI download

Re: [WiX-users] Burn not uninstalling MSI downloaded from URL

2014-01-06 Thread Daniel Madill
to better debug the problem? Thanks. Dan -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Monday, January 06, 2014 3:36 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Burn not uninstalling MSI downloaded from URL First guess: may

Re: [WiX-users] Burn not uninstalling MSI downloaded from URL

2014-01-06 Thread Rob Mensching
uninstalling MSI downloaded from URL Hi, I have a simple burn bundle that contains three packages: .NET, a 64-bit MSI and an equivalent 32-bit MSI. The MSIs are not compressed as part of the bundle EXE but are external. The MsiPackage elements have both a SourceFile attribute and a DownloadURL attribute

[WiX-users] Burn not uninstalling MSI downloaded from URL

2014-01-06 Thread Daniel Madill
Hi, I have a simple burn bundle that contains three packages: .NET, a 64-bit MSI and an equivalent 32-bit MSI. The MSIs are not compressed as part of the bundle EXE but are external. The MsiPackage elements have both a SourceFile attribute and a DownloadURL attribute. If I run the bundle EXE wi