尔于也个人空间

A newer version is already installed

1. Run the MSI with verbose logging enabled
 
msiexec /i "{Path to msi}.msi" /L*V "c:\myLog.log"
 
2. Open the log file that was produced from the above command and copy the GUID that is shown in the line
 
FindRelatedProducts: Found application: {FB0B54D2-9C47-4196-BF0E-B6EEBF754E22}
 
Using the copied GUID, run the following command
 
msiExec /x {FB0B54D2-9C47-4196-BF0E-B6EEBF754E22}
 
At this point, the old service was uninstalled and I then proceeded to install the service with MSI without any issues. Hope this helps.
添加日期:2020/3/21   浏览量:1198   来源:本站整理
  • / 2021/8/18 1:58:32
  • / 2021/8/18 2:54:11
  • / 2022/10/26 19:18:49
  • / 2023/5/28 6:08:48
昵   称:
内   容:
验证码: