| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" |
| 3 | xmlns:http="http://wixtoolset.org/schemas/v4/wxs/http"> |
| 4 | <Fragment> |
| 5 | <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER"> |
| 6 | <Component> |
| 7 | <File Source="example.txt" /> |
| 8 | <http:SniSslCertificate Host="example.com" Port="8080" Thumbprint="[SOME_THUMBPRINT]" HandleExisting="fail" /> |
| 9 | </Component> |
| 10 | </ComponentGroup> |
| 11 | </Fragment> |
| 12 | </Wix> |