Bump
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user