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
> 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
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.
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
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
5 matches
Mail list logo