diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-02-04 21:38:19 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-02-04 22:50:08 -0600 |
commit | c01cfd807219d3ea96ad171cdbe5dd9d4a4aced0 (patch) | |
tree | 861d4ec0726786ed6d7058b2387501c347dacfec /src/test/examples/LatestCoreBundleSCD | |
parent | 4a74136e7bf4d861299accdf3302fdeb6df410f8 (diff) | |
download | wix-c01cfd807219d3ea96ad171cdbe5dd9d4a4aced0.tar.gz wix-c01cfd807219d3ea96ad171cdbe5dd9d4a4aced0.tar.bz2 wix-c01cfd807219d3ea96ad171cdbe5dd9d4a4aced0.zip |
Update dependencies.
Diffstat (limited to 'src/test/examples/LatestCoreBundleSCD')
-rw-r--r-- | src/test/examples/LatestCoreBundleSCD/SelfContainedBundle.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/examples/LatestCoreBundleSCD/SelfContainedBundle.wxs b/src/test/examples/LatestCoreBundleSCD/SelfContainedBundle.wxs index 5aa10f01..da0ae01f 100644 --- a/src/test/examples/LatestCoreBundleSCD/SelfContainedBundle.wxs +++ b/src/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 SourceFile="c:\windows\system32\kernel32.dll" PerMachine="yes" /> | 8 | <ExePackage Permanent="yes" SourceFile="c:\windows\system32\kernel32.dll" PerMachine="yes" /> |
9 | </Chain> | 9 | </Chain> |
10 | </Bundle> | 10 | </Bundle> |
11 | </Wix> | 11 | </Wix> |