Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ying Chen committed Apr 16, 2024
1 parent 0a5e925 commit af50aa4
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;[System64Folder]cmd.exe /C echo Hello, World!&quot;"/>
<Property Id="WixQuietExec64CmdLine" Value="&quot;[System64Folder]cmd.exe&quot;"/>
<CustomAction Id="StopPromptFlowService"
Execute="immediate"
Return="ignore"
Expand Down

0 comments on commit af50aa4

Please sign in to comment.