Emmm... Just took a look at the WixUtilExtension code, and find it's really
complex and is hard for me to modify in short time.
I will write my own CustomAction instead.

More questions:
(1) where would you put this CA? After CreateFolder of course. It must has
the virtual account, so will after install service. Are there any other
dependences?
(2) should I leverage the PermissionEx's ability, to have it do what it can
do, and add the CA for those it cannot do; or should I just use CA to do all
the granting permission stuff? If the first case, what the execute sequence
should be?
(3) I'm assigning permissions to folder/reigstrykey created by the
installer. Seems to me there is no need of corresponding CAs for
uninstalling/rollback? Since the folder/key will be deleted anyway.

Thanks,
-Elfe
-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Inherit-permissions-on-a-folder-in-WiX-3-tp707219p5260679.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to