Skip to content

Commit 6d050ba

Browse files
committed
fix: Fix MSI Installer reported error
1 parent 11185d0 commit 6d050ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@
537537
<UIRef Id='WixUI_Common' />
538538

539539
<UI Id="WixUI_MyInstallDlg">
540-
<Error Id="25000">Only administrators can modify [AgentName] installation</Error>
540+
<Error Id="25000">Only administrators can modify $(var.AgentName) installation</Error>
541541

542542
<TextStyle Id="WixUI_Font_Normal" FaceName="Tahoma" Size="8" />
543543
<TextStyle Id="WixUI_Font_Bigger" FaceName="Tahoma" Size="12" />

0 commit comments

Comments
 (0)