MSI does not install all files when RemovePreviousVersion is run

前端 未结 4 1203
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-13 21:45

I have a MSI build using WiX version 3.

All previous installers for the product we are deploying worked fine with the configuration specified (that is: if previous v

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-13 22:04

    What does your step look like? It could be that the removeexisting is running after the install -- and removing all files that were the same in the previous and current versions.

    I have my installer set to to make sure it's done before anything else. I don't know if it's right or not, but it seems to work.

        
            
            
            
    
            
            
        
        
        
            
            NEWPRODUCTFOUND
            
        
        
            
            NEWPRODUCTFOUND
        
    

提交回复
热议问题