System-commands not work

Common questions about using Actual Installer.
Post Reply
pwipo
Posts: 1
Joined: Fri May 08, 2020 10:07 am

System-commands not work

Post by pwipo »

Hello
I used version 7.6 (bought) and old - 5
on old version my bat files executed properly after install and befor uninstall
on new version - 7.6 scripts do not run at all

on 5:
0=<InstallDir>\smc_server\install_service.bat*?*?Normal*?After Installation*?Yes*?All
1=<InstallDir>\smc_server\uninstall_service.bat*?*?Normal*?Before Uninstallation*?Yes*?All

on 7.6:
0=<InstallDir>\smc_server\install_service.bat*?*?Normal*?After Installation*?Yes*?Any*?Yes
1=<InstallDir>\smc_server\uninstall_service.bat*?*?Maximized*?Before Uninstallation*?Yes*?Any*?Yes

please help!
Leo
Site Admin
Posts: 455
Joined: Fri Jan 22, 2010 12:40 pm

Re: System-commands not work

Post by Leo »

Try to uncheck the option "Wait".
Or change your command to:
File: <SystemDir>\cmd.exe
Parameters: /C "<InstallDir>\smc_server\install_service.bat"

Also try:
File: <SystemDir>\cmd.exe
Parameters: /C START "<InstallDir>\smc_server\install_service.bat"
Leo,
Actual Installer Team
https://www.actualinstaller.com
Post Reply