Wix: How to set permissions for folder and all sub folders

后端 未结 3 1952
粉色の甜心
粉色の甜心 2020-11-29 06:39

I know how to set the permissions for a folder:


  
    

        
3条回答
  •  無奈伤痛
    2020-11-29 06:45

    
            
                
                    
                
            
        
    

    The answer above is correct, and you will set the permissions to all the folders and files in this folder.

    Please note: The CreateFolder tag should be in a component, and this component must be added to a Feature.

    Also, you have to add this to the command line of the compiler and the linker:

    -ext WixUIExtension -ext WixUtilExtension
    

提交回复
热议问题