sorry .. dachte nur weil es eine allgemeine frage ist ... aber ok hier ist das script:
[Initial]
Message=Installation von iview
ExitOnError=false
ScriptErrorMessages=true
TraceMode=off
[Aktionen]
DefVar $ProductId$
DefVar $MinimumSpace$
set $ProductId$ = "iview"
set $MinimumSpace$ = "5 MB"
if not(HasMinimumSpace ("%SYSTEMDRIVE%", $MinimumSpace$))
LogError "Nicht genuegend Platz auf C:"
isFatalError
else
WinBatch_install
endif
[WinBatch_install]
msiexec /i %scriptpath%\iview.msi /qb-! ALLUSERS=2
und hier die inst-log:
10.09.2009 16:59:42 JSON service request
https://10.0.1.43:4447/rpc?%7B%22id%22: ... e%22%5D%7D
10.09.2009 16:59:42 JSON service request
https://10.0.1.43:4447/rpc?%7B%22id%22: ... e%22%5D%7D
10.09.2009 16:59:42 JSON service request
https://10.0.1.43:4447/rpc?%7B%22id%22: ... :%5B%5D%7D
10.09.2009 16:59:42 JSON service request
https://10.0.1.43:4447/rpc?%7B%22id%22: ... e%22%5D%7D
10.09.2009 16:59:42 JSON service request
https://10.0.1.43:4447/rpc?%7B%22id%22: ... e%22%5D%7D
Computername:opsiapplication.itecra.de
Computername according to Environment Variable :OPSIAPPLICATION
opsi service URL
https://10.0.1.43:4447
Config path: P:\install
Utils path: P:\utils
Depot path: P:\install
bootmode BKSTD
winst: Start sorting of products (10.09.2009 16:59:42)
10.09.2009 16:59:42 JSON service request
https://10.0.1.43:4447/rpc?%7B%22id%22: ... :%5B%5D%7D
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Resolved sequence of products (10.09.2009 16:59:42):
Product 9 iview : setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10.09.2009 16:59:42 JSON service request
https://10.0.1.43:4447/rpc?%7B%22id%22: ... e%22%5D%7D
10.09.2009 16:59:43 JSON service request
https://10.0.1.43:4447/rpc?%7B%22id%22: ... e%22%5D%7D
scriptname: "iview.ins", special path: "P:\install\iview\"
10.09.2009 16:59:43 JSON service request
https://10.0.1.43:4447/rpc?%7B%22id%22: ... g%22%5D%7D
============ Version 4.8.6.2 WIN32 script "P:\install\iview\iview.ins"
start: 2009-09-10 16:59:43 (on client named as : "opsiapplication.itecra.de")
[executing: "C:\Programme\opsi.org\preloginloader\opsi-winst\winst32.exe"]
system infos:
00:0C:29:F5:92:A9 - PC hardware address
opsiapplication - IP name
10.0.1.44 - IP address
DEU - System default locale
Set $ProductId$ = "iview"
Set $MinimumSpace$ = "5 MB"
If
HasMinimumSpace ("C:", $MinimumSpace$) <<< result true
not(HasMinimumSpace ("C:", $MinimumSpace$)) <<< result false
Then
Else
Execution of WinBatch_install
EndIf
___________________
0 errors
0 warnings
no script found for file name ""
10.09.2009 16:59:51 JSON service request
https://10.0.1.43:4447/rpc?%7B%22id%22: ... d%22%5D%7D
10.09.2009 16:59:51 JSON service request
https://10.0.1.43:4447/rpc?%7B%22id%22: ... e%22%5D%7D
hoffe es hilft weiter