main
wxs 16 lines 664 Bytes
Raw
1 <?xml version="1.0" encoding="utf-8"?>
2 <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
3 <Fragment>
4 <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
5 <Component>
6 <File Name="Foo.exe" Source="test.txt" />
7 <ProgId Id="Foo.File.hol.15" Advertise="yes" Description="Foo Holiday File">
8 <ProgId Id="Foo.File.hol" />
9 <Extension Id="hol">
10 <Verb Id="Open" Argument="/hol &quot;%1&quot;" Sequence="1" />
11 </Extension>
12 </ProgId>
13 </Component>
14 </ComponentGroup>
15 </Fragment>
16 </Wix>