Bump
This commit is contained in:
parent
2eea263c6e
commit
61237f0e36
@ -84,7 +84,7 @@ copy "$IniCfgFile$" "$InstallDir$"
|
||||
|
||||
; Example of recursively copying some files into the installation directory:
|
||||
;
|
||||
; copy -s "%ScriptPath%\files\*.*" "$InstallDir$"
|
||||
copy -s "%ScriptPath%\X86\nacl\*.*" "$InstallDir$"
|
||||
|
||||
[Registry_install]
|
||||
; Example of setting some values of an registry key:
|
||||
@ -95,6 +95,10 @@ copy "$IniCfgFile$" "$InstallDir$"
|
||||
; set "name3" = REG_BINARY:00 af 99 cd
|
||||
|
||||
[LinkFolder_install]
|
||||
set_basefolder common_desktopdirectory
|
||||
set_subfolder ""
|
||||
delete_element "SRWare Iron"
|
||||
|
||||
; Example of deleting a folder from AllUsers startmenu:
|
||||
;
|
||||
; set_basefolder common_programs
|
||||
|
@ -22,6 +22,13 @@ DL_SOURCE[1]="http://www.srware.net/downloads/srware_iron.exe"
|
||||
DL_ARCH[1]="X86"
|
||||
DL_WINST_NAME[1]=InstallExe
|
||||
|
||||
DL_FILE[2]="nacl-${VERSION}.zip"
|
||||
DL_SOURCE[2]="http://www.srware.net/downloads/nacl.zip"
|
||||
DL_ARCH[2]="X86"
|
||||
DL_EXTRACT_FORMAT[2]="unzip"
|
||||
DL_EXTRACT_TO[2]="nacl"
|
||||
|
||||
|
||||
# File array index for the image showing while installing the program
|
||||
ICON_DL_INDEX=0
|
||||
|
||||
|
1
nacl-33.0.1800.0.zip.sha1sum
Normal file
1
nacl-33.0.1800.0.zip.sha1sum
Normal file
@ -0,0 +1 @@
|
||||
60208ec7f2626f842bc69d8d332b198987c47645 /home/mario/.opsi-dist-cache/srware.iron-33.0.1800.0/X86/nacl-33.0.1800.0.zip
|
Loading…
Reference in New Issue
Block a user