|
2 | 2 | <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
3 | 3 | <?define Version = "{IntegrationVersion}" ?>
|
4 | 4 | <?define ProductId = "*" ?>
|
5 |
| - <?define UpgradeCode = "{f42aa489-e590-429d-a1c2-4ebd97cf8c3e}" ?> |
| 5 | + <?define UpgradeCode = "{59bf8deb-66d6-4a6f-a520-6cd60de9c399}" ?> |
6 | 6 |
|
7 | 7 | <Product Id="$(var.ProductId)"
|
8 | 8 | Name="New Relic Infrastructure Integration, nri-{IntegrationName}"
|
|
67 | 67 |
|
68 | 68 | <Fragment>
|
69 | 69 | <ComponentGroup Id="CustomPluginsBinComponent" Directory="CustomPluginsBinFolder">
|
70 |
| - <Component Id="CMP_NRI_{IntegrationName}_EXE" Guid="eea30c6e-7a14-4cc5-97c5-88a742041643" Win64="yes"> |
| 70 | + <Component Id="CMP_NRI_{IntegrationName}_EXE" Guid="832ef605-2ed2-4a58-a2d0-d32652b2c326" Win64="yes"> |
71 | 71 | <File Id="FILE_NRI_{IntegrationName}_EXE"
|
72 | 72 | Source="$(var.BinariesPath){IntegrationExe}"
|
73 | 73 | KeyPath="yes"/>
|
74 | 74 | </Component>
|
75 | 75 | </ComponentGroup>
|
76 | 76 | <ComponentGroup Id="CustomPluginsComponent" Directory="CustomPluginsFolder">
|
77 |
| - <Component Id="CMP_NRI_{IntegrationName}_DEFINITION_YML" Guid="35c84fd9-7b1a-4871-a706-390ea19252b1" Win64="yes" |
| 77 | + <Component Id="CMP_NRI_{IntegrationName}_DEFINITION_YML" Guid="710063f8-0ea1-469c-8dde-a1130de9b1fd" Win64="yes" |
78 | 78 | NeverOverwrite="yes" Permanent="yes">
|
79 | 79 | <File Id="FILE_NRI_{IntegrationName}_DEFINITION_YML"
|
80 | 80 | Name="{IntegrationName}-definition.yml"
|
|
83 | 83 | </Component>
|
84 | 84 | </ComponentGroup>
|
85 | 85 | <ComponentGroup Id="PluginConfigsComponent" Directory="PluginConfigsFolder">
|
86 |
| - <Component Id="CMP_NRI_{IntegrationName}_CONFIG_YML" Guid="ae131e4c-7ec5-42c5-b21b-b454979f28ee" Win64="yes" |
| 86 | + <Component Id="CMP_NRI_{IntegrationName}_CONFIG_YML" Guid="0851305b-d012-418d-b977-a9a2a1c508cc" Win64="yes" |
87 | 87 | NeverOverwrite="yes" Permanent="yes">
|
88 | 88 | <File Id="FILE_NRI_{IntegrationName}_CONFIG_YML"
|
89 | 89 | Name="{IntegrationName}-config.yml.sample"
|
|
0 commit comments