Add Codec
This commit is contained in:
parent
f5a9a6ef26
commit
3ca53fd285
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
Set $MsiId$ = '{6C1E7AA1-44E9-446D-AAB2-0DE6D9EFEAB1}'
|
Set $MsiId$ = '{6C1E7AA1-44E9-446D-AAB2-0DE6D9EFEAB1}'
|
||||||
Set $UninstallProgram$ = $InstallDir$ + "\unins000.exe"
|
Set $UninstallProgram$ = $InstallDir$ + "\unins000.exe"
|
||||||
|
Set $CodecUninstallProgram$ = $InstallDir$ + "\unins000.exe"
|
||||||
|
|
||||||
Message "Uninstalling " + $ProductId$ + " ..."
|
Message "Uninstalling " + $ProductId$ + " ..."
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@ requiredWinstVersion >= "4.10.8.6"
|
|||||||
|
|
||||||
DefVar $MsiId$
|
DefVar $MsiId$
|
||||||
DefVar $UninstallProgram$
|
DefVar $UninstallProgram$
|
||||||
|
DefVar $CodecUninstallProgram$
|
||||||
DefVar $LogDir$
|
DefVar $LogDir$
|
||||||
DefVar $ProductId$
|
DefVar $ProductId$
|
||||||
DefVar $MinimumSpace$
|
DefVar $MinimumSpace$
|
||||||
@ -93,6 +94,7 @@ endif
|
|||||||
;
|
;
|
||||||
; === Nullsoft Scriptable Install System ================================================================
|
; === Nullsoft Scriptable Install System ================================================================
|
||||||
"$InstallExe$" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
|
"$InstallExe$" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
|
||||||
|
"$InstallCodecExe$" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
|
||||||
|
|
||||||
[Files_install]
|
[Files_install]
|
||||||
; Example of recursively copying some files into the installation directory:
|
; Example of recursively copying some files into the installation directory:
|
||||||
|
1
CamStudioCodec_1.5_Setup.exe.sha1sum
Normal file
1
CamStudioCodec_1.5_Setup.exe.sha1sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
4f4b4c5852fc2ba3e3da7a523683a7616c58879b /home/mario/.opsi-dist-cache/camstudio.camstudio-2.7.rev316/X86/CamStudioCodec_1.5_Setup.exe
|
@ -4,6 +4,7 @@
|
|||||||
VENDOR="camstudio.org"
|
VENDOR="camstudio.org"
|
||||||
PN="camstudio.camstudio"
|
PN="camstudio.camstudio"
|
||||||
VERSION="2.7.rev316"
|
VERSION="2.7.rev316"
|
||||||
|
VERSION_CODEC="1.5"
|
||||||
RELEASE="1"
|
RELEASE="1"
|
||||||
PRIORITY="0"
|
PRIORITY="0"
|
||||||
ADVICE=""
|
ADVICE=""
|
||||||
@ -21,6 +22,11 @@ DL_SOURCE[1]="http://sourceforge.net/projects/camstudio/files/stable/CamStudio_2
|
|||||||
DL_ARCH[1]="X86"
|
DL_ARCH[1]="X86"
|
||||||
DL_WINST_NAME[1]=InstallExe
|
DL_WINST_NAME[1]=InstallExe
|
||||||
|
|
||||||
|
DL_FILE[2]="CamStudioCodec_${VERSION_CODEC}_Setup.exe"
|
||||||
|
DL_SOURCE[2]="http://sourceforge.net/projects/camstudio/files/legacy/CamStudioCodec_${VERSION_CODEC}_Setup.exe"
|
||||||
|
DL_ARCH[2]="X86"
|
||||||
|
DL_WINST_NAME[2]=InstallCodecExe
|
||||||
|
|
||||||
# File array index for the image showing while installing the program
|
# File array index for the image showing while installing the program
|
||||||
ICON_DL_INDEX=0
|
ICON_DL_INDEX=0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user