From 78fdf7d01045f44f8a4aa3f00f545dc8bf34f65f Mon Sep 17 00:00:00 2001 From: zhen Date: Fri, 17 Nov 2023 12:13:28 +0800 Subject: [PATCH] reboot --- scripts/installer/windows/product.wxs | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/scripts/installer/windows/product.wxs b/scripts/installer/windows/product.wxs index 673841b841e..ad6d1b25829 100644 --- a/scripts/installer/windows/product.wxs +++ b/scripts/installer/windows/product.wxs @@ -89,12 +89,8 @@ Directory="DynamicCliDir" Execute="commit" Impersonate="no" - ExeCommand="cmd.exe /c SC CREATE PromptService "displayname=Prompt Flow Service" start=auto type=userown binPath= "\""""%ProgramFiles%\promptflow\pfs.exe\""""" + ExeCommand="cmd.exe /c SC CREATE PromptFlowService "displayname=Prompt Flow Service" start=auto type=userown binPath= "\"%ProgramFiles%\promptflow\pfs.exe\""" Return="check" /> - - NOT Installed AND NOT WIX_UPGRADE_DETECTED - - - REMOVE="ALL" + NOT Installed AND NOT WIX_UPGRADE_DETECTED + REMOVE="ALL" +