Re: [WiX-users] feature install state always stops install under XP SP3

2011-08-08 Thread John Cooper
913-341-3434 x791011 jocoo...@jackhenry.com -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Saturday, August 06, 2011 9:54 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] feature install state always stops install under XP SP

Re: [WiX-users] feature install state always stops install under XP SP3

2011-08-06 Thread Rob Mensching
Something is definitely fishy in there. Look at verbose log files for all the different installs. They will show you the state of the Features and from there you should be able to hunt down what is going on. On Fri, Aug 5, 2011 at 9:36 AM, Peter Stein wrote: > Straight from the tutorial: "The te

Re: [WiX-users] feature install state always stops install under XP SP3

2011-08-05 Thread Peter Stein
Straight from the tutorial: "The term NOT (!FeatureName = 3) means the feature is not installed locally." So since I want the install to stop if the feature *is* already installed in my product.wxs I have: Problem is this *always* stops the installer even when the software is not ins