Bump
This commit is contained in:
parent
a973e5dfb1
commit
c72d73e17e
@ -120,7 +120,7 @@ else
|
||||
endif
|
||||
|
||||
[Winbatch_install_32]
|
||||
msiexec /i "$Install32Msi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress
|
||||
"$Install32exe$"/auto TARGETDIR=$InstallDir32$ DESKTOPSHORTCUT=0 CHECKFORUPDATES=0 CHECKFORBETAS=0 ALLUSERS=1 REBOOT=ReallySuppress
|
||||
|
||||
[Files_install_32]
|
||||
; copy the ini file to the InstallDir
|
||||
@ -131,7 +131,7 @@ copy "$IniCfgFile$" "$InstallDir32$"
|
||||
; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$"
|
||||
|
||||
[Winbatch_install_64]
|
||||
msiexec /i "$Install64Msi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress
|
||||
"$Install64exe$"/auto TARGETDIR=$InstallDir64$ DESKTOPSHORTCUT=0 CHECKFORUPDATES=0 CHECKFORBETAS=0 ALLUSERS=1 REBOOT=ReallySuppress
|
||||
|
||||
[Files_install_64]
|
||||
; copy the ini file to the InstallDir
|
||||
|
@ -1 +0,0 @@
|
||||
c05d3b29fbc72ea43d484d91305c0d4a5d45573a /home/mario/.opsi-dist-cache/paintdotnet.paintdotnet-4.0.13/X86_64/PaintDotNet_x64-4.0.13.msi
|
@ -1 +0,0 @@
|
||||
1041f78162081492244727c23c46b941f4a915ae /home/mario/.opsi-dist-cache/paintdotnet.paintdotnet-4.0.13/X86/PaintDotNet_x86-4.0.13.msi
|
@ -5,7 +5,7 @@ VENDOR="getpaint.net"
|
||||
PN="paintdotnet.paintdotnet"
|
||||
NAME="Paint.NET"
|
||||
DESCRIPTION="Paint.NET is free image and photo editing software for computers that run Windows."
|
||||
VERSION="4.0.13"
|
||||
VERSION="4.2.2"
|
||||
RELEASE="1"
|
||||
PRIORITY="0"
|
||||
ADVICE=""
|
||||
@ -17,25 +17,30 @@ TYPE="public"
|
||||
DL_FILE[0]="paintdotnet.png"
|
||||
DL_SOURCE[0]="http://www.mysti2d.net/polynesie2/ETT/C044/31/Steganographie/lib/paintdotnet.png"
|
||||
|
||||
DL_FILE[1]="PaintDotNet_x86-${VERSION}.msi"
|
||||
DL_SOURCE[1]="http://repacks.net/uploads/PaintDotNet_x86.msi"
|
||||
#DL_DOWNLOADER[1]="plowdown"
|
||||
DL_FILE[1]="paint.net.${VERSION}.install.zip"
|
||||
DL_SOURCE[1]="http://www.dotpdn.com/files/paint.net.${VERSION}.install.zip"
|
||||
DL_ARCH[1]="X86"
|
||||
DL_WINST_NAME[1]=Install32Msi
|
||||
DL_EXTRACT_FORMAT[1]="unzip"
|
||||
|
||||
DL_FILE[2]="PaintDotNet_x64-${VERSION}.msi"
|
||||
DL_SOURCE[2]="http://repacks.net/uploads/PaintDotNet_x64.msi"
|
||||
#DL_DOWNLOADER[2]="plowdown"
|
||||
DL_FILE[2]="paint.net.${VERSION}.install.zip"
|
||||
DL_SOURCE[2]="http://www.dotpdn.com/files/paint.net.${VERSION}.install.zip"
|
||||
DL_ARCH[2]="X86_64"
|
||||
DL_WINST_NAME[2]=Install64Msi
|
||||
DL_EXTRACT_FORMAT[2]="unzip"
|
||||
|
||||
# File array index for the image showing while installing the program
|
||||
ICON_DL_INDEX=0
|
||||
|
||||
WINST_NAME[0]="Install32Exe"
|
||||
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[1]@\\paint.net.${VERSION}.install.exe"
|
||||
|
||||
WINST_NAME[0]="Install64Exe"
|
||||
WINST_VALUE[0]="@DL_EXTRACT_WINST_PATH[2]@\\paint.net.${VERSION}.install.exe"
|
||||
|
||||
|
||||
OPSI_INI_SECTION[0]="X86"
|
||||
OPSI_INI_OPTION[0]="MsiId32"
|
||||
OPSI_INI_VALUE[0]="{6AC1101E-7561-43C9-BEEA-4AB1D220D8FE}"
|
||||
OPSI_INI_VALUE[0]="{AF6532AA-F178-4450-A792-8B20307B6122}"
|
||||
|
||||
OPSI_INI_SECTION[1]="X86_64"
|
||||
OPSI_INI_OPTION[1]="MsiId64"
|
||||
OPSI_INI_VALUE[1]="{6AC1101E-7561-43C9-BEEA-4AB1D220D8FF}"
|
||||
OPSI_INI_VALUE[1]="{AF6532AA-F178-4450-A792-8B20307B6123}"
|
||||
|
1
paint.net.4.2.2.install.zip.sha1sum
Normal file
1
paint.net.4.2.2.install.zip.sha1sum
Normal file
@ -0,0 +1 @@
|
||||
5e7288972676d131743d7e521187dbe4f461c5c8 /home/mario/.opsi-dist-cache/paintdotnet.paintdotnet-4.2.2/X86/paint.net.4.2.2.install.zip
|
Loading…
Reference in New Issue
Block a user