You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for reporting. The problem is caused by the changes in the WiX4 API. Now the cache field is no longer boolean.
I have fixed the problem and from the next release you will be able to set the field like this: Cache = PackageCacheAction.remove
But until the release is available please use this workaround:
- #1673: Error on using template "WixSharp Managed Setup - Custom Dialog (Wix 3)"
- #1675: Bundle ExePackage 'Cache' parameter
- Added prevention of the WiX5 tools for the Custom BA bootstrapper template. Downgrading it to WiX4 tools.
- Issue #1667: AddDefaultNamespaces removing processing instructions
- Updated skip dialog example
Hello,
I'm trying to remove Cache for an ExePackage of a bundle:
`
new ExePackage(@".\cm\CM.exe")
`
The 'false' value is interpreted as a "no" String for KeepRemoveForceType type (https://wixtoolset.org/docs/schema/wxs/keepremoveforcetype/)
When I try to generate the bundle, have the following error:
error WIX0021: The ExePackage/@Cache attribute's value, 'no', is not on e of the legal options: 'force,keep,remove'.
Thanks for your help !
The text was updated successfully, but these errors were encountered: