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