aboutsummaryrefslogtreecommitdiff
path: root/src/test/examples/FullFramework2Bundle/Bundle.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/examples/FullFramework2Bundle/Bundle.wxs')
-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>