Hiya,

I am currently setting permissions using:

<Component Id="CreateFolderX" Guid="{7F6E8A54-A7BA-4065-BB4A-672E12719F9C}">
            <CreateFolder Directory="XDIRECTORY">
              <Permission User="Everyone" ChangePermission="yes"
GenericAll="yes" />
            </CreateFolder>
</Component>


Now... This code sets the permissions when the folder is created, but that
only happens on a fresh install. For current users, the folder already
exists and is not deleted with the RemoveExistingProducts code as there are
files that persist across installs.

I need a way to make the installer check and repair the permissions if
necessary during a reinstall/upgrade, but can't seem to find anything in the
docs to help... Anyone got a idea?

Thanks much,

Dave
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to