add activation of openvpn manager service
This commit is contained in:
parent
451c9e52a0
commit
723f317ab5
@ -39,9 +39,11 @@ comment "Delete program shortcuts"
|
||||
LinkFolder_uninstall
|
||||
|
||||
[Winbatch_uninstall_old]
|
||||
"$InstallDir$\openvpnmanager.exe" -uninstall
|
||||
"$UninstallProgramOld$" /S
|
||||
|
||||
[Winbatch_uninstall]
|
||||
"$InstallDir$\openvpnmanager.exe" -uninstall
|
||||
"$UninstallProgram$" /S
|
||||
|
||||
[Files_uninstall]
|
||||
|
@ -77,6 +77,8 @@ endif
|
||||
|
||||
[Winbatch_install]
|
||||
"$InstallExe$" /S
|
||||
"$InstallDir$\openvpnmanager.exe" -install
|
||||
|
||||
|
||||
[Files_install]
|
||||
; copy the ini file to the InstallDir
|
||||
|
@ -27,4 +27,10 @@ requiredProduct: sereby.aio
|
||||
requiredStatus: installed
|
||||
requirementType: before
|
||||
|
||||
[ProductDependency]
|
||||
action: setup
|
||||
requiredProduct: openvpn.openvpn
|
||||
requiredStatus: installed
|
||||
requirementType: before
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user