Skip to content

Commit dd32817

Browse files
authored
setup: add detect.yaml to windows install (#3775)
1 parent d03b29e commit dd32817

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

windows/installer/product.wxs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@
7373
<Component Id="ConsoleConfig" Guid="8393e488-18d5-4578-9e4c-99b54f7b2bb6">
7474
<File Id="console.yaml" Source="config\console.yaml" />
7575
</Component>
76+
<Component Id="SetupDetect" Guid="67e6c88d-4a84-45a2-a81b-0ec56e9cbb13">
77+
<File Id="detect.yaml" Source="config\detect.yaml" />
78+
</Component>
7679
<Component Id="Csconfig_lapi" Guid="a99bd70c-61af-43ca-8394-6dc789cec566">
7780
<Condition>
7881
NOT AGENT_ONLY
@@ -167,6 +170,7 @@
167170
<ComponentRef Id="ProfilesConfig"/>
168171
<ComponentRef Id="SimulationConfig"/>
169172
<ComponentRef Id="ConsoleConfig"/>
173+
<ComponentRef Id="SetupDetect"/>
170174
<ComponentRef Id="CreateLog" />
171175
<ComponentRef Id="CreateHub" />
172176
<ComponentRef Id="NotifConfig" />

0 commit comments

Comments
 (0)