This commit is contained in:
Mario Fetka
2015-01-07 15:52:11 +01:00
parent 23a1cfbc11
commit cc55ed4365
5 changed files with 6 additions and 6 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\Version9"
Set $InstallDir$ = "%ProgramFiles32Dir%\TeamViewer\Version10"
; ----------------------------------------------------------------
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"

View File

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