Skip to content

Commit

Permalink
update command to use quot
Browse files Browse the repository at this point in the history
  • Loading branch information
Ying Chen committed Apr 21, 2024
1 parent 7340d36 commit bed059b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installer/windows/product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<Custom Action="Set_WIXUI_EXITDIALOGOPTIONALTEXT" After="CostFinalize">NOT Installed AND NOT WIX_UPGRADE_DETECTED</Custom>
</InstallUISequence>

<Property Id="WixQuietExec64CmdLine" Value="&quot;[System64Folder]cmd.exe&quot; /C start /B &quot;[APPLICATIONFOLDER]pfcli.exe&quot; pf service stop"/>
<Property Id="WixQuietExec64CmdLine" Value="&quot;[System64Folder]cmd.exe&quot; /C start &quot;&quot;[APPLICATIONFOLDER]pfcli.exe&quot; pf service stop&quot;"/>
<CustomAction Id="StopPromptFlowService"
Execute="immediate"
Return="ignore"
Expand Down

0 comments on commit bed059b

Please sign in to comment.