Wix Open web page when uninstall completes

后端 未结 4 1842
夕颜
夕颜 2020-12-14 20:20

I\'m using Wix3. I need to open a web page when the user uninstalls the product.
Any ideas how it can be done?

Thanks.

4条回答
  •  無奈伤痛
    2020-12-14 21:03

    Here's a sample of the code we use, we don't actually set the URL at compile time, but update properties in the MSI post-build so this might seem a little "over engineered". We use the WiXShellExec CA and have an additional condition so that the webpage is only displayed during uninstall, and not during a major upgrade.

    
        
        
        
    
        
            
            
            
        
    
    

提交回复
热议问题