Bump
This commit is contained in:
parent
761360db70
commit
0c3f95210d
@ -30,10 +30,10 @@ if FileExists($UninstallProgram$)
|
||||
endif
|
||||
|
||||
comment "Delete files"
|
||||
Files_uninstall /32Bit
|
||||
Files_uninstall /64Bit
|
||||
|
||||
comment "Cleanup registry"
|
||||
Registry_uninstall /32Bit
|
||||
Registry_uninstall /64Bit
|
||||
|
||||
comment "Delete program shortcuts"
|
||||
LinkFolder_uninstall
|
@ -1,5 +1,3 @@
|
||||
[X86]
|
||||
|
||||
[COMMON]
|
||||
PN=name
|
||||
VERSION=version
|
||||
|
@ -39,7 +39,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
||||
; no white space use '-' as a seperator
|
||||
Set $MinimumSpace$ = "20 MB"
|
||||
; the path were we find the product after the installation
|
||||
Set $InstallDir$ = "%ProgramFiles32Dir%\BlueGriffon"
|
||||
Set $InstallDir$ = "%ProgramFiles64Dir%\BlueGriffon"
|
||||
; ----------------------------------------------------------------
|
||||
|
||||
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"
|
||||
@ -52,9 +52,9 @@ else
|
||||
comment "Show product picture"
|
||||
ShowBitmap "%ScriptPath%\" + $ProductId$ + ".png" $NAME$
|
||||
|
||||
if FileExists("%ScriptPath%\delsub32.ins")
|
||||
if FileExists("%ScriptPath%\delsub64.ins")
|
||||
comment "Start uninstall sub section"
|
||||
Sub "%ScriptPath%\delsub32.ins"
|
||||
Sub "%ScriptPath%\delsub64.ins"
|
||||
endif
|
||||
|
||||
Message "Installing " + $ProductId$ + " "+ $VERSION$ + "-" + $CREATOR_TAG$ + $RELEASE$ + " ..."
|
||||
@ -65,10 +65,10 @@ else
|
||||
Sub_check_exitcode
|
||||
|
||||
comment "Copy files"
|
||||
Files_install /32Bit
|
||||
Files_install /64Bit
|
||||
|
||||
comment "Patch Registry"
|
||||
Registry_install /32Bit
|
||||
Registry_install /64Bit
|
||||
|
||||
comment "Create shortcuts"
|
||||
LinkFolder_install
|
@ -33,7 +33,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
||||
; ----------------------------------------------------------------
|
||||
; - Please edit the following values -
|
||||
; ----------------------------------------------------------------
|
||||
Set $InstallDir$ = "%ProgramFiles32Dir%\BlueGriffon"
|
||||
Set $InstallDir$ = "%ProgramFiles64Dir%\BlueGriffon"
|
||||
; ----------------------------------------------------------------
|
||||
|
||||
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"
|
||||
@ -43,8 +43,8 @@ ShowBitmap "%ScriptPath%\" + $ProductId$ + ".png" $NAME$
|
||||
|
||||
Message "Uninstalling " + $ProductId$ + " ..."
|
||||
|
||||
if FileExists("%ScriptPath%\delsub32.ins")
|
||||
if FileExists("%ScriptPath%\delsub64.ins")
|
||||
comment "Start uninstall sub section"
|
||||
Sub "%ScriptPath%\delsub32.ins"
|
||||
Sub "%ScriptPath%\delsub64.ins"
|
||||
endif
|
||||
|
@ -13,8 +13,8 @@ version: 4.0.2
|
||||
priority: 0
|
||||
licenseRequired: False
|
||||
productClasses:
|
||||
setupScript: setup32.ins
|
||||
uninstallScript: uninstall32.ins
|
||||
setupScript: setup64.ins
|
||||
uninstallScript: uninstall64.ins
|
||||
updateScript:
|
||||
alwaysScript:
|
||||
onceScript:
|
||||
|
@ -1 +0,0 @@
|
||||
ce50d3b97e568d9dff3d2a999107289408461d83 /home/mario/.opsi-dist-cache/bluegriffon.bluegriffon-2.3.1/X86/bluegriffon-2.3.1.win32-installer.exe
|
1
bluegriffon-2.4.1.win-x86_64.exe.sha1sum
Normal file
1
bluegriffon-2.4.1.win-x86_64.exe.sha1sum
Normal file
@ -0,0 +1 @@
|
||||
59ecc7b8170dc99dded57a6bbece38db0108ab36 /home/mario/.opsi-dist-cache/bluegriffon.bluegriffon-2.4.1/X86/bluegriffon-2.4.1.win-x86_64.exe
|
@ -5,7 +5,7 @@ VENDOR="bluegriffon.org"
|
||||
PN="bluegriffon.bluegriffon"
|
||||
NAME="BlueGriffon"
|
||||
DESCRIPTION="The next-generation Web Editor based on the rendering engine of Firefox."
|
||||
VERSION="2.3.1"
|
||||
VERSION="2.4.1"
|
||||
RELEASE="3"
|
||||
PRIORITY="0"
|
||||
ADVICE=""
|
||||
@ -17,8 +17,8 @@ TYPE="public"
|
||||
DL_FILE[0]="bglogo.png"
|
||||
DL_SOURCE[0]="http://osx.wdfiles.com/local--files/icon:bglogo/bglogo.png"
|
||||
|
||||
DL_FILE[1]="bluegriffon-${VERSION}.win32-installer.exe"
|
||||
DL_SOURCE[1]="http://bluegriffon.org/freshmeat/${VERSION}/bluegriffon-${VERSION}.win32-installer.exe"
|
||||
DL_FILE[1]="bluegriffon-${VERSION}.win-x86_64.exe"
|
||||
DL_SOURCE[1]="http://bluegriffon.org/freshmeat/${VERSION}/bluegriffon-${VERSION}.win-x86_64.exe"
|
||||
DL_ARCH[1]="X86"
|
||||
DL_WINST_NAME[1]=InstallExe
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user