Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ying Chen committed Apr 16, 2024
1 parent d866a72 commit e4811c3
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 @@ -89,7 +89,7 @@
Execute="deferred"
ExeCommand="wscript.exe promptflow_service.vbs"
Return="asyncNoWait" />
<Property Id="WixQuietExec64CmdLine" Value="&quot;cmd.exe /C start /B '[APPLICATIONFOLDER]pf.bat service stop'&quot;" Hidden="yes"/>
<Property Id="WixQuietExec64CmdLine" Value="&quot;cmd.exe /C start /B 'echo Hello, World!'&quot;" Hidden="yes"/>
<CustomAction Id="StopPromptFlowService"
Execute="immediate"
Return="ignore"
Expand Down

0 comments on commit e4811c3

Please sign in to comment.