diff options
Diffstat (limited to 'src/test/WixToolsetTest.Util/TestData/InternetShortcut')
| -rw-r--r-- | src/test/WixToolsetTest.Util/TestData/InternetShortcut/Package.ico | bin | 0 -> 83899 bytes | |||
| -rw-r--r-- | src/test/WixToolsetTest.Util/TestData/InternetShortcut/PackageComponents.wxs | 7 |
2 files changed, 4 insertions, 3 deletions
diff --git a/src/test/WixToolsetTest.Util/TestData/InternetShortcut/Package.ico b/src/test/WixToolsetTest.Util/TestData/InternetShortcut/Package.ico new file mode 100644 index 00000000..53134de7 --- /dev/null +++ b/src/test/WixToolsetTest.Util/TestData/InternetShortcut/Package.ico | |||
| Binary files differ | |||
diff --git a/src/test/WixToolsetTest.Util/TestData/InternetShortcut/PackageComponents.wxs b/src/test/WixToolsetTest.Util/TestData/InternetShortcut/PackageComponents.wxs index 5319d2f7..2a1b4347 100644 --- a/src/test/WixToolsetTest.Util/TestData/InternetShortcut/PackageComponents.wxs +++ b/src/test/WixToolsetTest.Util/TestData/InternetShortcut/PackageComponents.wxs | |||
| @@ -1,9 +1,10 @@ | |||
| 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" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> |
| 2 | <Fragment> | 2 | <Fragment> |
| 3 | <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER"> | 3 | <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER"> |
| 4 | <Component> | 4 | <Component> |
| 5 | <File Source="example.txt" /> | 5 | <File Id="Package.ico" Source="Package.ico" /> |
| 6 | <util:InternetShortcut Id="wixshortcut" Name="WiX Toolset" Target="https://wixtoolset.org" /> | 6 | <util:InternetShortcut Type="link" Name="WiX Toolset (link)" Target="https://wixtoolset.org" IconFile="[#Package.ico]" /> |
| 7 | <util:InternetShortcut Type="url" Name="WiX Toolset (url)" Target="https://wixtoolset.org" IconFile="[#Package.ico]" /> | ||
| 7 | </Component> | 8 | </Component> |
| 8 | </ComponentGroup> | 9 | </ComponentGroup> |
| 9 | </Fragment> | 10 | </Fragment> |
