How to create a directory in wix?

前端 未结 3 1124
清歌不尽
清歌不尽 2020-12-14 15:53

My requirement is to create a directory in programdata/test/example. How can I do that in wix?

3条回答
  •  北海茫月
    2020-12-14 16:03

    Under you can enter:

       
          
            
              
                
                  
                
              
            
          
        
    

    And reference the component CreateProgramDataZZZ in your feature.

    It can also be helpful to set permissions on the directory like this:

    
        
    
    

    (in place of )

提交回复
热议问题