activate the copy of the Manager to the install dir
This commit is contained in:
parent
2b5e4d6ee7
commit
4fc1f99645
@ -109,7 +109,7 @@ copy "$IniCfgFile$" "$InstallDir32$"
|
|||||||
|
|
||||||
; Example of recursively copying some files into the installation directory:
|
; Example of recursively copying some files into the installation directory:
|
||||||
;
|
;
|
||||||
; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$"
|
copy -s "%ScriptPath%\ALL\*.*" "$InstallDir32$"
|
||||||
|
|
||||||
[Winbatch_install_64]
|
[Winbatch_install_64]
|
||||||
"$InstallDir64$\OpenVPNManagerService.exe" INSTALL "%ProgramFiles64Dir%\OpenVPN\\bin\openvpn.exe"
|
"$InstallDir64$\OpenVPNManagerService.exe" INSTALL "%ProgramFiles64Dir%\OpenVPN\\bin\openvpn.exe"
|
||||||
@ -121,7 +121,7 @@ copy "$IniCfgFile$" "$InstallDir64$"
|
|||||||
|
|
||||||
; Example of recursively copying some files into the installation directory:
|
; Example of recursively copying some files into the installation directory:
|
||||||
;
|
;
|
||||||
; copy -s "%ScriptPath%\files\*.*" "$InstallDir64$"
|
copy -s "%ScriptPath%\ALL\*.*" "$InstallDir64$"
|
||||||
|
|
||||||
[Registry_install]
|
[Registry_install]
|
||||||
; Example of setting some values of an registry key:
|
; Example of setting some values of an registry key:
|
||||||
|
Loading…
Reference in New Issue
Block a user