This commit is contained in:
Mario Fetka 2014-03-30 15:07:24 +02:00
parent 2eea263c6e
commit 61237f0e36
3 changed files with 13 additions and 1 deletions

View File

@ -84,7 +84,7 @@ copy "$IniCfgFile$" "$InstallDir$"
; Example of recursively copying some files into the installation directory: ; Example of recursively copying some files into the installation directory:
; ;
; copy -s "%ScriptPath%\files\*.*" "$InstallDir$" copy -s "%ScriptPath%\X86\nacl\*.*" "$InstallDir$"
[Registry_install] [Registry_install]
; Example of setting some values of an registry key: ; Example of setting some values of an registry key:
@ -95,6 +95,10 @@ copy "$IniCfgFile$" "$InstallDir$"
; set "name3" = REG_BINARY:00 af 99 cd ; set "name3" = REG_BINARY:00 af 99 cd
[LinkFolder_install] [LinkFolder_install]
set_basefolder common_desktopdirectory
set_subfolder ""
delete_element "SRWare Iron"
; Example of deleting a folder from AllUsers startmenu: ; Example of deleting a folder from AllUsers startmenu:
; ;
; set_basefolder common_programs ; set_basefolder common_programs

View File

@ -22,6 +22,13 @@ DL_SOURCE[1]="http://www.srware.net/downloads/srware_iron.exe"
DL_ARCH[1]="X86" DL_ARCH[1]="X86"
DL_WINST_NAME[1]=InstallExe 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 # File array index for the image showing while installing the program
ICON_DL_INDEX=0 ICON_DL_INDEX=0

View File

@ -0,0 +1 @@
60208ec7f2626f842bc69d8d332b198987c47645 /home/mario/.opsi-dist-cache/srware.iron-33.0.1800.0/X86/nacl-33.0.1800.0.zip