Bump to 11

This commit is contained in:
Mario Fetka
2015-12-17 16:51:21 +01:00
parent adf2768675
commit a9296de15d
6 changed files with 7 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; no white space use '-' as a seperator
Set $MinimumSpace$ = "20 MB"
; the path were we find the product after the installation
Set $InstallDir$ = "%ProgramFiles32Dir%\TeamViewer\Version10"
Set $InstallDir$ = "%ProgramFiles32Dir%\TeamViewer\Version11"
; ----------------------------------------------------------------
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"
@@ -101,7 +101,7 @@ copy "$IniCfgFile$" "$InstallDir$"
[LinkFolder_install]
set_basefolder common_desktopdirectory
set_subfolder ""
delete_element "TeamViewer 10"
delete_element "TeamViewer 11"
; Example of deleting a folder from AllUsers startmenu:
;

View File

@@ -33,7 +33,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ----------------------------------------------------------------
; - Please edit the following values -
; ----------------------------------------------------------------
Set $InstallDir$ = "%ProgramFiles32Dir%\TeamViewer\Version10"
Set $InstallDir$ = "%ProgramFiles32Dir%\TeamViewer\Version11"
; ----------------------------------------------------------------
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"