Re: [WiX-users] Annoying RemoveFolders problem

2007-07-13 Thread Pierson Lee (Volt)
e.net Subject: Re: [WiX-users] Annoying RemoveFolders problem > I am attempting to remove 2 folders that I created on install ONLY > if all 3 registry keys I'm checking for do not exist. > > (NOT (KEY1_EXISTS="1") OR NOT (KEY2_EXISTS="1") OR NOT > (KEY3_EXIST

Re: [WiX-users] Annoying RemoveFolders problem

2007-07-13 Thread Sebastian Brand
> I am attempting to remove 2 folders that I created on install ONLY > if all 3 registry keys I’m checking for do not exist. > > (NOT (KEY1_EXISTS="1") OR NOT (KEY2_EXISTS="1") OR NOT > (KEY3_EXISTS="1")) AND Installed > Isn't there a logical error? ... (not key1exists) or (not key2exists) or

Re: [WiX-users] Annoying RemoveFolders problem

2007-07-09 Thread Stefan Pavlik
Stefan Pavlik [mailto:[EMAIL PROTECTED] > Sent: Friday, July 06, 2007 1:30 AM > To: Pierson Lee (Volt) > Cc: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Annoying RemoveFolders problem > > Hi > > The Condition in Component is evaluated ONLY during install time.

Re: [WiX-users] Annoying RemoveFolders problem

2007-07-06 Thread Pierson Lee (Volt)
e to run the bat file (but now my program won't uninstall) and it isn't running the commands either. TIA -Pierson -Original Message- From: Stefan Pavlik [mailto:[EMAIL PROTECTED] Sent: Friday, July 06, 2007 1:30 AM To: Pierson Lee (Volt) Cc: wix-users@lists.sourcefor

Re: [WiX-users] Annoying RemoveFolders problem

2007-07-06 Thread Stefan Pavlik
Hi The Condition in Component is evaluated ONLY during install time. If it will be evaluated to TRUE the component will be installed. In your scenario the Registry keys are not present during Installation so the Component is installed (registered in system). And during uninstallation (since the