Bump
This commit is contained in:
parent
2783109636
commit
8afe26f1ad
@ -70,12 +70,12 @@ comment "Delete program shortcuts"
|
||||
LinkFolder_uninstall
|
||||
|
||||
[Winbatch_uninstall_msi_old_32]
|
||||
"$RealUninstallProgramm32$" $MsiIdOld32$
|
||||
; msiexec /x $MsiIdOld32$ /qb! REBOOT=ReallySuppress
|
||||
;"$RealUninstallProgramm32$" $MsiIdOld32$
|
||||
msiexec /x $MsiIdOld32$ /qb! REBOOT=ReallySuppress
|
||||
|
||||
[Winbatch_uninstall_msi_32]
|
||||
"$RealUninstallProgramm32$" $MsiId32$
|
||||
; msiexec /x $MsiId32$ /qb! REBOOT=ReallySuppress
|
||||
; "$RealUninstallProgramm32$" $MsiId32$
|
||||
msiexec /x $MsiId32$ /qb! REBOOT=ReallySuppress
|
||||
|
||||
[Files_uninstall_32]
|
||||
; Example for recursively deleting the installation directory (don't forget the trailing backslash):
|
||||
@ -83,12 +83,12 @@ LinkFolder_uninstall
|
||||
delete -sf "$InstallDir32$\"
|
||||
|
||||
[Winbatch_uninstall_msi_old_64]
|
||||
"$RealUninstallProgramm64$" $MsiIdOld64$
|
||||
; msiexec /x $MsiIdOld64$ /qb! REBOOT=ReallySuppress
|
||||
; "$RealUninstallProgramm64$" $MsiIdOld64$
|
||||
msiexec /x $MsiIdOld64$ /qb! REBOOT=ReallySuppress
|
||||
|
||||
[Winbatch_uninstall_msi_64]
|
||||
"$RealUninstallProgramm64$" $MsiId64$
|
||||
; msiexec /x $MsiId64$ /qb! REBOOT=ReallySuppress
|
||||
; "$RealUninstallProgramm64$" $MsiId64$
|
||||
msiexec /x $MsiId64$ /qb! REBOOT=ReallySuppress
|
||||
|
||||
[Files_uninstall_64]
|
||||
; Example for recursively deleting the installation directory:
|
||||
|
@ -1 +0,0 @@
|
||||
3c02ad8db1b5ee6bc085588b89e8845c53387b15 /home/mario/.opsi-dist-cache/sourceforge.classicshell-4.3.1/ALL/ClassicShellSetup-4.3.1.exe
|
1
OpenShellSetup_4_4_131.exe.sha1sum
Normal file
1
OpenShellSetup_4_4_131.exe.sha1sum
Normal file
@ -0,0 +1 @@
|
||||
f9e0fc4ddb06367a86f41b356baca454bb43f229 /home/mario/.opsi-dist-cache/sourceforge.classicshell-4.4.131/ALL/OpenShellSetup_4_4_131.exe
|
@ -1,11 +1,11 @@
|
||||
############################
|
||||
# Setup product information
|
||||
############################
|
||||
VENDOR="classicshell.net"
|
||||
VENDOR="https://open-shell.github.io/Open-Shell-Menu/"
|
||||
PN="sourceforge.classicshell"
|
||||
NAME="Classic Shell"
|
||||
DESCRIPTION="Classic Shell is a collection of usability enhancements for Windows."
|
||||
VERSION="4.3.1"
|
||||
NAME="Open-Shell-Menu"
|
||||
DESCRIPTION="Open-Shell-Menu (Classic Shell) is a collection of usability enhancements for Windows."
|
||||
VERSION="4.4.131"
|
||||
RELEASE="3"
|
||||
PRIORITY="0"
|
||||
ADVICE=""
|
||||
@ -17,8 +17,8 @@ TYPE="public"
|
||||
DL_FILE[0]="logo200-1759.png"
|
||||
DL_SOURCE[0]="http://www.softwarecrew.com/wp-content/uploads/2012/01/logo200-1759.png"
|
||||
|
||||
DL_FILE[1]="ClassicShellSetup-${VERSION}.exe"
|
||||
DL_SOURCE[1]="http://classicshell.mediafire.com/file/d5llbbm8wu92jg8/ClassicShellSetup_4_3_1.exe"
|
||||
DL_FILE[1]="OpenShellSetup_${VERSION//./_}.exe"
|
||||
DL_SOURCE[1]="https://github.com/Open-Shell/Open-Shell-Menu/releases/download/v${VERSION}/OpenShellSetup_${VERSION//./_}.exe"
|
||||
DL_ARCH[1]="ALL"
|
||||
DL_WINST_NAME[1]=InstallExe
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user