Re: [WiX-users] My installer seems to be ignoring a property set inside Custom Action dll

2008-10-17 Thread Rob Mensching
<[EMAIL PROTECTED]> To: General discussion for Windows Installer XML toolset. <[EMAIL PROTECTED]> Sent: Friday, 17 October, 2008 10:49:52 Subject: Re: [WiX-users] My installer seems to be ignoring a property set inside Custom Action dll Recache-reinstall a fixed MSI. msiexec /fv fixed.msi

Re: [WiX-users] My installer seems to be ignoring a property set inside Custom Action dll

2008-10-17 Thread Andrew Kendall
on for Windows Installer XML toolset. <[EMAIL PROTECTED]> Sent: Friday, 17 October, 2008 10:49:52 Subject: Re: [WiX-users] My installer seems to be ignoring a property set inside Custom Action dll Recache-reinstall a fixed MSI. msiexec /fv fixed.msi Then you can uninstall. -Original Messa

Re: [WiX-users] My installer seems to be ignoring a property set inside Custom Action dll

2008-10-17 Thread Rob Mensching
riday, 17 October, 2008 9:40:44 Subject: Re: [WiX-users] My installer seems to be ignoring a property set inside Custom Action dll MSI SDK notes that the FeatureCondition table is evaluated at CostFinalize. Your CustomAction is scheduled after CostFinalize... a little late, I think. -Ori

Re: [WiX-users] My installer seems to be ignoring a property set inside Custom Action dll

2008-10-17 Thread Andrew Kendall
:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 01:29 To: wix-users@lists.sourceforge.net Subject: [WiX-users] My installer seems to be ignoring a property set inside Custom Action dll Hi All, Here is a simple Product.wxs: http://schemas.microsoft.com/wix/

Re: [WiX-users] My installer seems to be ignoring a property set inside Custom Action dll

2008-10-17 Thread Rob Mensching
@lists.sourceforge.net Subject: [WiX-users] My installer seems to be ignoring a property set inside Custom Action dll Hi All, Here is a simple Product.wxs: http://schemas.microsoft.com/wix/2006/wi";> 0

[WiX-users] My installer seems to be ignoring a property set inside Custom Action dll

2008-10-17 Thread Andrew Kendall
Hi All, Here is a simple Product.wxs: http://schemas.microsoft.com/wix/2006/wi";> 0 MYPROP = 1