简体   繁体   中英

WiX Burn bootstrapper does not uninstall MSI package

I have created a Wix Burn boostrapper that successfully installs all of the chained packages. When I run uninstall, it doesn't uninstall the following MSI package. Why? Also, I realized this question has been asked, but none of the previously asked questions seem to have answers.

<MsiPackage Id="SyncManager" Name="Sync Manager 2.0" Permanent="yes" Vital="yes" Compressed="yes"
              DownloadUrl="http://localhost/SyncManager2.0.msi" SourceFile="SyncManager2.0.msi">
    <Payload DownloadUrl="http://localhost/SyncManager2.0.msi" SourceFile="SyncManager2.0.msi" Name="Synce Manager 2.0" />
</MsiPackage>

Thank you in advance.

因为您有Permanent="yes"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM