aboutsummaryrefslogtreecommitdiff
path: root/src/test/examples/FullFramework2Bundle
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-02-04 21:38:19 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-02-04 22:50:08 -0600
commitc01cfd807219d3ea96ad171cdbe5dd9d4a4aced0 (patch)
tree861d4ec0726786ed6d7058b2387501c347dacfec /src/test/examples/FullFramework2Bundle
parent4a74136e7bf4d861299accdf3302fdeb6df410f8 (diff)
downloadwix-c01cfd807219d3ea96ad171cdbe5dd9d4a4aced0.tar.gz
wix-c01cfd807219d3ea96ad171cdbe5dd9d4a4aced0.tar.bz2
wix-c01cfd807219d3ea96ad171cdbe5dd9d4a4aced0.zip
Update dependencies.
Diffstat (limited to 'src/test/examples/FullFramework2Bundle')
-rw-r--r--src/test/examples/FullFramework2Bundle/Bundle.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/examples/FullFramework2Bundle/Bundle.wxs b/src/test/examples/FullFramework2Bundle/Bundle.wxs
index d0acd0e4..4f065eb0 100644
--- a/src/test/examples/FullFramework2Bundle/Bundle.wxs
+++ b/src/test/examples/FullFramework2Bundle/Bundle.wxs
@@ -8,7 +8,7 @@
8 <bal:WixManagedBootstrapperApplicationHost /> 8 <bal:WixManagedBootstrapperApplicationHost />
9 </BootstrapperApplication> 9 </BootstrapperApplication>
10 <Chain> 10 <Chain>
11 <ExePackage SourceFile="c:\windows\system32\kernel32.dll" bal:PrereqPackage="yes" /> 11 <ExePackage Permanent="yes" SourceFile="c:\windows\system32\kernel32.dll" bal:PrereqPackage="yes" />
12 </Chain> 12 </Chain>
13 </Bundle> 13 </Bundle>
14</Wix> 14</Wix>