[m]修改windows安装包调用的安装脚本名

This commit is contained in:
liang-ys 2026-04-13 17:09:37 +08:00
parent 52b4bffc13
commit 1c0181007a
2 changed files with 4 additions and 4 deletions

View File

@ -63,7 +63,7 @@ SectionEnd
#启动服务
Section -StartService
#ExecWait "$INSTDIR\installer\StartService.bat"
nsExec::Exec "$INSTDIR\installer\StartService.bat"
nsExec::Exec "$INSTDIR\installer\installer_window.bat"
SectionEnd
Section -Post
@ -84,7 +84,7 @@ Section Uninstall
#卸载数据库
#ExecWait "$INSTDIR\installer\StopService.bat"
nsExec::Exec "$INSTDIR\installer\StopService.bat"
nsExec::Exec "$INSTDIR\installer\uninst_window.bat"
Delete "$SMPROGRAMS\HMEnergy\Uninstall.lnk"
Delete "$DESKTOP\HMEnergy.lnk"

View File

@ -63,7 +63,7 @@ SectionEnd
#启动服务
Section -StartService
#ExecWait "$INSTDIR\installer\StartService.bat"
nsExec::Exec "$INSTDIR\installer\StartService.bat"
nsExec::Exec "$INSTDIR\installer\installer_window.bat"
SectionEnd
Section -Post
@ -84,7 +84,7 @@ Section Uninstall
#卸载数据库
#ExecWait "$INSTDIR\installer\StopService.bat"
nsExec::Exec "$INSTDIR\installer\StopService.bat"
nsExec::Exec "$INSTDIR\installer\uninst_window.bat"
Delete "$SMPROGRAMS\HMEnergy\Uninstall.lnk"
Delete "$DESKTOP\HMEnergy.lnk"