| 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
| 2 | <Fragment> |
| 3 | <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER"> |
| 4 | <Component> |
| 5 | <File Source="test.txt" Name="ProgIdComp.txt"></File> |
| 6 | <ProgId Id="Example.Foo" IconIndex="0" Advertise="yes"> |
| 7 | <Extension Id="foo" Advertise="yes"> |
| 8 | <Verb Id="OpenVerb" Command="open" Argument=""%1"" /> |
| 9 | </Extension> |
| 10 | </ProgId> |
| 11 | </Component> |
| 12 | </ComponentGroup> |
| 13 | </Fragment> |
| 14 | </Wix> |