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 11185d0 commit 6d050baCopy full SHA for 6d050ba
contrib/windows/packaging/MSI_main-v2.wxs.tt
@@ -537,7 +537,7 @@
537
<UIRef Id='WixUI_Common' />
538
539
<UI Id="WixUI_MyInstallDlg">
540
- <Error Id="25000">Only administrators can modify [AgentName] installation</Error>
+ <Error Id="25000">Only administrators can modify $(var.AgentName) installation</Error>
541
542
<TextStyle Id="WixUI_Font_Normal" FaceName="Tahoma" Size="8" />
543
<TextStyle Id="WixUI_Font_Bigger" FaceName="Tahoma" Size="12" />
0 commit comments