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

View File

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