[m]修改windows安装包调用的安装脚本名
This commit is contained in:
parent
52b4bffc13
commit
1c0181007a
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user