Wix: Cannot call DISM from Wix CustomAction

前端 未结 2 1974
刺人心
刺人心 2021-01-27 04:31

Wix 3.10

After reading the article (Run ExeCommand in customAction as Administrator mode in Wix Installer), I have used a deferred CustomAction with attribute Impersonat

2条回答
  •  面向向阳花
    2021-01-27 05:18

    You can use the built in Wix QuietExec custom action to run the dism command line - this should simplify the installer quite a bit

        
        
        
            
             
        
    

    Here's a complete sample

提交回复
热议问题