correct install
This commit is contained in:
parent
91edf60540
commit
c34c70c625
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user