WiX script with only Welcome and Completed screens

后端 未结 2 1170
借酒劲吻你
借酒劲吻你 2020-12-25 12:18

I need a WiX 3 script to display to display only 2 dialogs: Welcome & Completed. Thats it no need for EULA, folder selection etc. All help appreciated.

2条回答
  •  独厮守ぢ
    2020-12-25 12:47

    All you need to do is add this in your WIX script, it will give you the WelcomeDlg before the installation and show the Installation progress, then the Exit Dialog. Don't forget to add the WixUIExtension.dll to your references.

    
      
      
    
      
      
      
    
      
    
      
      
      
      
      
    
      1
      
    
    
    
    

提交回复
热议问题