Only 32bit is working at the moent so switch to 32bit also on 64bit

This commit is contained in:
Mario Fetka
2013-04-13 18:52:07 +02:00
parent 4c415ff3ff
commit 3791703fb4
4 changed files with 33 additions and 33 deletions

View File

@@ -43,7 +43,7 @@ include_insert "define3264.inc"
; - Please edit the following values -
; ----------------------------------------------------------------
Set $InstallDir32$ = "%ProgramFiles32Dir%\TightVNC"
Set $InstallDir64$ = "%ProgramFiles64Dir%\TightVNC"
Set $InstallDir64$ = "%ProgramFiles32Dir%\TightVNC"
; ----------------------------------------------------------------
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"