Bump
This commit is contained in:
parent
9ecc54ab99
commit
b49aea8c30
@ -35,11 +35,11 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
||||
; therefore please: only lower letters, no umlauts,
|
||||
; no white space use '-' as a seperator
|
||||
Set $ProductId$ = "ultramon"
|
||||
Set $MinimumSpace$ = "4 MB"
|
||||
Set $MinimumSpace$ = "40 MB"
|
||||
; the path were we find the product after the installation
|
||||
Set $InstallDir32$ = "%ProgramFiles32Dir%\UltraMon"
|
||||
Set $InstallDir64$ = "%ProgramFiles64Dir%\UltraMon"
|
||||
Set $LicenseRequired$ = "false"
|
||||
Set $LicenseRequired$ = "true"
|
||||
Set $LicensePool$ = "p_" + $ProductId$
|
||||
; ----------------------------------------------------------------
|
||||
|
||||
@ -97,7 +97,7 @@ endif
|
||||
;
|
||||
; === MSI package =======================================================================================
|
||||
; You may use the parameter PIDKEY=$Licensekey$
|
||||
msiexec /i "%ScriptPath%\X86FILE" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress
|
||||
msiexec /i "%ScriptPath%\X86FILE" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress USERNAME="%IPName%" PIDKEY=$LicenseKey$
|
||||
|
||||
[Files_install_32]
|
||||
; Example of recursively copying some files into the installation directory:
|
||||
@ -110,7 +110,7 @@ msiexec /i "%ScriptPath%\X86FILE" /l* "$LogDir$\$ProductId$.install_log.txt" /qb
|
||||
;
|
||||
; === MSI package =======================================================================================
|
||||
; You may use the parameter PIDKEY=$Licensekey$
|
||||
msiexec /i "%ScriptPath%\AMD64FILE" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress
|
||||
msiexec /i "%ScriptPath%\AMD64FILE" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress USERNAME="%IPName%" PIDKEY=$LicenseKey$
|
||||
|
||||
[Files_install_64]
|
||||
; Example of recursively copying some files into the installation directory:
|
||||
|
@ -29,10 +29,10 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
||||
; ----------------------------------------------------------------
|
||||
; - Please edit the following values -
|
||||
; ----------------------------------------------------------------
|
||||
Set $ProductId$ = "foldersize"
|
||||
Set $InstallDir32$ = "%ProgramFiles32Dir%\FolderSize"
|
||||
Set $InstallDir64$ = "%ProgramFiles64Dir%\FolderSize"
|
||||
Set $LicenseRequired$ = "false"
|
||||
Set $ProductId$ = "ultramon"
|
||||
Set $InstallDir32$ = "%ProgramFiles32Dir%\UltraMon"
|
||||
Set $InstallDir64$ = "%ProgramFiles64Dir%\UltraMon"
|
||||
Set $LicenseRequired$ = "true"
|
||||
Set $LicensePool$ = "p_" + $ProductId$
|
||||
; ----------------------------------------------------------------
|
||||
|
||||
|
1
UltraMon_3.1.0_de_x32.msi.sha1sum
Normal file
1
UltraMon_3.1.0_de_x32.msi.sha1sum
Normal file
@ -0,0 +1 @@
|
||||
dfb7f7645d9f6ba026c3d4fc2f841653e91a8763 /usr/portage/distfiles/UltraMon_3.1.0_de_x32.msi
|
1
UltraMon_3.1.0_de_x64.msi.sha1sum
Normal file
1
UltraMon_3.1.0_de_x64.msi.sha1sum
Normal file
@ -0,0 +1 @@
|
||||
9e89a74ec8807d697e1749e7950015c8ab908c58 /usr/portage/distfiles/UltraMon_3.1.0_de_x64.msi
|
@ -1 +0,0 @@
|
||||
b42bdf7a034fd6ee76631e359b142a50d70be742 /usr/portage/distfiles/UltraMon_3.1.0_en_x32.msi
|
@ -1 +0,0 @@
|
||||
049f19ab9d79abcc2977bd29e077678b22bd463d /usr/portage/distfiles/UltraMon_3.1.0_en_x64.msi
|
6
build.sh
6
build.sh
@ -1,14 +1,14 @@
|
||||
#!/bin/sh
|
||||
PN="ultramon"
|
||||
VERSION="3.1.0"
|
||||
RELEASE="1"
|
||||
RELEASE="2"
|
||||
PRIORITY="0"
|
||||
ADVICE=""
|
||||
TYPE="public"
|
||||
# all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python)
|
||||
ICON="http://www.realtimesoft.com/ultramon/ultramon_logo.jpg"
|
||||
X86="http://www.realtimesoft.com/files/UltraMon_3.1.0_en_x32.msi"
|
||||
AMD64="http://www.realtimesoft.com/files/UltraMon_3.1.0_en_x64.msi"
|
||||
X86="http://www.realtimesoft.com/files/UltraMon_3.1.0_de_x32.msi"
|
||||
AMD64="http://www.realtimesoft.com/files/UltraMon_3.1.0_de_x64.msi"
|
||||
ICONFILE=${ICON##*/}
|
||||
X86FILE=${X86##*/}
|
||||
AMD64FILE=${AMD64##*/}
|
||||
|
Loading…
Reference in New Issue
Block a user