Re: [WiX-users] Burn - MSIPackage InstallCondition evaluates to false, attempts minor upgrade

2012-04-30 Thread Pally Sandher
. Subject: Re: [WiX-users] Burn - MSIPackage InstallCondition evaluates to false, attempts minor upgrade Oh, well, this is far more advanced scenario than I thought you were trying to accomplish. The way I'd accomplish what you described using Burn is via slipstreaming. You include the MSI and MSP

Re: [WiX-users] Burn - MSIPackage InstallCondition evaluates to false, attempts minor upgrade

2012-04-29 Thread Rob Mensching
- From: Rob Mensching [mailto:r...@robmensching.com] Sent: 26 April 2012 22:54 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Burn - MSIPackage InstallCondition evaluates to false, attempts minor upgrade Uhh, you can't Major Upgrade if the ProductCode

Re: [WiX-users] Burn - MSIPackage InstallCondition evaluates to false, attempts minor upgrade

2012-04-27 Thread Pally Sandher
0SP Email Disclaimer -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: 26 April 2012 22:54 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Burn - MSIPackage InstallCondition evaluates to false, attempts minor upgrade Uhh

Re: [WiX-users] Burn - MSIPackage InstallCondition evaluates to false, attempts minor upgrade

2012-04-26 Thread Pally Sandher
-Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: 26 April 2012 06:51 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Burn - MSIPackage InstallCondition evaluates to false, attempts minor upgrade Sounds like we should scan patches

Re: [WiX-users] Burn - MSIPackage InstallCondition evaluates to false, attempts minor upgrade

2012-04-26 Thread Rob Mensching
April 2012 06:51 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Burn - MSIPackage InstallCondition evaluates to false, attempts minor upgrade Sounds like we should scan patches for those that disallow removal and mark them permanent. The InstallCondition

Re: [WiX-users] Burn - MSIPackage InstallCondition evaluates to false, attempts minor upgrade

2012-04-26 Thread Pally Sandher
[mailto:r...@robmensching.com] Sent: 26 April 2012 15:41 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Burn - MSIPackage InstallCondition evaluates to false, attempts minor upgrade 1. Agree about the InstallCondition doc. Want to file a bug? 2. DisplayInternalUI

Re: [WiX-users] Burn - MSIPackage InstallCondition evaluates to false, attempts minor upgrade

2012-04-26 Thread Rob Mensching
To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Burn - MSIPackage InstallCondition evaluates to false, attempts minor upgrade 1. Agree about the InstallCondition doc. Want to file a bug? 2. DisplayInternalUI on MSP might be broken. Want to file a bug? 3. Burn

Re: [WiX-users] Burn - MSIPackage InstallCondition evaluates to false, attempts minor upgrade

2012-04-25 Thread Pally Sandher
- From: Pally Sandher [mailto:pally.sand...@iesve.com] Sent: 23 April 2012 11:46 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Burn - MSIPackage InstallCondition evaluates to false, attempts minor upgrade Further to this I'm also getting no UI for the MSP

Re: [WiX-users] Burn - MSIPackage InstallCondition evaluates to false, attempts minor upgrade

2012-04-25 Thread Bob Arnson
On 25-Apr-12 10:06, Pally Sandher wrote: Why is it attempting to uninstall the patch when the condition is false the patch has AllowRemoval=no? Because Burn always attempts to uninstall a package that's present when its install condition is false, and Burn doesn't know the patch is

Re: [WiX-users] Burn - MSIPackage InstallCondition evaluates to false, attempts minor upgrade

2012-04-25 Thread Rob Mensching
Sounds like we should scan patches for those that disallow removal and mark them permanent. The InstallCondition behavior is expected. If the InstallCondition is false that means this Package should not be Installed (aka: should not exist on the box). On Wed, Apr 25, 2012 at 9:30 AM, Bob Arnson

Re: [WiX-users] Burn - MSIPackage InstallCondition evaluates to false, attempts minor upgrade

2012-04-23 Thread Pally Sandher
Sandher [mailto:pally.sand...@iesve.com] Sent: 19 April 2012 17:00 To: General discussion for Windows Installer XML toolset. (wix-users@lists.sourceforge.net) Subject: [WiX-users] Burn - MSIPackage InstallCondition evaluates to false, attempts minor upgrade Relevant parts of my code

[WiX-users] Burn - MSIPackage InstallCondition evaluates to false, attempts minor upgrade

2012-04-19 Thread Pally Sandher
Relevant parts of my code: util:ProductSearch Id=SharedContent Variable=SharedContentVersion Guid=92E2C426-6CDB-44D4-8D48-6414A442231D Result=version / MsiPackage Id=SharedContentFull