WiX Permissions, how do I express 'Modify' in terms of DACL flags

前端 未结 3 590
一生所求
一生所求 2021-01-13 16:46

I\'m attempting to apply custom rights to a folder as part of a WiX 3.0.4318.0 installer.

In terms of the Security properties UI in explorer, I want to add Modify to

3条回答
  •  无人及你
    2021-01-13 16:58

    To get it exactly as you would by setting the permissions by hand on Windows 7 and Windows XP using WiX 3.6, you would need to use this:

    
    

提交回复
热议问题