How to include prerequisites with msi/Setup.exe in WIX

后端 未结 4 1200
生来不讨喜
生来不讨喜 2020-12-01 15:23

I\'m trying to combine my package in a single setup EXE file and upload it to the Internet.

I have created a Microsoft bootstrapper that contains Setup.exe with proj

4条回答
  •  鱼传尺愫
    2020-12-01 16:07

    I have removed the default setup.exe from Visual Studio and used the MSI file and dependencies from Visual Studio to create a WiX 3.6 Bootstrapper:

    
    
    
        
    
            
                
            
    
            
                
                
                
            
        
    
    

    It compresses into an single EXE file with prerequisites.

提交回复
热议问题