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
|
LinkFolder_uninstall
|
||||||
|
|
||||||
[Winbatch_uninstall_old]
|
[Winbatch_uninstall_old]
|
||||||
|
"$InstallDir$\openvpnmanager.exe" -uninstall
|
||||||
"$UninstallProgramOld$" /S
|
"$UninstallProgramOld$" /S
|
||||||
|
|
||||||
[Winbatch_uninstall]
|
[Winbatch_uninstall]
|
||||||
|
"$InstallDir$\openvpnmanager.exe" -uninstall
|
||||||
"$UninstallProgram$" /S
|
"$UninstallProgram$" /S
|
||||||
|
|
||||||
[Files_uninstall]
|
[Files_uninstall]
|
||||||
|
@ -77,6 +77,8 @@ endif
|
|||||||
|
|
||||||
[Winbatch_install]
|
[Winbatch_install]
|
||||||
"$InstallExe$" /S
|
"$InstallExe$" /S
|
||||||
|
"$InstallDir$\openvpnmanager.exe" -install
|
||||||
|
|
||||||
|
|
||||||
[Files_install]
|
[Files_install]
|
||||||
; copy the ini file to the InstallDir
|
; copy the ini file to the InstallDir
|
||||||
|
@ -27,4 +27,10 @@ requiredProduct: sereby.aio
|
|||||||
requiredStatus: installed
|
requiredStatus: installed
|
||||||
requirementType: before
|
requirementType: before
|
||||||
|
|
||||||
|
[ProductDependency]
|
||||||
|
action: setup
|
||||||
|
requiredProduct: openvpn.openvpn
|
||||||
|
requiredStatus: installed
|
||||||
|
requirementType: before
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user