Skip to content

Commit 038ce97

Browse files
authored
Add workload discovery executable to Windows MSI (#610)
1 parent 9546fd2 commit 038ce97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

msi/tools/amazon-cloudwatch-agent.wxs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<ComponentRef Id='SchemaJSON' />
4545
<ComponentRef Id='DownloaderEXE' />
4646
<ComponentRef Id='TranslatorEXE' />
47+
<ComponentRef Id='WorkloadDiscoveryEXE' />
4748
<ComponentRef Id='OtelJmxJar' />
4849
<ComponentRef Id='CWAGENT_VERSION' />
4950
<ComponentRef Id='LICENSE' />
@@ -126,6 +127,9 @@
126127
<Component Id='TranslatorEXE' Guid='f4527006-edcb-4271-a971-039848bc8bb7' Win64='yes'>
127128
<File Source='config-translator.exe' KeyPath='yes' Checksum='yes'/>
128129
</Component>
130+
<Component Id='WorkloadDiscoveryEXE' Guid='58ca9c86-6cf4-4513-9625-7403c3c1af68' Win64='yes'>
131+
<File Source='workload-discovery.exe' KeyPath='yes' Checksum='yes'/>
132+
</Component>
129133
<Component Id='OtelJmxJar' Guid='5af08c39-c483-4b08-8315-c99345684c4d' Win64='yes'>
130134
<File Source='opentelemetry-jmx-metrics.jar' KeyPath='yes'/>
131135
</Component>

0 commit comments

Comments
 (0)