Hello WiX Community,

I have a requirement for my MSI package to set certain permissions on
%SYSTEMROOT%\Globalization folder. Well, that's quite trivial itself, but
ExecSecureObjects throws "access denied" error trying to do this.
After some troubleshooting and investigations it turns out that SYSTEM
account (which msiexec runs as, AFAIK) doesn't have "Change Permissions"
right to that folder. Moreover, by default the Administrators group doesn't
have these rights, either. Hence, I get the same error trying to change the
permissions manually.

So, the question is what can I do in this situation? :-)

It seems that it's not possible to tell it to fail silently and continue
with other folders, is it?
Any thoughts and suggestions are welcome!

Thanks,

-- Yan
------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to