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
on be true. > > -Original Message- > From: Ivo Beltchev [mailto:i...@roadrunner.com] > Sent: Saturday, June 26, 2010 8:11 AM > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] Problem with "Close App" condition > > Hi

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

2010-06-26 Thread Blair
:11 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Problem with "Close App" condition Hi I have a custom action that closes my app when its feature is being uninstalled. Here's my code: For some reason the action gets triggered during "R

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

2010-06-26 Thread Ivo Beltchev
Hi I have a custom action that closes my app when its feature is being uninstalled. Here's my code: For some reason the action gets triggered during "Repair" and also when ANOTHER feature is being uninstalled. Why is this happening? Doesn't my condition mean "if MyAppFeature is installed, an