Re: [WiX-users] Problem with "Close App" condition

2010-07-05 Thread Ivo Beltchev
>> the installation transaction. >> >> From: http://msdn.microsoft.com/library/aa368012.aspx >> >> INSTALLSTATE_UNKNOWN -1 No action to be taken on the feature or component. >> >> -----Original Message- >> From: Ivo Beltchev [mailto:i...@roadrunner.com] >

Re: [WiX-users] Problem with "Close App" condition

2010-07-05 Thread Ivo Beltchev
N -1 No action to be taken on the feature or component. > > -Original Message- > From: Ivo Beltchev [mailto:i...@roadrunner.com] > Sent: Saturday, June 26, 2010 2:23 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Problem with "Clos

Re: [WiX-users] Problem with "Close App" condition

2010-06-26 Thread Blair
to:i...@roadrunner.com] Sent: Saturday, June 26, 2010 2:23 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Problem with "Close App" condition Hmm... could be. Is it possible that &MyAppFeature is not initialized yet because I'm running befo

Re: [WiX-users] Problem with "Close App" condition

2010-06-26 Thread Ivo Beltchev
Hmm... could be. Is it possible that &MyAppFeature is not initialized yet because I'm running before "InstallValidate"? I have to run before InstallValidate, because I want to run before the Restart Manager pops up and asks to close the app for me. What is the recommended way to debug such prob

Re: [WiX-users] Problem with "Close App" condition

2010-06-26 Thread Blair
If your feature won't be affected at all by the transaction (such as when removing a different feature) &MyAppFeature may very well be -1, which would make your condition be true. -Original Message- From: Ivo Beltchev [mailto:i...@roadrunner.com] Sent: Saturday, June 26, 2010 8:11 AM To: