We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03b29e commit dd32817Copy full SHA for dd32817
windows/installer/product.wxs
@@ -73,6 +73,9 @@
73
<Component Id="ConsoleConfig" Guid="8393e488-18d5-4578-9e4c-99b54f7b2bb6">
74
<File Id="console.yaml" Source="config\console.yaml" />
75
</Component>
76
+ <Component Id="SetupDetect" Guid="67e6c88d-4a84-45a2-a81b-0ec56e9cbb13">
77
+ <File Id="detect.yaml" Source="config\detect.yaml" />
78
+ </Component>
79
<Component Id="Csconfig_lapi" Guid="a99bd70c-61af-43ca-8394-6dc789cec566">
80
<Condition>
81
NOT AGENT_ONLY
@@ -167,6 +170,7 @@
167
170
<ComponentRef Id="ProfilesConfig"/>
168
171
<ComponentRef Id="SimulationConfig"/>
169
172
<ComponentRef Id="ConsoleConfig"/>
173
+ <ComponentRef Id="SetupDetect"/>
174
<ComponentRef Id="CreateLog" />
175
<ComponentRef Id="CreateHub" />
176
<ComponentRef Id="NotifConfig" />
0 commit comments