diff options
| author | Rob Mensching <rob@firegiant.com> | 2022-03-01 20:10:52 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2022-03-01 20:49:18 -0800 |
| commit | 89c476396d7ad6ab7c596300ec082dd9c38b9121 (patch) | |
| tree | 3f132caeadccc8cb7369eca2bf700991847eadcd /src/ext/Bal/test/examples/LatestCoreBundleSCD | |
| parent | befcd209d62a25020f46a688002b259c59e4dc3b (diff) | |
| download | wix-89c476396d7ad6ab7c596300ec082dd9c38b9121.tar.gz wix-89c476396d7ad6ab7c596300ec082dd9c38b9121.tar.bz2 wix-89c476396d7ad6ab7c596300ec082dd9c38b9121.zip | |
Improve error reporting wrt ExePackage and MsuPackage attributes
For example, DetectCondition is required when RepairArguments or
UninstallArguments present and always recommended. Also, non-permanent
ExePackages need UninstallArguments. The code was refactored to make
it easier to reason over the different requirements for different
package types.
Diffstat (limited to 'src/ext/Bal/test/examples/LatestCoreBundleSCD')
| -rw-r--r-- | src/ext/Bal/test/examples/LatestCoreBundleSCD/SelfContainedBundle.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Bal/test/examples/LatestCoreBundleSCD/SelfContainedBundle.wxs b/src/ext/Bal/test/examples/LatestCoreBundleSCD/SelfContainedBundle.wxs index a708d0ad..56edc986 100644 --- a/src/ext/Bal/test/examples/LatestCoreBundleSCD/SelfContainedBundle.wxs +++ b/src/ext/Bal/test/examples/LatestCoreBundleSCD/SelfContainedBundle.wxs | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | <PayloadGroupRef Id="publish.Example.LatestCoreMBA.scd" /> | 5 | <PayloadGroupRef Id="publish.Example.LatestCoreMBA.scd" /> |
| 6 | </BootstrapperApplication> | 6 | </BootstrapperApplication> |
| 7 | <Chain> | 7 | <Chain> |
| 8 | <ExePackage DetectCondition="none" SourceFile="..\.data\notanexe.exe" PerMachine="yes" /> | 8 | <ExePackage DetectCondition="none" UninstallArguments="-foo" SourceFile="..\.data\notanexe.exe" PerMachine="yes" /> |
| 9 | </Chain> | 9 | </Chain> |
| 10 | </Bundle> | 10 | </Bundle> |
| 11 | </Wix> | 11 | </Wix> |
