correct install

This commit is contained in:
Mario Fetka 2011-06-27 16:06:01 +02:00
parent 91edf60540
commit c34c70c625
2 changed files with 25 additions and 25 deletions

View File

@ -26,7 +26,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; therefore please: only lower letters, no umlauts,
; no white space use '-' as a seperator
Set $ProductId$ = "xmlstarlet"
Set $MinimumSpace$ = "10 MB"
Set $MinimumSpace$ = "5 MB"
; the path were we find the product after the installation
Set $InstallDir$ = "%System%"
Set $LicenseRequired$ = "false"
@ -106,7 +106,7 @@ endif
[Files_install]
; Example of recursively copying some files into the installation directory:
;
copy -s "%ScriptPath%\X86XMLFILE\xml.exe" "$InstallDir$"
copy -s "%ScriptPath%\X86XMLFILE\*.exe" "$InstallDir$"
[Registry_install]
; Example of setting some values of an registry key:
@ -124,31 +124,31 @@ copy -s "%ScriptPath%\X86XMLFILE\xml.exe" "$InstallDir$"
;
; Example of creating an shortcut to the installed exe in AllUsers startmenu:
;
;set_basefolder common_programs
;set_subfolder $ProductId$
;set_link
; name: $ProductId$
; target: $InstallDir$\capslockgoodbye.exe
; parameters:
: working_dir: $InstallDir$
; icon_file: $InstallDir$\capslockgoodbye.exe
; icon_index: 1
;end_link
; set_basefolder common_programs
; set_subfolder $ProductId$
;
; set_link
; name: $ProductId$
; target: <path to the program>
; parameters:
; working_dir: $InstallDir$
; icon_file:
; icon_index:
; end_link
;
; Example of creating an shortcut to the installed exe on AllUsers desktop:
;
;set_basefolder common_desktopdirectory
;set_subfolder ""
;set_link
; name: $ProductId$
; target: $InstallDir$\capslockgoodbye.exe
; parameters:
; working_dir: $InstallDir$
; icon_file: $InstallDir$\capslockgoodbye.exe
; icon_index: 1
;end_link
; set_basefolder common_desktopdirectory
; set_subfolder ""
;
; set_link
; name: $ProductId$
; target: <path to the program>
; parameters: <some_param>
; working_dir: $InstallDir$
; icon_file: <path to icon file>
; icon_index: 2
; end_link
[Sub_get_licensekey]
if opsiLicenseManagementEnabled

View File

@ -1,7 +1,7 @@
#!/bin/sh
PN="xmlstarlet"
VERSION="1.2.0"
RELEASE="1"
RELEASE="2"
PRIORITY="0"
ADVICE=""
TYPE="public"