Skip to content

Commit 3ddbbd8

Browse files
committed
build: Fix building failure with new MSI Installer option
1 parent fccd1fc commit 3ddbbd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/windows/packaging/MSI_main-v2.wxs.tt

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<SetProperty Id="AGENTMONITOR" After="AppSearch" Value="[CMDLINE_AGENTMONITOR]"><![CDATA[CMDLINE_AGENTMONITOR<>"" OR CMDLINE_CONFIG="reset"]]></SetProperty>
5959

6060
<Property Id="AGENTMONITOR_NEWTICKET_URL" Secure="yes">
61-
<RegistrySearch Id="NewTicket-URL" Root="HKLM" Key="[%agent_regpath%]\Monitor" Name="NewTicket-URL" Type="raw" />
61+
<RegistrySearch Id="NewTicket_URL" Root="HKLM" Key="[%agent_regpath%]\Monitor" Name="NewTicket-URL" Type="raw" />
6262
</Property>
6363
<SetProperty Id="CMDLINE_AGENTMONITOR_NEWTICKET_URL" Before="AppSearch" Value="[AGENTMONITOR_NEWTICKET_URL]" />
6464
<SetProperty Id="AGENTMONITOR_NEWTICKET_URL" After="AppSearch" Value="[CMDLINE_AGENTMONITOR_NEWTICKET_URL]"><![CDATA[CMDLINE_AGENTMONITOR_NEWTICKET_URL<>"" OR CMDLINE_CONFIG="reset"]]></SetProperty>

0 commit comments

Comments
 (0)