Code: Alles auswählen
"c:\tmp\dotnetfx35.exe" /quiet /norestart
Code: Alles auswählen
"c:\tmp\dotnetfx35.exe /quiet /norestart"
Normalerweise gibt man das immer wie oben an.
Code: Alles auswählen
"c:\tmp\dotnetfx35.exe" /quiet /norestart
Code: Alles auswählen
"c:\tmp\dotnetfx35.exe /quiet /norestart"
Code: Alles auswählen
"c:\tmp\dotnetfx35.exe" /quiet /norestart
Code: Alles auswählen
"c:\tmp\dotnetfx35.exe /quiet /norestart"
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
Code: Alles auswählen
[Initial]
Message=Installiere .Net Framework 3.5...
LogLevel=2
ExitOnError=false
ScriptErrorMessages=on
TraceMode=off
[Aktionen]
DefVar $ProductFullName$
Set $ProductFullName$ = ".Net Framework 3.5"
DefVar $ScriptPath$
Set $ScriptPath$ = "%ScriptPath%"
DefVar $ProgramFilesDir$
set $ProgramFilesDir$ = "%ProgramFilesDir%"
;Variable für temporäres Verzeichnis
DefVar $Temp$
set $Temp$ = EnvVar("TEMP")
;Variablen für BetriebssystemsVersion (OS)-Test
DefVar $OS$
DefVar $MinorOS$
set $OS$ = GetOS
set $MinorOS$ = GetNTVersion
if ( $OS$ = "Windows_NT" OR $OS$ = "Windows_95" )
ShowBitmap /3 "%scriptpath%\icon.bmp" ".Net Framework 3.5"
Winbatch_core
endif
[Winbatch_core]
%SCRIPTPATH%\files\dotnetfx35.exe /quiet /norestart
Code: Alles auswählen
============ Version 4.8.8.1 WIN32 script "P:\install\net-framework\net-framework.ins"
start: 2010-10-11 12:37:48 (on client named as : "pc996.stadt-kamen.int")
[executing: "C:\Programme\opsi.org\preloginloader\opsi-winst\winst32.exe"]
system infos:
MAC - PC hardware address
pc996 - IP name
- IP address
DEU - System default locale
LogLevel set to 2
Set $ProductFullName$ = ".Net Framework 3.5"
The value of the variable is now: ".Net Framework 3.5"
Set $ScriptPath$ = "P:\install\net-framework"
The value of the variable is now: "P:\install\net-framework"
Set $ProgramFilesDir$ = "C:\Programme"
The value of the variable is now: "C:\Programme"
Set $Temp$ = EnvVar("TEMP")
The value of the variable is now: "C:\WINDOWS\TEMP"
Execution of Winbatch_core
Call "P:\install\net-framework\files\dotnetfx35.exe /quiet /norestart"
Waiting until the called process is finished
ExitCode 1603 Executed process "P:\install\net-framework\files\dotnetfx35.exe /quiet /norestart"
___________________
0 errors
0 warnings
no script found for file name ""
11.10.2010 12:38:37 JSON service request https://172.17.14.67:4447/rpc?%7B%22id%22:1,%22method%22:%22setProductInstallationStatus%22,%22params%22:%5B%22net-framework%22,%22pc996.stadt-kamen.int%22,%22installed%22%5D%7D
11.10.2010 12:38:37 JSON service request https://172.17.14.67:4447/rpc?%7B%22id%22:1,%22method%22:%22setProductActionRequest%22,%22params%22:%5B%22net-framework%22,%22pc996.stadt-kamen.int%22,%22none%22%5D%7D
Registry key [HKLM\SOFTWARE\opsi.org\winst] opened
Variable "RebootRequested" is keeping its value "0"
Variable "LastLogFilename" is keeping its value "c:\tmp\instlog.txt"
Variable "ContinueLogFile" is keeping its value "0"
Variable "NumberOfErrors" is keeping its value "0"
Key flushed
Key closed
Registry key [HKLM\SOFTWARE\opsi.org\winst] opened
Key closed
============ winst Version 4.8.8.1 WIN32 is regularly exiting. Time 2010-10-11 12:38:39 .