Skip to content

Commit

Permalink
Always show terminal restart text
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonstyle committed May 9, 2022
1 parent 579d396 commit 419b4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/src/windows/quarto.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Property Id="WixAppFolder" Value="WixPerUserFolder" />

<SetProperty Id="WIXUI_EXITDIALOGOPTIONALTEXT" Value="Please restart any existing Command windows prior to using Quarto." Sequence="ui" After="ExecuteAction">
<![CDATA[ALLUSERS="" OR ALLUSERS=2]]>
<![CDATA[ALLUSERS="" OR ALLUSERS=1 OR ALLUSERS=2]]>
</SetProperty>

<UIRef Id="WixUI_Advanced_Custom" />
Expand Down

0 comments on commit 419b4d2

Please sign in to comment.