How to get WiX major upgrade working?

前端 未结 3 1978
醉话见心
醉话见心 2020-12-08 01:42

I am struggling to enable the major upgrade functionality in WiX.

I want every new version of the installer to be a major upgrade (full uninstall, then new install)

3条回答
  •  無奈伤痛
    2020-12-08 01:54

    Here's a snippet of what I use for all my packages, refined over many internal and public releases

    
    
        
    
        
    
        
            
    
            
    
            
            
    
        
    
        
        
    
        
            
                
            
    
            
            
                
            
    
            
    
            
            
        
    
        
            
                
            
    
            
            
                
            
    
            
        
    
        
    
    
    

提交回复
热议问题