Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ying Chen committed Apr 15, 2024
1 parent 6101a69 commit 1b45cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/installer/windows/product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@
Execute="deferred"
ExeCommand="wscript.exe promptflow_service.vbs"
Return="asyncNoWait" />
<Property Id="WixQuietExecCmdLine" Value="&quot;[SystemFolder]cmd.exe /C start /B '[APPLICATIONFOLDER]pfcli.exe pf service stop'&quot;" Hidden="yes"/>
<Property Id="WixQuietExec64CmdLine" Value="&quot;[SystemFolder]cmd.exe /C start /B '[APPLICATIONFOLDER]pf.bat service stop'&quot;" Hidden="yes"/>
<CustomAction Id="StopPromptFlowService"
Execute="immediate"
Return="ignore"
BinaryKey="WixCA"
DllEntry="WixQuietExec"/>
DllEntry="WixQuietExec64"/>
<!-- <CustomAction Id="StopPromptFlowService" -->
<!-- Directory="APPLICATIONFOLDER" -->
<!-- Execute="immediate" -->
Expand Down

0 comments on commit 1b45cc6

Please sign in to comment.