Bump
This commit is contained in:
parent
1fb7c37717
commit
e81f7ce9b9
@ -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"
|
||||
|
@ -5,7 +5,7 @@ VENDOR="notepad-plus-plus.org"
|
||||
PN="notepadpp.notepadpp"
|
||||
NAME="Notepad++"
|
||||
DESCRIPTION="Notepad++ is a free source code editor and Notepad replacement that supports several languages."
|
||||
VERSION="6.9.2"
|
||||
VERSION="7.1"
|
||||
RELEASE="4"
|
||||
PRIORITY="0"
|
||||
ADVICE=""
|
||||
@ -17,14 +17,19 @@ DL_FILE[0]="notepad-256_32-150x150.png"
|
||||
DL_SOURCE[0]="http://www.technologyforlawyers.info/wp-content/uploads/2009/02/notepad-256_32-150x150.png"
|
||||
|
||||
DL_FILE[1]="npp.${VERSION}.Installer.exe"
|
||||
DL_SOURCE[1]="https://notepad-plus-plus.org/repository/6.x/${VERSION}/npp.${VERSION}.Installer.exe"
|
||||
DL_SOURCE[1]="https://notepad-plus-plus.org/repository/7.x/${VERSION}/npp.${VERSION}.Installer.exe"
|
||||
DL_ARCH[1]="X86"
|
||||
DL_WINST_NAME[1]="InstallExe"
|
||||
DL_WINST_NAME[1]="Install32Exe"
|
||||
|
||||
DL_FILE[2]="npplauncher-${VERSION}.zip"
|
||||
DL_SOURCE[2]="http://download.przemoc.net/npplauncher.zip"
|
||||
DL_ARCH[2]="X86"
|
||||
DL_EXTRACT_FORMAT[2]="unzip"
|
||||
DL_FILE[2]="npp.${VERSION}.Installer.x64.exe"
|
||||
DL_SOURCE[2]="https://notepad-plus-plus.org/repository/7.x/${VERSION}/npp.${VERSION}.Installer.x64.exe"
|
||||
DL_ARCH[2]="X86_64"
|
||||
DL_WINST_NAME[2]="Install64Exe"
|
||||
|
||||
DL_FILE[3]="npplauncher-${VERSION}.zip"
|
||||
DL_SOURCE[3]="http://download.przemoc.net/npplauncher.zip"
|
||||
DL_ARCH[3]="X86"
|
||||
DL_EXTRACT_FORMAT[3]="unzip"
|
||||
|
||||
OPSI_INI_SECTION[0]="X86"
|
||||
OPSI_INI_OPTION[0]="UninstallProg32"
|
||||
|
@ -1 +0,0 @@
|
||||
6a54e0e8c8dbfca68abe3cbe66d99c66ced59cea /home/mario/.opsi-dist-cache/notepadpp.notepadpp-6.9.2/X86/npp.6.9.2.Installer.exe
|
1
npp.7.1.Installer.exe.sha1sum
Normal file
1
npp.7.1.Installer.exe.sha1sum
Normal file
@ -0,0 +1 @@
|
||||
83a58f88a471e0b45d95bec96e89780c31721f6b /home/mario/.opsi-dist-cache/notepadpp.notepadpp-7.1/X86/npp.7.1.Installer.exe
|
1
npp.7.1.Installer.x64.exe.sha1sum
Normal file
1
npp.7.1.Installer.x64.exe.sha1sum
Normal file
@ -0,0 +1 @@
|
||||
a5933ee842b2d03ad41f9f6123613780fc57e93f /home/mario/.opsi-dist-cache/notepadpp.notepadpp-7.1/X86_64/npp.7.1.Installer.x64.exe
|
@ -1 +0,0 @@
|
||||
562aca0927e41b161b8c1f5abef0d2b94852e31c /home/mario/.opsi-dist-cache/notepadpp.notepadpp-6.9.2/X86/npplauncher-6.9.2.zip
|
1
npplauncher-7.1.zip.sha1sum
Normal file
1
npplauncher-7.1.zip.sha1sum
Normal file
@ -0,0 +1 @@
|
||||
da39a3ee5e6b4b0d3255bfef95601890afd80709 /home/mario/.opsi-dist-cache/notepadpp.notepadpp-7.1/X86/npplauncher-7.1.zip
|
Loading…
Reference in New Issue
Block a user