Using the following code, the folder isn't removed on uninstall. Any reason why?
Could it be because the folder is shared? If so, how do I remove a folder share 
on uninstall.

Thanks:

--pierson



                  <Directory Id="EmailShareDir" Name="EmailShare">
                        <Component Id="EmailShareComponent" 
Guid="7011AFE5-D8F9-49B3-811F-FBD49631E388">
                              <CreateFolder Directory="EmailShareDir" />
                              <RemoveFolder Id="EmailShare_RemoveFolder" 
On="uninstall"/>
                              <util:FileShare Id="EmailShareFileShare" 
Name="EmailShare" Description="Email Share">
                                    <util:FileSharePermission 
User="WebShareUser" GenericAll="yes" />
                              </util:FileShare>
                        </Component>
                  </Directory>
-------------------------------------------------------------------------
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