문제

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.

도움이 되었습니까?

해결책

Because you have Permanent="yes"

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top