Visual Studio 2010 - RemovePreviousVersions

前端 未结 3 1051
天涯浪人
天涯浪人 2020-12-24 09:50

I have a Visual Studio 2010 Deployment Project with the following settings:

DetectNewerInstalledVersion = True
InstallAllUsers = True
RemovePreviousVersions          


        
3条回答
  •  借酒劲吻你
    2020-12-24 10:12

    Had same issue with couple of setups migrated form 2005 t0 2010. Edited setup (.msi) file with ORCA and changed the Execute Sequence. RemoveExistingProducts before InstallInitialize This has resolved the installation issue.

提交回复
热议问题