This commit is contained in:
Mario Fetka
2016-10-21 15:44:18 +02:00
parent 1fb7c37717
commit e81f7ce9b9
8 changed files with 19 additions and 13 deletions

View File

@@ -52,7 +52,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
Set $MinimumSpace$ = "1 MB"
; the path were we find the product after the installation
Set $InstallDir32$ = "%ProgramFiles32Dir%\Notepad++"
Set $InstallDir64$ = "%ProgramFiles32Dir%\Notepad++"
Set $InstallDir64$ = "%ProgramFiles64Dir%\Notepad++"
; ----------------------------------------------------------------
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"
@@ -113,7 +113,7 @@ else
endif
[Winbatch_install_32]
"$InstallExe$" /S
"$Install32Exe$" /S
[Dosbatch_replace_32]
@echo off
@@ -136,7 +136,7 @@ copy "$IniCfgFile$" "$InstallDir32$"
; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$"
[Winbatch_install_64]
"$InstallExe$" /S
"$Install64Exe$" /S
[Dosbatch_replace_64]
@echo off

View File

@@ -43,7 +43,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; - Please edit the following values -
; ----------------------------------------------------------------
Set $InstallDir32$ = "%ProgramFiles32Dir%\Notepad++"
Set $InstallDir64$ = "%ProgramFiles32Dir%\Notepad++"
Set $InstallDir64$ = "%ProgramFiles64Dir%\Notepad++"
; ----------------------------------------------------------------
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"