aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2021-04-06 20:30:51 -0400
committerBob Arnson <bob@firegiant.com>2021-04-06 20:33:36 -0400
commit0f0f825506753e889938a3e0b6bd5177fbbb43ab (patch)
tree465b638cc7f7dc18b582c43f5d66a942e3ae6010 /src/test/WixToolsetTest.Util/TestData/InternetShortcutModule
parentd545a15acaa24ef9e071144d645e51c2cef1d53a (diff)
downloadwix-0f0f825506753e889938a3e0b6bd5177fbbb43ab.tar.gz
wix-0f0f825506753e889938a3e0b6bd5177fbbb43ab.tar.bz2
wix-0f0f825506753e889938a3e0b6bd5177fbbb43ab.zip
Update dependencies.
Diffstat (limited to 'src/test/WixToolsetTest.Util/TestData/InternetShortcutModule')
-rw-r--r--src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Module.wxs10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Module.wxs b/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Module.wxs
index 2a9daa1c..1355d42e 100644
--- a/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Module.wxs
+++ b/src/test/WixToolsetTest.Util/TestData/InternetShortcutModule/Module.wxs
@@ -1,4 +1,4 @@
1<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> 1<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
2 <Module Language="1033" Version="1.0.0.0" Id="InternetShortcutModule" Guid="047730a5-30fe-4a62-a520-da9381b8226a"> 2 <Module Language="1033" Version="1.0.0.0" Id="InternetShortcutModule" Guid="047730a5-30fe-4a62-a520-da9381b8226a">
3 <SummaryInformation Manufacturer="Example Corporation" /> 3 <SummaryInformation Manufacturer="Example Corporation" />
4 4
@@ -6,10 +6,8 @@
6 </Module> 6 </Module>
7 7
8 <Fragment> 8 <Fragment>
9 <Directory Id="TARGETDIR" Name="SourceDir"> 9 <StandardDirectory Id="ProgramFilesFolder">
10 <Directory Id="ProgramFilesFolder">
11 <Directory Id="INSTALLFOLDER" Name="MergeModule" /> 10 <Directory Id="INSTALLFOLDER" Name="MergeModule" />
12 </Directory> 11 </StandardDirectory>
13 </Directory> 12 </Fragment>
14 </Fragment>
15</Wix> 13</Wix>