Actually it isn't (which is strange)

Here is my exact tags (the folder names are changed, but I don't think that 
matters)

The folders where I don't call CreateFolder are removed on uninstall.
                  <Directory Id="NotifyShareDir"  Name="NotifyShare">
                        <Component Id="NotifyShareComponent" 
Guid="21606476-2FCC-4F46-9818-296A325A1E30">
                              <CreateFolder Directory="NotifyShareDir">
                              <!--        <util:PermissionEx GenericAll="yes" 
User="[SERVICE_USERNAME]"/> -->
                              </CreateFolder>
                              <!-- this doesn't seem to work -->
                              <RemoveFolder Id="NotifyShare_RemoveFolder" 
On="uninstall"/>
                              <util:FileShare Id="NotifyShareFileShare" 
Name="NotifyShare" Description="Notify">
                                    <util:FileSharePermission User="ShareUser" 
GenericAll="yes" />
                              </util:FileShare>
                        </Component>
                  </Directory>

From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Monday, June 25, 2007 7:20 PM
To: Pierson Lee (Volt)
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] (no subject)

Pierson Lee (Volt) wrote:
Yes it is empty. The only reason I can think of is that the folder itself is 
shared (using the file share option) and I can't figure out how to unshared it.

So the folder is removed if you comment out the FileShare element?



--

sig://boB

http://joyofsetup.com/
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to