diff --git a/CLIENT_DATA/setup32.ins b/CLIENT_DATA/setup32.ins index cea462d..2e0a92d 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -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: +; 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: +; parameters: +; working_dir: $InstallDir$ +; icon_file: +; icon_index: 2 +; end_link [Sub_get_licensekey] if opsiLicenseManagementEnabled diff --git a/build.sh b/build.sh index 72bd7f2..26f8a33 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/sh PN="xmlstarlet" VERSION="1.2.0" -RELEASE="1" +RELEASE="2" PRIORITY="0" ADVICE="" TYPE="public"