カスタム アクションが失敗した場合、アンインストールをキャンセルする必要があります。しかし、アンインストールをキャンセルすることができません。私の間違いは何ですか?
<CustomAction Id="SetRemoveSettings" FileKey="RemoveSettings.exe" ExeCommand="" Execute="deferred" Return="check" HideTarget="no" Impersonate="yes" />
<InstallExecuteSequence>
<Custom Action='SetRemoveSettings' Before='InstallFinalize'>REMOVE="ALL"</Custom>
</InstallExecuteSequence>