OPSI Pakete deinstallieren sich nach der Installation gleich wieder!!!

Antworten
amaier
Beiträge: 5
Registriert: 21 Aug 2015, 07:19

OPSI Pakete deinstallieren sich nach der Installation gleich wieder!!!

Beitrag von amaier »

Hallo

ich habe seit ein paar Tagen, dass Problem das meine OPSI Pakete sich nach der Installation immer wieder deinstallieren.
Das muss wohl mit einem OPSI Update gekommen sein, da die Pakete vorher alle funktioniert haben.
Hier eines meiner Scripte für Office Home an Business.


install.ins

Code: Alles auswählen

; Copyright (c) uib gmbh (www.uib.de)
; This sourcecode is owned by uib
; and published under the Terms of the General Public License.

[Aktionen]
requiredWinstVersion >= "4.10.5"

DefVar $ExitCode$
DefVar $INST_MsVersion$
DefVar $INST_SystemType$
DefVar $INST_architecture$
DefVar $ProductId$
DefVar $ProductVer$
DefVar $SetupMSI$
DefVar $Update-File$
DefVar $TEMP$
DefVar $UninstallCommand$
DefVar $DisplayName$
DefVar $InstallPlugins$
DefVar $MySystemRoot$
DefVar $office-KEY$

DefStringlist $INST_MsVersionMap$

DefStringList $test$

Set $INST_SystemType$ = GetSystemType
set $INST_MsVersion$ = GetMsVersionInfo
set $INST_MsVersionMap$ = GetMSVersionMap
set $INST_architecture$ = GetProductProperty("install_architecture","system specific")
set $MySystemRoot$ = "%"+"systemroot"+"%"
set $ProductID$ = "Office 2010"
set $ProductVer$ = "14.0"
set $TEMP$ = "%Systemdrive%\tmp"
Set $office-KEY$ = IniVar("productkey")


Message "installing "+$ProductId$+" "+$ProductVer$+" ..."

ShowBitmap "%scriptpath%\logo.png" $ProductId$

if not(HasMinimumSpace ("%SYSTEMDRIVE%", "2000 MB"))
	LogError "Not enough space on %SystemDrive%, " + $MinimumSpace$ + " on drive %SystemDrive% needed for "+$ProductId$+" "+$ProductVer$+""
	isFatalError
	; Stop process and set installation status to failed
endif

if $INST_MsVersion$ < "5.0"
	LogError "Minimum Windows 2000 is required for "+$ProductId$+" "+$ProductVer$+"" 
	isFatalError
endif


comment "uninstalling"
if FileExists("%ScriptPath%\sub_uninstall.ins") 
	comment "start uninstall"
	sub "%ScriptPath%\sub_uninstall.ins"
endif

; 27.02.2012 Installation f�r x64 entfernt
;if ($INST_SystemType$ = "x86 System") and (($INST_architecture$ = "system specific") or ($INST_architecture$ = "32 only"))
	set $SetupMSI$ ="%scriptpath%\2010homebusiness\x86\setup.exe"
;  set $Update-File$ ="%scriptpath%\servicepack\officesuite2010sp1-kb2460049-x86-fullfile-de-de.exe"
;endif ; 32 Bit

;if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system specific") or ($INST_architecture$ = "64 only"))
;	set $SetupMSI$ ="%scriptpath%\2010homebusiness\x64\setup.exe"
;	set $Update-File$ ="%scriptpath%\servicepack\officesuite2010sp1-kb2460049-x64-fullfile-de-de.exe"
;else if ($INST_architecture$ = "32 only")
;	set $SetupMSI$ ="%scriptpath%\2010homebusiness\x86\setup.exe"
;	set $Update-File$ ="%scriptpath%\servicepack\officesuite2010sp1-kb2460049-x86-fullfile-de-de.exe"
;endif ; 64 Bit

if Not (IniVar ("productkey") = "mykey")
  PatchTextFile_office_config_xml "%scriptpath%\2010homebusiness\config.xml"
endif

if (IniVar ("office_aktivieren") = "ja")
  ;DosInAnIcon_activate_office winst /sysnative  
  ExecWith_activate_office "%SystemRoot%\system32\cscript.exe" -command WINST /32bit'
  set $ExitCode$ = getLastExitCode
  comment $ExitCode$
endif

comment "Installing Office2010"
WinBatch_install
  sub "%ScriptDrive%\check_exitcode\check_msi-exitcode.ins"

ExitWindows /Reboot


[PatchTextFile_office_config_xml]
GoToTop
FindLine_StartingWith '<PIDKEY Value='
DeleteTheLine
InsertLine '<PIDKEY Value="$office-KEY$" />'

[Winbatch_install]
"$SetupMSI$" /config "%scriptpath%\2010homebusiness\config.xml"
;"$Update-File$" /passive /norestart /log:"$TEMP$\$ProductID$-update_SP1.log"

[ExecWith_activate_office]
"%ProgramFiles32Dir%\Microsoft office\office14\ospp.vbs" /act

[DosInAnIcon_activate_office]
@echo off
"%ProgramFiles32Dir%\Microsoft office\office14\ospp.vbs" /act
uninstall.ins

Code: Alles auswählen

; Copyright (c) uib gmbh (www.uib.de)
; This sourcecode is owned by uib
; and published under the Terms of the General Public License.

[Aktionen]
requiredWinstVersion >= "4.10.5"

DefVar $ExitCode$
DefVar $INST_MsVersion$
DefVar $INST_SystemType$
DefVar $INST_architecture$
DefVar $ProductId$
DefVar $ProductVer$
DefVar $SetupMSI$
DefVar $Update-File$
DefVar $TEMP$
DefVar $UninstallCommand$
DefVar $DisplayName$
DefVar $InstallPlugins$
DefVar $MySystemRoot$
DefVar $office-KEY$

DefStringlist $INST_MsVersionMap$

Set $INST_SystemType$ = GetSystemType
set $INST_MsVersion$ = GetMsVersionInfo
set $INST_MsVersionMap$ = GetMSVersionMap
set $INST_architecture$ = GetProductProperty("install_architecture","system specific")
set $MySystemRoot$ = "%"+"systemroot"+"%"
set $ProductID$ = "Office 2010"
set $ProductVer$ = "14.0"
set $TEMP$ = "%Systemdrive%\tmp"
Set $office-KEY$ = IniVar("productkey")

Message "deinstalling "+$ProductId$+" "+$ProductVer$+" ..."

if FileExists("%ScriptPath%\sub_uninstall.ins")
	comment "start uninstall"
	sub "%ScriptPath%\sub_uninstall.ins"
endif
sub_uninstall.ins

Code: Alles auswählen

;Microsoft Office 2003 Basic
set $DisplayName$ = GetRegistryStringValue ("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{91130407-6000-11d3-8cfe-0150048383c9}] DisplayName")
if not ($DisplayName$ = "")
	Message "Found "+$DisplayName$+" => uninstalling first"
	set $UninstallCommand$ = "MsiExec.exe /x {91130407-6000-11d3-8cfe-0150048383c9} /qb-! REBOOT=ReallySuppress"
	Winbatch_uninstall
	Sub_check_exitcode
endif

;Microsoft Office 2003 Small Business
set $DisplayName$ = GetRegistryStringValue ("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{91ca0407-6000-11d3-8cfe-0150048383c9}] DisplayName")
if not ($DisplayName$ = "")
	Message "Found "+$DisplayName$+" => uninstalling first"
	set $UninstallCommand$ = "MsiExec.exe /x {91ca0407-6000-11d3-8cfe-0150048383c9} /qb-! REBOOT=ReallySuppress"
	Winbatch_uninstall
	  sub "%ScriptDrive%\check_exitcode\check_msi-exitcode.ins"
endif

;Microsoft Office 2003 Professional
set $DisplayName$ = GetRegistryStringValue ("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90110407-6000-11d3-8cfe-0150048383c9}] DisplayName")
if not ($DisplayName$ = "")
	Message "Found "+$DisplayName$+" => uninstalling first"
	set $UninstallCommand$ = "MsiExec.exe /x {90110407-6000-11d3-8cfe-0150048383c9} /qb-! REBOOT=ReallySuppress"
	Winbatch_uninstall
	  sub "%ScriptDrive%\check_exitcode\check_msi-exitcode.ins"
endif

;Mircosoft Office 2010 Home and Business
set $DisplayName$ = GetRegistryStringValue ("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90140000-003D-0000-0000-0000000FF1CE}] DisplayName")
if not ($DisplayName$ = "")
	Message "Found "+$DisplayName$+" => uninstalling first"
	set $SetupMSI$ = "%scriptpath%\2010homebusiness\x86\setup.exe"
	set $UninstallCommand$ = $SetupMSI$ +' /config "%scriptpath%\2010homebusiness\uninstallconfig.xml" /uninstall SingleImage'
	Winbatch_uninstall
	  sub "%ScriptDrive%\check_exitcode\check_msi-exitcode.ins"
endif

set $DisplayName$ = GetRegistryStringValue64 ("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90140000-003D-0000-1000-0000000FF1CE}] DisplayName")
if not ($DisplayName$ = "")
	Message "Found "+$DisplayName$+" => uninstalling first"
	set $SetupMSI$ = "%scriptpath%\2010homebusiness\x64\setup.exe"
	set $UninstallCommand$ = $SetupMSI$ +' /config "%scriptpath%\2010homebusiness\uninstallconfig.xml" /uninstall SingleImage'
	Winbatch_uninstall
	  sub "%ScriptDrive%\check_exitcode\check_msi-exitcode.ins"
endif

[Winbatch_uninstall]
$UninstallCommand$
Gruß Andreas
holgerv
Beiträge: 288
Registriert: 20 Aug 2012, 09:35

Re: OPSI Pakete deinstallieren sich nach der Installation gleich wieder!!!

Beitrag von holgerv »

amaier hat geschrieben:ich habe seit ein paar Tagen, dass Problem das meine OPSI Pakete sich nach der Installation immer wieder deinstallieren.
[...]
Was steht denn im Instlog eines betroffenen Clients? (Auf dem Server unter /var/log/opsi/instlog oder auf dem Client unter C:\opsi.org\log\opsi-script.log*)
amaier
Beiträge: 5
Registriert: 21 Aug 2015, 07:19

Re: OPSI Pakete deinstallieren sich nach der Installation gleich wieder!!!

Beitrag von amaier »

Hier das Log vom Client

Code: Alles auswählen

[1] [Nov 24 11:15:38:739] opsi-script 4.11.5.1 started at >>
[1] [Nov 24 11:15:38:739] startmessage opsi-script created at CentralForm.FormCreate: 24.11.2015 11:15:37
[1] [Nov 24 11:15:38:739] Loading skin from: C:\Program Files\opsi.org\opsi-client-agent\opsi-winst\winstskin
[1] [Nov 24 11:15:38:739] startmessage StartProgramModes and create log: 24.11.2015 11:15:37
[1] [Nov 24 11:15:38:739] pm: 5 24.11.2015 11:15:37
[1] [Nov 24 11:15:38:739] startmessage start opsi service connection: 24.11.2015 11:15:37
[1] [Nov 24 11:15:38:739] JSON Bench for backend_info "params":[],"id":1} Start: 11:15:37:638 Time: 00:00:01:095
[1] [Nov 24 11:15:38:739] startmessage create log: 24.11.2015 11:15:38
[6] [Nov 24 11:15:38:739] JSON service request https://192.168.100.228:4447/rpc getDepotId
[6] [Nov 24 11:15:38:838] JSON Bench for getDepotId "params":["ws051.meinedomain.local"],"id":1 Start: 11:15:38:739 Time: 00:00:00:099
[6] [Nov 24 11:15:38:952] JSON service request https://192.168.100.228:4447/rpc backend_setOptions
[6] [Nov 24 11:15:38:998] JSON Bench for backend_setOptions "params":[{"processProductOnClientSequence":true}] Start: 11:15:38:952 Time: 00:00:00:045
[6] [Nov 24 11:15:39:113] JSON service request https://192.168.100.228:4447/rpc productOnClient_getObjects
[6] [Nov 24 11:15:39:426] JSON Bench for productOnClient_getObjects "params":["",{"clientId":"ws051.meinedomain.local Start: 11:15:39:112 Time: 00:00:00:314
[6] [Nov 24 11:15:39:544] JSON service request https://192.168.100.228:4447/rpc backend_setOptions
[6] [Nov 24 11:15:39:589] JSON Bench for backend_setOptions "params":[{"processProductOnClientSequence":false} Start: 11:15:39:544 Time: 00:00:00:045
[5] [Nov 24 11:15:39:704] Computername:ws051.meinedomain.local
[5] [Nov 24 11:15:39:704] Computername according to Environment Variable :WS051
[5] [Nov 24 11:15:39:704] opsi service URL https://192.168.100.228:4447
[5] [Nov 24 11:15:39:704] Depot path:  P:\
[5] [Nov 24 11:15:39:704] 
[5] [Nov 24 11:15:39:718] bootmode BKSTD
[5] [Nov 24 11:15:39:718] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[5] [Nov 24 11:15:39:718] Resolved sequence of products (24.11.2015 11:15:39): 
[5] [Nov 24 11:15:39:718] Product 2 	office2010standard : setup
[5] [Nov 24 11:15:39:718] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[6] [Nov 24 11:15:39:719] JSON service request https://192.168.100.228:4447/rpc getProduct_hash
[6] [Nov 24 11:15:39:835] JSON Bench for getProduct_hash "params":["windows7sp1updates","srv-opsi-test.lind Start: 11:15:39:718 Time: 00:00:00:117
[6] [Nov 24 11:15:39:952] JSON service request https://192.168.100.228:4447/rpc productOnClient_getObjects
[6] [Nov 24 11:15:40:002] JSON Bench for productOnClient_getObjects "params":["",{"clientId":"ws051.meinedomain.local Start: 11:15:39:952 Time: 00:00:00:050
[6] [Nov 24 11:15:40:117] Actionrequest for Product: windows7sp1updates is: none
[6] [Nov 24 11:15:40:117] JSON service request https://192.168.100.228:4447/rpc getProduct_hash
[6] [Nov 24 11:15:40:203] JSON Bench for getProduct_hash "params":["ultravnc","srv-opsi-test.meinedomain.local Start: 11:15:40:117 Time: 00:00:00:086
[6] [Nov 24 11:15:40:322] JSON service request https://192.168.100.228:4447/rpc productOnClient_getObjects
[6] [Nov 24 11:15:40:374] JSON Bench for productOnClient_getObjects "params":["",{"clientId":"ws051.meinedomain.local Start: 11:15:40:321 Time: 00:00:00:053
[6] [Nov 24 11:15:40:488] Actionrequest for Product: ultravnc is: none
[6] [Nov 24 11:15:40:489] JSON service request https://192.168.100.228:4447/rpc getProduct_hash
[6] [Nov 24 11:15:40:605] JSON Bench for getProduct_hash "params":["office2010standard","srv-opsi-test.meinedomain.local Start: 11:15:40:489 Time: 00:00:00:116
[6] [Nov 24 11:15:40:723] JSON service request https://192.168.100.228:4447/rpc productOnClient_getObjects
[6] [Nov 24 11:15:40:809] JSON Bench for productOnClient_getObjects "params":["",{"clientId":"ws051.meinedomain.local Start: 11:15:40:723 Time: 00:00:00:086
[6] [Nov 24 11:15:40:924] Actionrequest for Product: office2010standard is: setup
[6] [Nov 24 11:15:41:032] [office2010standard] Actionrequest for Product: office2010standard is: setup
[6] [Nov 24 11:15:41:033] [office2010standard] JSON service request https://192.168.100.228:4447/rpc getProductProperties_hash
[6] [Nov 24 11:15:41:162] [office2010standard] JSON Bench for getProductProperties_hash "params":["office2010standard","ws051.meinedomain.local Start: 11:15:41:032 Time: 00:00:00:130
[6] [Nov 24 11:15:41:276] [office2010standard] JSON service request https://192.168.100.228:4447/rpc getProduct_hash
[6] [Nov 24 11:15:41:364] [office2010standard] JSON Bench for getProduct_hash "params":["office2010standard","srv-opsi-test.meinedomain.local Start: 11:15:41:276 Time: 00:00:00:088
[6] [Nov 24 11:15:41:482] [office2010standard] JSON service request https://192.168.100.228:4447/rpc productOnClient_getObjects
[6] [Nov 24 11:15:41:536] [office2010standard] JSON Bench for productOnClient_getObjects "params":["",{"clientId":"ws051.meinedomain.local Start: 11:15:41:482 Time: 00:00:00:054
[5] [Nov 24 11:15:41:651] [office2010standard] scriptname: "setup.ins", special path: "P:\office2010standard\"
[6] [Nov 24 11:15:41:652] [office2010standard] JSON service request https://192.168.100.228:4447/rpc productOnClient_updateObject
[6] [Nov 24 11:15:41:705] [office2010standard] JSON Bench for productOnClient_updateObject "params":[{"clientId":"ws051.meinedomain.local Start: 11:15:41:651 Time: 00:00:00:054
[1] [Nov 24 11:15:42:027] [office2010standard] 
[1] [Nov 24 11:15:42:027] [office2010standard] ============ Version 4.11.5.1 script "P:\office2010standard\setup.ins"
[1] [Nov 24 11:15:42:027] [office2010standard]              used script encoding: cp1252
[1] [Nov 24 11:15:42:027] [office2010standard]              used system encoding: cp1252
[1] [Nov 24 11:15:42:027] [office2010standard]              start: 2015-11-24  11:15:42 
[1] [Nov 24 11:15:42:027] [office2010standard]              installing product: office2010standard_14-15
[1] [Nov 24 11:15:42:027] [office2010standard]              on client named    "ws051.meinedomain.local"
[1] [Nov 24 11:15:42:028] [office2010standard]              loggedin user    "administrator"
[1] [Nov 24 11:15:42:028] [office2010standard]              opsi-script running as    "SYSTEM"
[1] [Nov 24 11:15:42:028] [office2010standard]              opsi-script running with admin privileges
[1] [Nov 24 11:15:42:028] [office2010standard]              opsi-script running in standard script mode
[1] [Nov 24 11:15:42:028] [office2010standard] executing: "C:\Program Files\opsi.org\opsi-client-agent\opsi-winst\winst32.exe"
[1] [Nov 24 11:15:42:028] [office2010standard] system infos:
[1] [Nov 24 11:15:42:031] [office2010standard] 00-19-99-79-56-72  -  PC hardware address
[1] [Nov 24 11:15:42:031] [office2010standard] WS051.meinedomain.local  -  IP name 
[1] [Nov 24 11:15:42:031] [office2010standard] 192.168.100.96  -  IP address
[1] [Nov 24 11:15:42:031] [office2010standard] DEU  -  System default locale 
[1] [Nov 24 11:15:42:031] [office2010standard] MS Windows 6.1 32 Bit
[1] [Nov 24 11:15:42:031] [office2010standard] opsi service version : 4
[1] [Nov 24 11:15:42:031] [office2010standard] 
[6] [Nov 24 11:15:42:031] [office2010standard] Registry key [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion]  opened
[6] [Nov 24 11:15:42:031] [office2010standard] Key closed
[6] [Nov 24 11:15:42:145] [office2010standard] opsi-script has version  4.11.5.1, required is : >= 4.10.5
[5] [Nov 24 11:15:42:147] [office2010standard] Set  $LogDir$ = "C:\tmp"
[6] [Nov 24 11:15:42:153] [office2010standard]   The value of the variable "$LogDir$" is now: "C:\tmp"
[5] [Nov 24 11:15:42:153] [office2010standard] Set  $TEMP$ = "C:\tmp"
[6] [Nov 24 11:15:42:153] [office2010standard]   The value of the variable "$TEMP$" is now: "C:\tmp"
[5] [Nov 24 11:15:42:154] [office2010standard] Set  $rebootrequired$ = "no"
[6] [Nov 24 11:15:42:155] [office2010standard]   The value of the variable "$rebootrequired$" is now: "no"
[5] [Nov 24 11:15:42:155] [office2010standard] Set  $MsVersion$ = GetMsVersionInfo
[6] [Nov 24 11:15:42:155] [office2010standard]   The value of the variable "$MsVersion$" is now: "6.1"
[5] [Nov 24 11:15:42:155] [office2010standard] Set  $ConfigurationProduct$ = GetProductProperty("configurationproduct","")
[6] [Nov 24 11:15:42:155] [office2010standard]   The value of the variable "$ConfigurationProduct$" is now: "Standard"
[5] [Nov 24 11:15:42:155] [office2010standard] Set  $username$ = GetProductProperty("username","username")
[6] [Nov 24 11:15:42:155] [office2010standard]   The value of the variable "$username$" is now: "COMPANY"
[5] [Nov 24 11:15:42:155] [office2010standard] Set  $companyname$ = GetProductProperty("companyname","companyname")
[6] [Nov 24 11:15:42:156] [office2010standard]   The value of the variable "$companyname$" is now: "COMPANY"
[5] [Nov 24 11:15:42:156] [office2010standard] Set  $lang2install$ = GetProductProperty("lang2install","de")
[6] [Nov 24 11:15:42:156] [office2010standard]   The value of the variable "$lang2install$" is now: "de"
[5] [Nov 24 11:15:42:156] [office2010standard] Set  $install_architecture$ = GetProductProperty("install_architecture","x86")
[6] [Nov 24 11:15:42:156] [office2010standard]   The value of the variable "$install_architecture$" is now: "32 bit"
[5] [Nov 24 11:15:42:156] [office2010standard] Set  $httpproxy$ = GetProductProperty("httpproxy","")
[6] [Nov 24 11:15:42:156] [office2010standard]   The value of the variable "$httpproxy$" is now: ""
[5] [Nov 24 11:15:42:157] [office2010standard] Set  $activate$ = GetProductProperty("activate","False")
[6] [Nov 24 11:15:42:157] [office2010standard]   The value of the variable "$activate$" is now: "True"
[5] [Nov 24 11:15:42:157] [office2010standard] Set  $poolOrKey$ = GetProductProperty("Poolid-or-Licensekey","")
[6] [Nov 24 11:15:42:157] [office2010standard]   The value of the variable "$poolOrKey$" is now: "meinkey"
[5] [Nov 24 11:15:42:157] [office2010standard] Set  $method$ = GetProductProperty("method","licensekey from property")
[6] [Nov 24 11:15:42:157] [office2010standard]   The value of the variable "$method$" is now: "licensekey from property"
[5] [Nov 24 11:15:42:157] [office2010standard] Set  $INST_SystemType$ = GetSystemType
[6] [Nov 24 11:15:42:157] [office2010standard]   The value of the variable "$INST_SystemType$" is now: "x86 System"
[5] [Nov 24 11:15:42:157] [office2010standard] Set  $ProductId$       = "office2010standard"
[6] [Nov 24 11:15:42:158] [office2010standard]   The value of the variable "$ProductId$" is now: "office2010standard"
[5] [Nov 24 11:15:42:158] [office2010standard] Set  $MinimumSpace$    = "2 GB"
[6] [Nov 24 11:15:42:158] [office2010standard]   The value of the variable "$MinimumSpace$" is now: "2 GB"
[5] [Nov 24 11:15:42:158] [office2010standard] Set  $InstallDir$      = "C:\Program Files\Microsoft Office\Office14"
[6] [Nov 24 11:15:42:158] [office2010standard]   The value of the variable "$InstallDir$" is now: "C:\Program Files\Microsoft Office\Office14"
[5] [Nov 24 11:15:42:158] [office2010standard] Set  $LicenseRequired$ = "false"
[6] [Nov 24 11:15:42:158] [office2010standard]   The value of the variable "$LicenseRequired$" is now: "false"
[5] [Nov 24 11:15:42:158] [office2010standard] Set  $LicensePool$     = "p_" + $ProductId$
[6] [Nov 24 11:15:42:158] [office2010standard]   The value of the variable "$LicensePool$" is now: "p_office2010standard"
[6] [Nov 24 11:15:42:158] [office2010standard] If
[6] [Nov 24 11:15:42:158] [office2010standard]     Free on Disk C:: 139.391.168.512 bytes  This is more than the required amount of 2.000.000.000 bytes
[5] [Nov 24 11:15:42:158] [office2010standard]   HasMinimumSpace ("C:", $MinimumSpace$)   <<< result true
[5] [Nov 24 11:15:42:158] [office2010standard]   not(HasMinimumSpace ("C:", $MinimumSpace$))   <<< result false
[6] [Nov 24 11:15:42:158] [office2010standard] Then
[6] [Nov 24 11:15:42:159] [office2010standard] Else
[5] [Nov 24 11:15:42:159] [office2010standard]   comment: Show product picture
[6] [Nov 24 11:15:42:176] [office2010standard]   If
[5] [Nov 24 11:15:42:177] [office2010standard]       Starting query if file exist ...
[5] [Nov 24 11:15:42:178] [office2010standard]     FileExists("P:\office2010standard\delsub.ins")   <<< result true
[6] [Nov 24 11:15:42:178] [office2010standard]   Then
[5] [Nov 24 11:15:42:178] [office2010standard]     comment: Start uninstall sub section
[6] [Nov 24 11:15:42:205] [office2010standard]     
[6] [Nov 24 11:15:42:205] [office2010standard]     ~~~~~~~ Start Sub ~~~~~~~  Sub "P:\office2010standard\delsub.ins"
[5] [Nov 24 11:15:42:213] [office2010standard]     Set  $rebootrequired$ = "no"
[6] [Nov 24 11:15:42:213] [office2010standard]       The value of the variable "$rebootrequired$" is now: "no"
[5] [Nov 24 11:15:42:213] [office2010standard]     comment: Delete program shortcuts
[5] [Nov 24 11:15:42:216] [office2010standard]     
[5] [Nov 24 11:15:42:216] [office2010standard]     Execution of LinkFolder_uninstall
[6] [Nov 24 11:15:42:216] [office2010standard]       Base folder is the COMMON DESKTOPDIRECTORY folder
[6] [Nov 24 11:15:42:216] [office2010standard]       Opened "" in the COMMON DESKTOPDIRECTORY folder
[6] [Nov 24 11:15:42:216] [office2010standard]         Info: Link "Excel 2010" does not exist
[6] [Nov 24 11:15:42:216] [office2010standard]         Info: Link "Access 2010" does not exist
[6] [Nov 24 11:15:42:216] [office2010standard]         Info: Link "Outlook 2010" does not exist
[6] [Nov 24 11:15:42:216] [office2010standard]         Info: Link "Powerpoint 2010" does not exist
[6] [Nov 24 11:15:42:216] [office2010standard]         Info: Link "Word 2010" does not exist
[5] [Nov 24 11:15:42:217] [office2010standard]     comment: check on 32-Bit ProPlus
[5] [Nov 24 11:15:42:219] [office2010standard]     Set  $MsiId$ = '{90140000-0011-0000-0000-0000000ff1ce}'
[6] [Nov 24 11:15:42:219] [office2010standard]       The value of the variable "$MsiId$" is now: "{90140000-0011-0000-0000-0000000ff1ce}"
[5] [Nov 24 11:15:42:220] [office2010standard]     message Uninstalling office2010standard ...
[6] [Nov 24 11:15:42:225] [office2010standard]     If
[6] [Nov 24 11:15:42:225] [office2010standard]         Info: Registry key [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90140000-0011-0000-0000-0000000ff1ce}]   could not be opened by RegOpenKeyEx,  Errorno 2 "Das System kann die angegebene Datei nicht finden.<"
[5] [Nov 24 11:15:42:225] [office2010standard]       GetRegistryStringValue32("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" + $MsiId$ + "] DisplayName") = ""   <<< result true
[5] [Nov 24 11:15:42:225] [office2010standard]       not (GetRegistryStringValue32("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" + $MsiId$ + "] DisplayName") = "")   <<< result false
[6] [Nov 24 11:15:42:225] [office2010standard]     Then
[6] [Nov 24 11:15:42:226] [office2010standard]       If
[6] [Nov 24 11:15:42:226] [office2010standard]       Then
[6] [Nov 24 11:15:42:226] [office2010standard]       EndIf
[6] [Nov 24 11:15:42:226] [office2010standard]     EndIf
[5] [Nov 24 11:15:42:226] [office2010standard]     comment: check on 64-Bit ProPlus
[5] [Nov 24 11:15:42:227] [office2010standard]     Set  $MsiId$ = '{90140000-0011-0000-1000-0000000ff1ce}'
[6] [Nov 24 11:15:42:227] [office2010standard]       The value of the variable "$MsiId$" is now: "{90140000-0011-0000-1000-0000000ff1ce}"
[5] [Nov 24 11:15:42:228] [office2010standard]     message Uninstalling office2010standard ...
[6] [Nov 24 11:15:42:228] [office2010standard]     If
[6] [Nov 24 11:15:42:228] [office2010standard]         Info: Registry key [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90140000-0011-0000-1000-0000000ff1ce}]   could not be opened by RegOpenKeyEx,  Errorno 2 "Das System kann die angegebene Datei nicht finden.<"
[5] [Nov 24 11:15:42:228] [office2010standard]       GetRegistryStringValue64("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" + $MsiId$ + "] DisplayName") = ""   <<< result true
[5] [Nov 24 11:15:42:228] [office2010standard]       not (GetRegistryStringValue64("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" + $MsiId$ + "] DisplayName") = "")   <<< result false
[6] [Nov 24 11:15:42:228] [office2010standard]     Then
[6] [Nov 24 11:15:42:228] [office2010standard]       If
[6] [Nov 24 11:15:42:228] [office2010standard]       Then
[6] [Nov 24 11:15:42:228] [office2010standard]       EndIf
[6] [Nov 24 11:15:42:229] [office2010standard]     EndIf
[5] [Nov 24 11:15:42:229] [office2010standard]     comment: check on 32-Bit Standard
[5] [Nov 24 11:15:42:230] [office2010standard]     Set  $MsiId$ = '{90140000-0012-0000-0000-0000000ff1ce}'
[6] [Nov 24 11:15:42:230] [office2010standard]       The value of the variable "$MsiId$" is now: "{90140000-0012-0000-0000-0000000ff1ce}"
[5] [Nov 24 11:15:42:230] [office2010standard]     message Uninstalling office2010standard ...
[6] [Nov 24 11:15:42:230] [office2010standard]     If
[6] [Nov 24 11:15:42:231] [office2010standard]         Info: Registry key [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90140000-0012-0000-0000-0000000ff1ce}]   could not be opened by RegOpenKeyEx,  Errorno 2 "Das System kann die angegebene Datei nicht finden.<"
[5] [Nov 24 11:15:42:231] [office2010standard]       GetRegistryStringValue32("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" + $MsiId$ + "] DisplayName") = ""   <<< result true
[5] [Nov 24 11:15:42:231] [office2010standard]       not (GetRegistryStringValue32("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" + $MsiId$ + "] DisplayName") = "")   <<< result false
[6] [Nov 24 11:15:42:231] [office2010standard]     Then
[6] [Nov 24 11:15:42:231] [office2010standard]       If
[6] [Nov 24 11:15:42:231] [office2010standard]       Then
[6] [Nov 24 11:15:42:231] [office2010standard]       EndIf
[6] [Nov 24 11:15:42:231] [office2010standard]     EndIf
[5] [Nov 24 11:15:42:232] [office2010standard]     comment: check on 64-Bit Standard
[5] [Nov 24 11:15:42:232] [office2010standard]     Set  $MsiId$ = '{90140000-0012-0000-1000-0000000FF1CE}'
[6] [Nov 24 11:15:42:232] [office2010standard]       The value of the variable "$MsiId$" is now: "{90140000-0012-0000-1000-0000000FF1CE}"
[5] [Nov 24 11:15:42:233] [office2010standard]     message Uninstalling office2010standard ...
[6] [Nov 24 11:15:42:233] [office2010standard]     If
[6] [Nov 24 11:15:42:233] [office2010standard]         Info: Registry key [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90140000-0012-0000-1000-0000000FF1CE}]   could not be opened by RegOpenKeyEx,  Errorno 2 "Das System kann die angegebene Datei nicht finden.<"
[5] [Nov 24 11:15:42:233] [office2010standard]       GetRegistryStringValue64("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" + $MsiId$ + "] DisplayName") = ""   <<< result true
[5] [Nov 24 11:15:42:233] [office2010standard]       not (GetRegistryStringValue64("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" + $MsiId$ + "] DisplayName") = "")   <<< result false
[6] [Nov 24 11:15:42:233] [office2010standard]     Then
[6] [Nov 24 11:15:42:234] [office2010standard]       If
[6] [Nov 24 11:15:42:234] [office2010standard]       Then
[6] [Nov 24 11:15:42:234] [office2010standard]       EndIf
[6] [Nov 24 11:15:42:234] [office2010standard]     EndIf
[6] [Nov 24 11:15:42:234] [office2010standard]     Section ending since next line is starting with "["
[6] [Nov 24 11:15:42:234] [office2010standard]     
[6] [Nov 24 11:15:42:234] [office2010standard]     ~~~~~~~ End Sub   ~~~~~~~  Sub "P:\office2010standard\delsub.ins"
[6] [Nov 24 11:15:42:234] [office2010standard]     
[6] [Nov 24 11:15:42:234] [office2010standard]   EndIf
[5] [Nov 24 11:15:42:248] [office2010standard]   message Installing office2010standard ...
[6] [Nov 24 11:15:42:253] [office2010standard]   If
[5] [Nov 24 11:15:42:253] [office2010standard]     $httpproxy$ = ""    <<< result true
[5] [Nov 24 11:15:42:253] [office2010standard]     not ( $httpproxy$ = "" )   <<< result false
[6] [Nov 24 11:15:42:254] [office2010standard]   Then
[6] [Nov 24 11:15:42:254] [office2010standard]     If
[6] [Nov 24 11:15:42:254] [office2010standard]     Then
[6] [Nov 24 11:15:42:254] [office2010standard]     Else
[6] [Nov 24 11:15:42:254] [office2010standard]     EndIf
[6] [Nov 24 11:15:42:254] [office2010standard]   EndIf
[5] [Nov 24 11:15:42:267] [office2010standard]   Set  $poolOrKey$ = GetProductProperty("Poolid-or-Licensekey","")
[6] [Nov 24 11:15:42:268] [office2010standard]     The value of the variable "$poolOrKey$" is now: "meinkey"
[6] [Nov 24 11:15:42:268] [office2010standard]   If
[5] [Nov 24 11:15:42:268] [office2010standard]     $method$ = "KMS"    <<< result false
[5] [Nov 24 11:15:42:268] [office2010standard]     $method$ = "KMS opsi License management"    <<< result false
[5] [Nov 24 11:15:42:268] [office2010standard]     ( $method$ = "KMS opsi License management" )   <<< result false
[5] [Nov 24 11:15:42:268] [office2010standard]     ( $method$ = "KMS" ) OR ( $method$ = "KMS opsi License management" )   <<< result false
[6] [Nov 24 11:15:42:268] [office2010standard]   Then
[6] [Nov 24 11:15:42:268] [office2010standard]     If
[6] [Nov 24 11:15:42:268] [office2010standard]     Then
[6] [Nov 24 11:15:42:268] [office2010standard]     EndIf
[6] [Nov 24 11:15:42:268] [office2010standard]   Else
[6] [Nov 24 11:15:42:268] [office2010standard]     If
[5] [Nov 24 11:15:42:268] [office2010standard]       $method$ = "licensekey from property"   <<< result true
[6] [Nov 24 11:15:42:268] [office2010standard]     Then
[5] [Nov 24 11:15:42:282] [office2010standard]       Set  $LicenseKey$ = $poolOrKey$
[6] [Nov 24 11:15:42:282] [office2010standard]         The value of the variable "$LicenseKey$" is now: "meinkey"
[6] [Nov 24 11:15:42:282] [office2010standard]     Else
[6] [Nov 24 11:15:42:282] [office2010standard]     EndIf
[6] [Nov 24 11:15:42:282] [office2010standard]   EndIf
[5] [Nov 24 11:15:42:296] [office2010standard]   comment: Prepare config.xml
[5] [Nov 24 11:15:42:296] [office2010standard]   
[5] [Nov 24 11:15:42:296] [office2010standard]   Execution of Files_copyConfigxml
[6] [Nov 24 11:15:42:307] [office2010standard]     Copying  P:\office2010standard\config.xml -----> C:\tmp\
[5] [Nov 24 11:15:42:307] [office2010standard]       1 File(s) found
[6] [Nov 24 11:15:42:312] [office2010standard]       Source P:\office2010standard\config.xml
[6] [Nov 24 11:15:42:320] [office2010standard]         P:\office2010standard\config.xml copied to C:\tmp\
[5] [Nov 24 11:15:42:366] [office2010standard]       1 File(s) treated
[6] [Nov 24 11:15:42:402] [office2010standard]     Copying  P:\office2010standard\config-uninstall_sharepoint_workspace.xml -----> C:\tmp\
[5] [Nov 24 11:15:42:402] [office2010standard]       1 File(s) found
[6] [Nov 24 11:15:42:405] [office2010standard]       Source P:\office2010standard\config-uninstall_sharepoint_workspace.xml
[6] [Nov 24 11:15:42:405] [office2010standard]         Info: Target C:\tmp\config-uninstall_sharepoint_workspace.xml exists and shall be overwritten
[6] [Nov 24 11:15:42:412] [office2010standard]         P:\office2010standard\config-uninstall_sharepoint_workspace.xml copied to C:\tmp\
[5] [Nov 24 11:15:42:419] [office2010standard]       1 File(s) treated
[5] [Nov 24 11:15:42:431] [office2010standard]   
[5] [Nov 24 11:15:42:431] [office2010standard]   Execution of PatchTextFile_patchconfigxml
[6] [Nov 24 11:15:42:431] [office2010standard]   
[6] [Nov 24 11:15:42:431] [office2010standard]   Patching: C:\tmp\config.xml
[5] [Nov 24 11:15:42:431] [office2010standard]         FILE C:\tmp\config.xml
[6] [Nov 24 11:15:42:431] [office2010standard]     Item Pointer set to Top (before first line)
[6] [Nov 24 11:15:42:432] [office2010standard]     No item found containing '<PIDKEY VALUE="XXXXXXXXXXXXXXXXXXXXXXXXX" />'
[6] [Nov 24 11:15:42:432] [office2010standard]     Item pointer shows not to valid item, nothing to delete
[6] [Nov 24 11:15:42:432] [office2010standard]     Inserted item '	<PIDKEY Value="meinkey" />' at position 0
[6] [Nov 24 11:15:42:432] [office2010standard]     Item no. 1 is containing '<CONFIGURATION PRODUCT='
[6] [Nov 24 11:15:42:432] [office2010standard]     Item Pointer set to 1
[6] [Nov 24 11:15:42:432] [office2010standard]     Deleted item no. 1: <Configuration Product="SingleImage">
[6] [Nov 24 11:15:42:432] [office2010standard]     Item Pointer set to Top (before first line)
[6] [Nov 24 11:15:42:432] [office2010standard]     Inserted item '<Configuration Product="Standard">' at position 0
[6] [Nov 24 11:15:42:432] [office2010standard]     Item no. 7 is containing '<LOGGING TYPE='
[6] [Nov 24 11:15:42:432] [office2010standard]     Item Pointer set to 7
[6] [Nov 24 11:15:42:432] [office2010standard]     Deleted item no. 7: 	<Logging Type="standard" Path="c:\tmp" Template="Microsoft Office Single Image Setup(*).txt" /> 
[6] [Nov 24 11:15:42:432] [office2010standard]     Inserted item '	<Logging Type="standard" Path="C:\tmp" Template="office2010standard Setup(*).txt" />' at position 7
[6] [Nov 24 11:15:42:432] [office2010standard]     Item Pointer set to Top (before first line)
[6] [Nov 24 11:15:42:432] [office2010standard]     Item no. 10 is containing '<COMPANYNAME VALUE='
[6] [Nov 24 11:15:42:432] [office2010standard]     Item Pointer set to 10
[6] [Nov 24 11:15:42:432] [office2010standard]     Deleted item no. 10: 	<!-- <COMPANYNAME Value="meine Firma" /> ==>
[6] [Nov 24 11:15:42:432] [office2010standard]     Inserted item '	<COMPANYNAME Value="COMPANY" />' at position 10
[6] [Nov 24 11:15:42:432] [office2010standard]     Item Pointer set to Top (before first line)
[6] [Nov 24 11:15:42:432] [office2010standard]     Item no. 9 is containing '<USERNAME VALUE='
[6] [Nov 24 11:15:42:432] [office2010standard]     Item Pointer set to 9
[6] [Nov 24 11:15:42:432] [office2010standard]     Deleted item no. 9: 	<!-- <USERNAME Value="MyCompany" /> ==>
[6] [Nov 24 11:15:42:432] [office2010standard]     Inserted item '	<USERNAME Value="COMPANY"  />' at position 9
[6] [Nov 24 11:15:42:433] [office2010standard]     C:\tmp\config.xml saved back with 8 Bit system encoding
[5] [Nov 24 11:15:42:434] [office2010standard]   
[5] [Nov 24 11:15:42:434] [office2010standard]   Execution of PatchTextFile_patchremovesharepoint
[6] [Nov 24 11:15:42:434] [office2010standard]   
[6] [Nov 24 11:15:42:434] [office2010standard]   Patching: C:\tmp\config.xml
[5] [Nov 24 11:15:42:434] [office2010standard]         FILE C:\tmp\config.xml
[6] [Nov 24 11:15:42:434] [office2010standard]     Item Pointer set to Top (before first line)
[6] [Nov 24 11:15:42:434] [office2010standard]     Item no. 35 is containing '</CONFIGURATION>'
[6] [Nov 24 11:15:42:434] [office2010standard]     Item Pointer set to 35
[6] [Nov 24 11:15:42:434] [office2010standard]     Inserted item '     <OptionState Id="GrooveFiles" State="absent" Children="force" />	// Microsoft Groove Server 2010' at position 35
[6] [Nov 24 11:15:42:434] [office2010standard]     C:\tmp\config.xml saved back with 8 Bit system encoding
[5] [Nov 24 11:15:42:435] [office2010standard]   Set  $architecture2use$ = "x86"
[6] [Nov 24 11:15:42:435] [office2010standard]     The value of the variable "$architecture2use$" is now: "x86"
[6] [Nov 24 11:15:42:435] [office2010standard]   If
[5] [Nov 24 11:15:42:435] [office2010standard]     $INST_SystemType$ = "64 Bit System"   <<< result false
[5] [Nov 24 11:15:42:435] [office2010standard]     $install_architecture$ = "64 bit"   <<< result false
[5] [Nov 24 11:15:42:435] [office2010standard]     ($install_architecture$ = "64 bit")   <<< result false
[5] [Nov 24 11:15:42:435] [office2010standard]     ($INST_SystemType$ = "64 Bit System") and ($install_architecture$ = "64 bit")   <<< result false
[6] [Nov 24 11:15:42:435] [office2010standard]   Then
[6] [Nov 24 11:15:42:435] [office2010standard]   EndIf
[5] [Nov 24 11:15:42:435] [office2010standard]   Set  $InstallCommand$ = "P:\office2010standard\files\" + $lang2install$ + "\" + $architecture2use$ + "\Setup.exe " + "/config " +  "C:\tmp\config.xml"
[6] [Nov 24 11:15:42:436] [office2010standard]     The value of the variable "$InstallCommand$" is now: "P:\office2010standard\files\de\x86\Setup.exe /config C:\tmp\config.xml"
[5] [Nov 24 11:15:42:436] [office2010standard]   comment: Start setup program
[5] [Nov 24 11:15:42:437] [office2010standard]   
[5] [Nov 24 11:15:42:437] [office2010standard]   Execution of Winbatch_install
[6] [Nov 24 11:15:42:438] [office2010standard]     Call "P:\office2010standard\files\de\x86\Setup.exe /config C:\tmp\config.xml"
[6] [Nov 24 11:15:42:438] [office2010standard]        Waiting until the called process is finished
[6] [Nov 24 11:15:42:439] [office2010standard]     Start process as invoker: SYSTEM
[6] [Nov 24 11:25:27:741] [office2010standard]     ExitCode 0    Executed process "P:\office2010standard\files\de\x86\Setup.exe /config C:\tmp\config.xml"
[6] [Nov 24 11:25:27:747] [office2010standard]   
[6] [Nov 24 11:25:27:747] [office2010standard]   ~~~~~~~ Start Sub ~~~~~~~  Sub_check_exitcode
[5] [Nov 24 11:25:27:749] [office2010standard]   comment: Test for installation success via exit code
[5] [Nov 24 11:25:27:749] [office2010standard]   Set  $ExitCode$ = getLastExitCode
[6] [Nov 24 11:25:27:749] [office2010standard]     The value of the variable "$ExitCode$" is now: "0"
[6] [Nov 24 11:25:27:749] [office2010standard]   If
[5] [Nov 24 11:25:27:749] [office2010standard]     $ExitCode$ = "0"   <<< result true
[5] [Nov 24 11:25:27:749] [office2010standard]     ($ExitCode$ = "0")   <<< result true
[6] [Nov 24 11:25:27:749] [office2010standard]   Then
[5] [Nov 24 11:25:27:749] [office2010standard]     comment: Looks good: setup program gives exitcode zero
[6] [Nov 24 11:25:27:749] [office2010standard]   Else
[6] [Nov 24 11:25:27:749] [office2010standard]     If
[6] [Nov 24 11:25:27:749] [office2010standard]     Then
[6] [Nov 24 11:25:27:749] [office2010standard]     Else
[6] [Nov 24 11:25:27:749] [office2010standard]       If
[6] [Nov 24 11:25:27:749] [office2010standard]       Then
[6] [Nov 24 11:25:27:749] [office2010standard]       Else
[6] [Nov 24 11:25:27:749] [office2010standard]         If
[6] [Nov 24 11:25:27:749] [office2010standard]         Then
[6] [Nov 24 11:25:27:749] [office2010standard]         Else
[6] [Nov 24 11:25:27:749] [office2010standard]         EndIf
[6] [Nov 24 11:25:27:749] [office2010standard]       EndIf
[6] [Nov 24 11:25:27:749] [office2010standard]     EndIf
[6] [Nov 24 11:25:27:749] [office2010standard]   EndIf
[6] [Nov 24 11:25:27:749] [office2010standard]   
[6] [Nov 24 11:25:27:749] [office2010standard]   ~~~~~~~ End Sub   ~~~~~~~  Sub_check_exitcode
[6] [Nov 24 11:25:27:749] [office2010standard]   
[6] [Nov 24 11:25:27:749] [office2010standard]   If
[5] [Nov 24 11:25:27:750] [office2010standard]     $rebootrequired$ = "yes"   <<< result false
[5] [Nov 24 11:25:27:750] [office2010standard]     ($rebootrequired$ = "yes")   <<< result false
[6] [Nov 24 11:25:27:750] [office2010standard]   Then
[6] [Nov 24 11:25:27:750] [office2010standard]   EndIf
[5] [Nov 24 11:25:27:752] [office2010standard]   comment: Check activation status .....
[5] [Nov 24 11:25:27:759] [office2010standard]   
[5] [Nov 24 11:25:27:759] [office2010standard]   DosInAnIcon_restartOfficeProtectionPlatform
[6] [Nov 24 11:25:27:771] [office2010standard]     c:\opsi.org\tmp\_opsiscript_Tb66Bb61.cmd saved back
[6] [Nov 24 11:25:27:771] [office2010standard]     Executing "cmd.exe" /C c:\opsi.org\tmp\_opsiscript_Tb66Bb61.cmd
[6] [Nov 24 11:26:05:193] [office2010standard]     ExitCode 0                                                                                                                                                                      
                                                                                                                                        
Zuletzt geändert von amaier am 24 Nov 2015, 14:02, insgesamt 1-mal geändert.
amaier
Beiträge: 5
Registriert: 21 Aug 2015, 07:19

Re: OPSI Pakete deinstallieren sich nach der Installation gleich wieder!!!

Beitrag von amaier »

Code: Alles auswählen

[6] [Nov 24 11:26:05:210] [office2010standard]                 
[6] [Nov 24 11:26:05:210] [office2010standard]                 output:
[6] [Nov 24 11:26:05:210] [office2010standard]                 --------------
[6] [Nov 24 11:26:05:210] [office2010standard]                 
[6] [Nov 24 11:26:05:210] [office2010standard]                 C:\Windows\system32>cscript.exe "C:\Program Files\Microsoft Office\Office14\OSPP.vbs" /osppsvcrestart 
[6] [Nov 24 11:26:05:210] [office2010standard]                 Microsoft (R) Windows Script Host, Version 5.8
[6] [Nov 24 11:26:05:210] [office2010standard]                 Copyright (C) Microsoft Corporation 1996-2001. Alle Rechte vorbehalten.
[6] [Nov 24 11:26:05:210] [office2010standard]                 
[6] [Nov 24 11:26:05:210] [office2010standard]                 ---Processing--------------------------
[6] [Nov 24 11:26:05:210] [office2010standard]                 ---------------------------------------
[6] [Nov 24 11:26:05:210] [office2010standard]                 Successfully restarted: Office Software Protection Platform
[6] [Nov 24 11:26:05:210] [office2010standard]                 ---------------------------------------
[6] [Nov 24 11:26:05:210] [office2010standard]                 ---Exiting-----------------------------
[6] [Nov 24 11:26:05:210] [office2010standard]     
[6] [Nov 24 11:26:05:216] [office2010standard]     Delete "c:\opsi.org\tmp\_opsiscript_*"
[6] [Nov 24 11:26:05:216] [office2010standard]       Search "c:\opsi.org\tmp\"
[6] [Nov 24 11:26:05:216] [office2010standard]       Search "c:\opsi.org\tmp\_opsiscript_*"
[6] [Nov 24 11:26:05:216] [office2010standard]       File "c:\opsi.org\tmp\_opsiscript_De31Wt24.cmd"
[6] [Nov 24 11:26:05:216] [office2010standard]         The file is 1 day(s) old, no deletion
[6] [Nov 24 11:26:05:216] [office2010standard]       File "c:\opsi.org\tmp\_opsiscript_Zk79Ya01.cmd"
[6] [Nov 24 11:26:05:216] [office2010standard]         The file is 1 day(s) old, no deletion
[5] [Nov 24 11:26:05:217] [office2010standard]   
[5] [Nov 24 11:26:05:217] [office2010standard]   DosInAnIcon_Officestatus
[6] [Nov 24 11:26:05:217] [office2010standard]     c:\opsi.org\tmp\_opsiscript_Wr88Ie87.cmd saved back
[6] [Nov 24 11:26:05:217] [office2010standard]     Executing "cmd.exe" /C c:\opsi.org\tmp\_opsiscript_Wr88Ie87.cmd
[6] [Nov 24 11:26:06:524] [office2010standard]     ExitCode 0
[6] [Nov 24 11:26:06:524] [office2010standard]                 
[6] [Nov 24 11:26:06:524] [office2010standard]                 output:
[6] [Nov 24 11:26:06:524] [office2010standard]                 --------------
[6] [Nov 24 11:26:06:524] [office2010standard]                 
[6] [Nov 24 11:26:06:524] [office2010standard]                 C:\Windows\system32>cscript.exe "C:\Program Files\Microsoft Office\Office14\OSPP.vbs" /dstatus 
[6] [Nov 24 11:26:06:524] [office2010standard]                 Microsoft (R) Windows Script Host, Version 5.8
[6] [Nov 24 11:26:06:525] [office2010standard]                 Copyright (C) Microsoft Corporation 1996-2001. Alle Rechte vorbehalten.
[6] [Nov 24 11:26:06:525] [office2010standard]                 
[6] [Nov 24 11:26:06:525] [office2010standard]                 ---Processing--------------------------
[6] [Nov 24 11:26:06:525] [office2010standard]                 ---------------------------------------
[6] [Nov 24 11:26:06:525] [office2010standard]                 SKU ID:  
[6] [Nov 24 11:26:06:525] [office2010standard]                 LICENSE NAME: Office 14, OfficeProfessional-DeltaTrial edition
[6] [Nov 24 11:26:06:525] [office2010standard]                 LICENSE DESCRIPTION: Office 14, TIMEBASED_EVAL channel
[6] [Nov 24 11:26:06:525] [office2010standard]                 LICENSE STATUS:  ---OOB_GRACE--- 
[6] [Nov 24 11:26:06:525] [office2010standard]                 ERROR CODE: 0x4004F00C
[6] [Nov 24 11:26:06:525] [office2010standard]                 ERROR DESCRIPTION: The Software Licensing Service reported that the application is running within the valid grace period.
[6] [Nov 24 11:26:06:525] [office2010standard]                 Last 5 characters of installed product key: FXDR9
[6] [Nov 24 11:26:06:525] [office2010standard]                 REMAINING GRACE: 29 days  (41717 minute(s) before expiring)
[6] [Nov 24 11:26:06:525] [office2010standard]                 ---------------------------------------
[6] [Nov 24 11:26:06:525] [office2010standard]                 SKU ID:  
[6] [Nov 24 11:26:06:525] [office2010standard]                 LICENSE NAME: Office 14, OfficeHomeBusiness-Retail edition
[6] [Nov 24 11:26:06:525] [office2010standard]                 LICENSE DESCRIPTION: Office 14, RETAIL channel
[6] [Nov 24 11:26:06:525] [office2010standard]                 LICENSE STATUS:  ---OOB_GRACE--- 
[6] [Nov 24 11:26:06:525] [office2010standard]                 ERROR CODE: 0x4004F00C
[6] [Nov 24 11:26:06:525] [office2010standard]                 ERROR DESCRIPTION: The Software Licensing Service reported that the application is running within the valid grace period.
[6] [Nov 24 11:26:06:525] [office2010standard]                 Last 5 characters of installed product key: 79WWF
[6] [Nov 24 11:26:06:525] [office2010standard]                 REMAINING GRACE: 29 days  (41717 minute(s) before expiring)
[6] [Nov 24 11:26:06:525] [office2010standard]                 ---------------------------------------
[6] [Nov 24 11:26:06:525] [office2010standard]                 ---------------------------------------
[6] [Nov 24 11:26:06:525] [office2010standard]                 ---Exiting-----------------------------
[6] [Nov 24 11:26:06:525] [office2010standard]     
[6] [Nov 24 11:26:06:530] [office2010standard]     Delete "c:\opsi.org\tmp\_opsiscript_*"
[6] [Nov 24 11:26:06:531] [office2010standard]       Search "c:\opsi.org\tmp\"
[6] [Nov 24 11:26:06:531] [office2010standard]       Search "c:\opsi.org\tmp\_opsiscript_*"
[6] [Nov 24 11:26:06:531] [office2010standard]       File "c:\opsi.org\tmp\_opsiscript_De31Wt24.cmd"
[6] [Nov 24 11:26:06:531] [office2010standard]         The file is 1 day(s) old, no deletion
[6] [Nov 24 11:26:06:531] [office2010standard]       File "c:\opsi.org\tmp\_opsiscript_Zk79Ya01.cmd"
[6] [Nov 24 11:26:06:531] [office2010standard]         The file is 1 day(s) old, no deletion
[6] [Nov 24 11:26:06:531] [office2010standard]     If
[5] [Nov 24 11:26:06:531] [office2010standard]     $activate$ = "True"   <<< result true
[5] [Nov 24 11:26:06:531] [office2010standard]     ( $activate$ = "True")   <<< result true
[6] [Nov 24 11:26:06:531] [office2010standard]   Then
[5] [Nov 24 11:26:06:532] [office2010standard]   
[5] [Nov 24 11:26:06:532] [office2010standard]   DosInAnIcon_activate
[6] [Nov 24 11:26:06:532] [office2010standard]     c:\opsi.org\tmp\_opsiscript_Ao32Au33.cmd saved back
[6] [Nov 24 11:26:06:532] [office2010standard]     Executing "cmd.exe" /C c:\opsi.org\tmp\_opsiscript_Ao32Au33.cmd
[6] [Nov 24 11:26:11:938] [office2010standard]     ExitCode 0
[6] [Nov 24 11:26:11:938] [office2010standard]                 
[6] [Nov 24 11:26:11:938] [office2010standard]                 output:
[6] [Nov 24 11:26:11:938] [office2010standard]                 --------------
[6] [Nov 24 11:26:11:938] [office2010standard]                 
[6] [Nov 24 11:26:11:938] [office2010standard]                 C:\Windows\system32>cscript.exe "C:\Program Files\Microsoft Office\Office14\OSPP.vbs" /act 
[6] [Nov 24 11:26:11:938] [office2010standard]                 Microsoft (R) Windows Script Host, Version 5.8
[6] [Nov 24 11:26:11:938] [office2010standard]                 Copyright (C) Microsoft Corporation 1996-2001. Alle Rechte vorbehalten.
[6] [Nov 24 11:26:11:938] [office2010standard]                 
[6] [Nov 24 11:26:11:938] [office2010standard]                 ---Processing--------------------------
[6] [Nov 24 11:26:11:938] [office2010standard]                 ---------------------------------------
[6] [Nov 24 11:26:11:938] [office2010standard]                 Installed product key detected - attempting to activate the following product:
[6] [Nov 24 11:26:11:938] [office2010standard]                 SKU ID:  
[6] [Nov 24 11:26:11:938] [office2010standard]                 LICENSE NAME: Office 14, OfficeProfessional-DeltaTrial edition
[6] [Nov 24 11:26:11:938] [office2010standard]                 LICENSE DESCRIPTION: Office 14, TIMEBASED_EVAL channel
[6] [Nov 24 11:26:11:938] [office2010standard]                 Last 5 characters of installed product key: FXDR9
[6] [Nov 24 11:26:11:938] [office2010standard]                 ERROR CODE: 0xC004C003
[6] [Nov 24 11:26:11:938] [office2010standard]                 ERROR DESCRIPTION: The activation server determined the specified product key has been blocked.
[6] [Nov 24 11:26:11:938] [office2010standard]                 ---------------------------------------
[6] [Nov 24 11:26:11:938] [office2010standard]                 Installed product key detected - attempting to activate the following product:
[6] [Nov 24 11:26:11:938] [office2010standard]                 SKU ID:  
[6] [Nov 24 11:26:11:939] [office2010standard]                 LICENSE NAME: Office 14, OfficeHomeBusiness-Retail edition
[6] [Nov 24 11:26:11:939] [office2010standard]                 LICENSE DESCRIPTION: Office 14, RETAIL channel
[6] [Nov 24 11:26:11:939] [office2010standard]                 Last 5 characters of installed product key: meinekey
[6] [Nov 24 11:26:11:939] [office2010standard]                 <Product activation successful>
[6] [Nov 24 11:26:11:939] [office2010standard]                 ---------------------------------------
[6] [Nov 24 11:26:11:939] [office2010standard]                 ---------------------------------------
[6] [Nov 24 11:26:11:939] [office2010standard]                 ---Exiting-----------------------------
[6] [Nov 24 11:26:11:939] [office2010standard]     
[6] [Nov 24 11:26:11:944] [office2010standard]     Delete "c:\opsi.org\tmp\_opsiscript_*"
[6] [Nov 24 11:26:11:944] [office2010standard]       Search "c:\opsi.org\tmp\"
[6] [Nov 24 11:26:11:944] [office2010standard]       Search "c:\opsi.org\tmp\_opsiscript_*"
[6] [Nov 24 11:26:11:944] [office2010standard]       File "c:\opsi.org\tmp\_opsiscript_De31Wt24.cmd"
[6] [Nov 24 11:26:11:944] [office2010standard]         The file is 1 day(s) old, no deletion
[6] [Nov 24 11:26:11:944] [office2010standard]       File "c:\opsi.org\tmp\_opsiscript_Zk79Ya01.cmd"
[6] [Nov 24 11:26:11:944] [office2010standard]         The file is 1 day(s) old, no deletion
[5] [Nov 24 11:26:11:945] [office2010standard]   
[5] [Nov 24 11:26:11:945] [office2010standard]   DosInAnIcon_Officestatus
[6] [Nov 24 11:26:11:945] [office2010standard]     c:\opsi.org\tmp\_opsiscript_Ha56Uz30.cmd saved back
[6] [Nov 24 11:26:11:946] [office2010standard]     Executing "cmd.exe" /C c:\opsi.org\tmp\_opsiscript_Ha56Uz30.cmd
[6] [Nov 24 11:26:14:351] [office2010standard]     ExitCode 0
[6] [Nov 24 11:26:14:351] [office2010standard]                 
[6] [Nov 24 11:26:14:351] [office2010standard]                 output:
[6] [Nov 24 11:26:14:351] [office2010standard]                 --------------
[6] [Nov 24 11:26:14:351] [office2010standard]                 
[6] [Nov 24 11:26:14:351] [office2010standard]                 C:\Windows\system32>cscript.exe "C:\Program Files\Microsoft Office\Office14\OSPP.vbs" /dstatus 
[6] [Nov 24 11:26:14:351] [office2010standard]                 Microsoft (R) Windows Script Host, Version 5.8
[6] [Nov 24 11:26:14:352] [office2010standard]                 Copyright (C) Microsoft Corporation 1996-2001. Alle Rechte vorbehalten.
[6] [Nov 24 11:26:14:352] [office2010standard]                 
[6] [Nov 24 11:26:14:352] [office2010standard]                 ---Processing--------------------------
[6] [Nov 24 11:26:14:352] [office2010standard]                 ---------------------------------------
[6] [Nov 24 11:26:14:352] [office2010standard]                 SKU ID:  
[6] [Nov 24 11:26:14:352] [office2010standard]                 LICENSE NAME: Office 14, OfficeProfessional-DeltaTrial edition
[6] [Nov 24 11:26:14:352] [office2010standard]                 LICENSE DESCRIPTION: Office 14, TIMEBASED_EVAL channel
[6] [Nov 24 11:26:14:352] [office2010standard]                 LICENSE STATUS:  ---OOB_GRACE--- 
[6] [Nov 24 11:26:14:352] [office2010standard]                 ERROR CODE: 0x4004F00C
[6] [Nov 24 11:26:14:352] [office2010standard]                 ERROR DESCRIPTION: The Software Licensing Service reported that the application is running within the valid grace period.
[6] [Nov 24 11:26:14:352] [office2010standard]                 Last 5 characters of installed product key: meinkey
[6] [Nov 24 11:26:14:352] [office2010standard]                 REMAINING GRACE: 29 days  (41717 minute(s) before expiring)
[6] [Nov 24 11:26:14:352] [office2010standard]                 ---------------------------------------
[6] [Nov 24 11:26:14:352] [office2010standard]                 SKU ID: 
[6] [Nov 24 11:26:14:352] [office2010standard]                 LICENSE NAME: Office 14, OfficeHomeBusiness-Retail edition
[6] [Nov 24 11:26:14:352] [office2010standard]                 LICENSE DESCRIPTION: Office 14, RETAIL channel
[6] [Nov 24 11:26:14:352] [office2010standard]                 LICENSE STATUS:  ---LICENSED--- 
[6] [Nov 24 11:26:14:352] [office2010standard]                 ERROR CODE: 0 as licensed
[6] [Nov 24 11:26:14:352] [office2010standard]                 Last 5 characters of installed product key: meinkey
[6] [Nov 24 11:26:14:352] [office2010standard]                 ---------------------------------------
[6] [Nov 24 11:26:14:352] [office2010standard]                 ---------------------------------------
[6] [Nov 24 11:26:14:352] [office2010standard]                 ---Exiting-----------------------------
[6] [Nov 24 11:26:14:352] [office2010standard]     
[6] [Nov 24 11:26:14:357] [office2010standard]     Delete "c:\opsi.org\tmp\_opsiscript_*"
[6] [Nov 24 11:26:14:357] [office2010standard]       Search "c:\opsi.org\tmp\"
[6] [Nov 24 11:26:14:357] [office2010standard]       Search "c:\opsi.org\tmp\_opsiscript_*"
[6] [Nov 24 11:26:14:358] [office2010standard]       File "c:\opsi.org\tmp\_opsiscript_De31Wt24.cmd"
[6] [Nov 24 11:26:14:358] [office2010standard]         The file is 1 day(s) old, no deletion
[6] [Nov 24 11:26:14:358] [office2010standard]       File "c:\opsi.org\tmp\_opsiscript_Zk79Ya01.cmd"
[6] [Nov 24 11:26:14:358] [office2010standard]         The file is 1 day(s) old, no deletion
[6] [Nov 24 11:26:14:358] [office2010standard]   EndIf
[5] [Nov 24 11:26:14:358] [office2010standard]   comment: Cleaning .....
[5] [Nov 24 11:26:14:358] [office2010standard]   
[5] [Nov 24 11:26:14:358] [office2010standard]   Execution of Files_delete
[6] [Nov 24 11:26:14:359] [office2010standard]     Delete "C:\tmp\config.xml"
[6] [Nov 24 11:26:14:359] [office2010standard]       Search "C:\tmp\"
[6] [Nov 24 11:26:14:359] [office2010standard]       Search "C:\tmp\config.xml"
[6] [Nov 24 11:26:14:359] [office2010standard]       File "C:\tmp\config.xml"
[6] [Nov 24 11:26:14:359] [office2010standard]         The file has been deleted
[6] [Nov 24 11:26:14:359] [office2010standard]   If
[5] [Nov 24 11:26:14:359] [office2010standard]     $ConfigurationProduct$ = "ProPlus"    <<< result false
[5] [Nov 24 11:26:14:359] [office2010standard]     ( $ConfigurationProduct$ = "ProPlus" )   <<< result false
[6] [Nov 24 11:26:14:359] [office2010standard]   Then
[6] [Nov 24 11:26:14:359] [office2010standard]   EndIf
[5] [Nov 24 11:26:14:360] [office2010standard]   comment: Patch Registry
[6] [Nov 24 11:26:14:360] [office2010standard]   If
[5] [Nov 24 11:26:14:360] [office2010standard]     $architecture2use$ = "x86"    <<< result true
[5] [Nov 24 11:26:14:360] [office2010standard]     ( $architecture2use$ = "x86" )   <<< result true
[6] [Nov 24 11:26:14:360] [office2010standard]   Then
[5] [Nov 24 11:26:14:365] [office2010standard]     
[5] [Nov 24 11:26:14:365] [office2010standard]     Execution of Registry_install_hkcu
[5] [Nov 24 11:26:14:377] [office2010standard]       
[5] [Nov 24 11:26:14:377] [office2010standard]       Branch: administrator
[4] [Nov 24 11:26:14:421] [office2010standard]       Warning: NTUser.dat could not be loaded from path "C:\Users\administrator\NTUser.dat". Code 32: Der Prozess kann nicht auf die Datei zugreifen, da sie von einem anderen Prozess verwendet wird.<
[5] [Nov 24 11:26:14:444] [office2010standard]         
[5] [Nov 24 11:26:14:444] [office2010standard]         Execution of Registry_install_hkcu
[3] [Nov 24 11:26:14:444] [office2010standard]           Error: Registry key [HKEY_USERS\S-1-5-21-3363092465-3449545916-2382599459-500\Software\Microsoft\Office\14.0\Common\General]   could not be opened by RegCreateKeyEx,  Errorno: 87 "Falscher Parameter.<"
[3] [Nov 24 11:26:14:444] [office2010standard]                       Error: Variable "ShownFirstRunOptin"  could not be set  
[5] [Nov 24 11:26:14:460] [office2010standard]       
[5] [Nov 24 11:26:14:460] [office2010standard]       Branch: Default
[6] [Nov 24 11:26:14:530] [office2010standard]       "C:\Users\Default\NTUser.dat" loaded.
[5] [Nov 24 11:26:14:530] [office2010standard]         
[5] [Nov 24 11:26:14:530] [office2010standard]         Execution of Registry_install_hkcu
[6] [Nov 24 11:26:14:530] [office2010standard]           Registry key [HKEY_USERS\PatchNTUserdatTempUser\Software\Microsoft\Office\14.0\Common\General]  opened
[6] [Nov 24 11:26:14:530] [office2010standard]                       Variable "ShownFirstRunOptin"  is keeping its value "1"
[6] [Nov 24 11:26:14:530] [office2010standard]                       Key closed
[5] [Nov 24 11:26:14:600] [office2010standard]       
[5] [Nov 24 11:26:14:600] [office2010standard]       Make it for user .DEFAULT
[5] [Nov 24 11:26:14:600] [office2010standard]         
[5] [Nov 24 11:26:14:600] [office2010standard]         Execution of Registry_install_hkcu
[6] [Nov 24 11:26:14:600] [office2010standard]           Registry key [HKEY_USERS\.DEFAULT\Software\Microsoft\Office\14.0\Common\General]  opened
[6] [Nov 24 11:26:14:600] [office2010standard]                       Variable "ShownFirstRunOptin"  is keeping its value "1"
[6] [Nov 24 11:26:14:600] [office2010standard]                       Key closed
[6] [Nov 24 11:26:14:611] [office2010standard]   Else
[6] [Nov 24 11:26:14:611] [office2010standard]   EndIf
[5] [Nov 24 11:26:14:611] [office2010standard]   comment: housekeeping for previous office-Installations
[5] [Nov 24 11:26:14:611] [office2010standard]   comment:  first check on Compatibility Pack für 2007 Office System	12.0.6612.1000	x86	{90120000-0020-0407-0000-0000000ff1ce}
[5] [Nov 24 11:26:14:612] [office2010standard]   Set  $MsiId$ = '{90120000-0020-0407-0000-0000000FF1CE}'
[6] [Nov 24 11:26:14:612] [office2010standard]     The value of the variable "$MsiId$" is now: "{90120000-0020-0407-0000-0000000FF1CE}"
[6] [Nov 24 11:26:14:612] [office2010standard]   If
[6] [Nov 24 11:26:14:612] [office2010standard]       Info: Registry key [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90120000-0020-0407-0000-0000000FF1CE}]   could not be opened by RegOpenKeyEx,  Errorno 2 "Das System kann die angegebene Datei nicht finden.<"
[5] [Nov 24 11:26:14:612] [office2010standard]     GetRegistryStringValue32("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" + $MsiId$ + "] DisplayName") = ""   <<< result true
[5] [Nov 24 11:26:14:612] [office2010standard]     not (GetRegistryStringValue32("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" + $MsiId$ + "] DisplayName") = "")   <<< result false
[6] [Nov 24 11:26:14:612] [office2010standard]   Then
[6] [Nov 24 11:26:14:612] [office2010standard]   EndIf
[5] [Nov 24 11:26:14:612] [office2010standard]   Set  $InstallationStatus$ = 'not_installed'
[6] [Nov 24 11:26:14:613] [office2010standard]     The value of the variable "$InstallationStatus$" is now: "not_installed"
[5] [Nov 24 11:26:14:613] [office2010standard]   Set  $ActionRequest$ = 'none'
[6] [Nov 24 11:26:14:613] [office2010standard]     The value of the variable "$ActionRequest$" is now: "none"
[5] [Nov 24 11:26:14:613] [office2010standard]   Set  $ServiceResult$ = getReturnListFromSection('opsiServiceCall_getDomain')
[5] [Nov 24 11:26:14:615] [office2010standard]   
[5] [Nov 24 11:26:14:615] [office2010standard]   Execution of opsiServiceCall_getDomain
[6] [Nov 24 11:26:14:615] [office2010standard]        "method": "getDomain"
[6] [Nov 24 11:26:14:615] [office2010standard]     Calling opsi service at https://192.168.100.228:4447
[6] [Nov 24 11:26:14:615] [office2010standard]     JSON service request https://192.168.100.228:4447/rpc getDomain
[6] [Nov 24 11:26:15:052] [office2010standard]     JSON Bench for getDomain "params":[],"id":1} Start: 11:26:14:615 Time: 00:00:00:437
[6] [Nov 24 11:26:15:166] [office2010standard]     JSON result: meinedomain.local
[6] [Nov 24 11:26:15:171] [office2010standard]       retrieving strings from getReturnListFromSection [switch to loglevel 7 for debugging]
[5] [Nov 24 11:26:15:172] [office2010standard]   Set  $DnsDomainName$ = takestring(0, $ServiceResult$)
[6] [Nov 24 11:26:15:177] [office2010standard]       retrieving strings from $ServiceResult$ [switch to loglevel 7 for debugging]
[6] [Nov 24 11:26:15:177] [office2010standard]     The value of the variable "$DnsDomainName$" is now: "meinedomain.local"
[5] [Nov 24 11:26:15:178] [office2010standard]   Set  $ClientId$ = lower(EnvVar("COMPUTERNAME")) + "." + $DnsDomainName$
[6] [Nov 24 11:26:15:178] [office2010standard]     The value of the variable "$ClientId$" is now: "ws051.meinedomain.local"
[5] [Nov 24 11:26:15:178] [office2010standard]   comment:  set off03_std notinstalled
[5] [Nov 24 11:26:15:178] [office2010standard]   Set  $UninstallProductId$ = 'off03_std'
[6] [Nov 24 11:26:15:179] [office2010standard]     The value of the variable "$UninstallProductId$" is now: "off03_std"
[5] [Nov 24 11:26:15:180] [office2010standard]   
[5] [Nov 24 11:26:15:180] [office2010standard]   Execution of opsiServiceCall_setProductInstallationStatus
[6] [Nov 24 11:26:15:180] [office2010standard]        "method": "setProductInstallationStatus"
[6] [Nov 24 11:26:15:180] [office2010standard]     Calling opsi service at https://192.168.100.228:4447
[6] [Nov 24 11:26:15:180] [office2010standard]     JSON service request https://192.168.100.228:4447/rpc setProductInstallationStatus
[6] [Nov 24 11:26:15:298] [office2010standard]     JSON Bench for setProductInstallationStatus "params":["off03_std","ws051.meinedomain.local Start: 11:26:15:180 Time: 00:00:00:118
[3] [Nov 24 11:26:15:415] [office2010standard]     Error: retrieveJSONObject --- opsi service problem ----> {"message":"Backend missing data error: Product 'off03_std' not found on depot 'srv-opsi-test.meinedomain.local'","class":"BackendMissingDataError"}
[3] [Nov 24 11:26:15:415] [office2010standard]     Received (first 512): {"id": 1, "result": null, "error": {"message": "Backend missing data error: Product 'off03_std' not found on depot 'srv-opsi-test.meinedomain.local'", "class": "BackendMissingDataError"}}                                                                                                                                                                                                                                                                                                                              
[3] [Nov 24 11:26:15:415] [office2010standard]     Error: -> {"message":"Backend missing data error: Product 'off03_std' not found on depot 'srv-opsi-test.meinedomain.local'","class":"BackendMissingDataError"}
[5] [Nov 24 11:26:15:421] [office2010standard]   
[5] [Nov 24 11:26:15:421] [office2010standard]   Execution of opsiServiceCall_setActionRequestStatus
[6] [Nov 24 11:26:15:426] [office2010standard]        "method": "setProductActionRequest"
[6] [Nov 24 11:26:15:427] [office2010standard]     Calling opsi service at https://192.168.100.228:4447
[6] [Nov 24 11:26:15:427] [office2010standard]     JSON service request https://192.168.100.228:4447/rpc setProductActionRequest
[6] [Nov 24 11:26:15:549] [office2010standard]     JSON Bench for setProductActionRequest "params":["off03_std","ws051.meinedomain.local Start: 11:26:15:427 Time: 00:00:00:122
[3] [Nov 24 11:26:15:666] [office2010standard]     Error: retrieveJSONObject --- opsi service problem ----> {"message":"Backend missing data error: Product 'off03_std' not found on depot 'srv-opsi-test.meinedomain.local'","class":"BackendMissingDataError"}
[3] [Nov 24 11:26:15:667] [office2010standard]     Received (first 512): {"id": 1, "result": null, "error": {"message": "Backend missing data error: Product 'off03_std' not found on depot 'srv-opsi-test.meinedomain.local'", "class": "BackendMissingDataError"}}                                                                                                                                                                                                                                                                                                                              
[3] [Nov 24 11:26:15:667] [office2010standard]     Error: -> {"message":"Backend missing data error: Product 'off03_std' not found on depot 'srv-opsi-test.meinedomain.local'","class":"BackendMissingDataError"}
[5] [Nov 24 11:26:15:672] [office2010standard]   comment:  set officecompatibilitypack notinstalled
[5] [Nov 24 11:26:15:672] [office2010standard]   Set  $UninstallProductId$ = 'officecompatibilitypack'
[6] [Nov 24 11:26:15:678] [office2010standard]     The value of the variable "$UninstallProductId$" is now: "officecompatibilitypack"
[5] [Nov 24 11:26:15:679] [office2010standard]   
[5] [Nov 24 11:26:15:679] [office2010standard]   Execution of opsiServiceCall_setProductInstallationStatus
[6] [Nov 24 11:26:15:679] [office2010standard]        "method": "setProductInstallationStatus"
[6] [Nov 24 11:26:15:679] [office2010standard]     Calling opsi service at https://192.168.100.228:4447
[6] [Nov 24 11:26:15:680] [office2010standard]     JSON service request https://192.168.100.228:4447/rpc setProductInstallationStatus
[6] [Nov 24 11:26:15:824] [office2010standard]     JSON Bench for setProductInstallationStatus "params":["officecompatibilitypack","ws051.meinedomain.local Start: 11:26:15:679 Time: 00:00:00:145
[6] [Nov 24 11:26:15:941] [office2010standard]     JSON result: 
[5] [Nov 24 11:26:15:947] [office2010standard]   
[5] [Nov 24 11:26:15:947] [office2010standard]   Execution of opsiServiceCall_setActionRequestStatus
[6] [Nov 24 11:26:15:953] [office2010standard]        "method": "setProductActionRequest"
[6] [Nov 24 11:26:15:953] [office2010standard]     Calling opsi service at https://192.168.100.228:4447
[6] [Nov 24 11:26:15:953] [office2010standard]     JSON service request https://192.168.100.228:4447/rpc setProductActionRequest
[6] [Nov 24 11:26:16:068] [office2010standard]     JSON Bench for setProductActionRequest "params":["officecompatibilitypack","ws051.meinedomain.local Start: 11:26:15:953 Time: 00:00:00:115
[6] [Nov 24 11:26:16:186] [office2010standard]     JSON result: 
[5] [Nov 24 11:26:16:191] [office2010standard]   comment:  check for other office 2010 installations 
[6] [Nov 24 11:26:16:191] [office2010standard]   If
[5] [Nov 24 11:26:16:196] [office2010standard]     $ProductId$ = "office2010proplus"   <<< result false
[5] [Nov 24 11:26:16:196] [office2010standard]     ( $ProductId$ = "office2010proplus")   <<< result false
[6] [Nov 24 11:26:16:196] [office2010standard]   Then
[6] [Nov 24 11:26:16:196] [office2010standard]     If
[6] [Nov 24 11:26:16:196] [office2010standard]     Then
[6] [Nov 24 11:26:16:196] [office2010standard]     EndIf
[6] [Nov 24 11:26:16:196] [office2010standard]   Else
[6] [Nov 24 11:26:16:196] [office2010standard]     If
[5] [Nov 24 11:26:16:196] [office2010standard]       $ProductId$ = "office2010standard"   <<< result true
[5] [Nov 24 11:26:16:196] [office2010standard]       ( $ProductId$ = "office2010standard")   <<< result true
[6] [Nov 24 11:26:16:196] [office2010standard]     Then
[5] [Nov 24 11:26:16:197] [office2010standard]       Set  $UninstallProductId$ = "office2010proplus"
[6] [Nov 24 11:26:16:197] [office2010standard]         The value of the variable "$UninstallProductId$" is now: "office2010proplus"
[5] [Nov 24 11:26:16:197] [office2010standard]       Set  $otherLicensePool$ = "p_" + $UninstallProductId$
[6] [Nov 24 11:26:16:197] [office2010standard]         The value of the variable "$otherLicensePool$" is now: "p_office2010proplus"
[5] [Nov 24 11:26:16:199] [office2010standard]       
[5] [Nov 24 11:26:16:199] [office2010standard]       Execution of opsiServiceCall_setProductInstallationStatus
[6] [Nov 24 11:26:16:199] [office2010standard]            "method": "setProductInstallationStatus"
[6] [Nov 24 11:26:16:199] [office2010standard]         Calling opsi service at https://192.168.100.228:4447
[6] [Nov 24 11:26:16:199] [office2010standard]         JSON service request https://192.168.100.228:4447/rpc setProductInstallationStatus
[6] [Nov 24 11:26:16:357] [office2010standard]         JSON Bench for setProductInstallationStatus "params":["office2010proplus","ws051.meinedomain.local Start: 11:26:16:199 Time: 00:00:00:158
[3] [Nov 24 11:26:16:474] [office2010standard]         Error: retrieveJSONObject --- opsi service problem ----> {"message":"Backend missing data error: Product 'office2010proplus' not found on depot 'srv-opsi-test.meinedomain.local'","class":"BackendMissingDataError"}
[3] [Nov 24 11:26:16:474] [office2010standard]         Received (first 512): {"id": 1, "result": null, "error": {"message": "Backend missing data error: Product 'office2010proplus' not found on depot 'srv-opsi-test.meinedomain.local'", "class": "BackendMissingDataError"}}                                                                                                                                                                                                                                                                                                                      
[3] [Nov 24 11:26:16:475] [office2010standard]         Error: -> {"message":"Backend missing data error: Product 'office2010proplus' not found on depot 'srv-opsi-test.meinedomain.local'","class":"BackendMissingDataError"}
[5] [Nov 24 11:26:16:481] [office2010standard]       
[5] [Nov 24 11:26:16:481] [office2010standard]       Execution of opsiServiceCall_setActionRequestStatus
[6] [Nov 24 11:26:16:485] [office2010standard]            "method": "setProductActionRequest"
[6] [Nov 24 11:26:16:485] [office2010standard]         Calling opsi service at https://192.168.100.228:4447
[6] [Nov 24 11:26:16:486] [office2010standard]         JSON service request https://192.168.100.228:4447/rpc setProductActionRequest
[6] [Nov 24 11:26:16:577] [office2010standard]         JSON Bench for setProductActionRequest "params":["office2010proplus","ws051.meinedomain.local Start: 11:26:16:485 Time: 00:00:00:092
[3] [Nov 24 11:26:16:693] [office2010standard]         Error: retrieveJSONObject --- opsi service problem ----> {"message":"Backend missing data error: Product 'office2010proplus' not found on depot 'srv-opsi-test.meinedomain.local'","class":"BackendMissingDataError"}
[3] [Nov 24 11:26:16:694] [office2010standard]         Received (first 512): {"id": 1, "result": null, "error": {"message": "Backend missing data error: Product 'office2010proplus' not found on depot 'srv-opsi-test.meinedomain.local'", "class": "BackendMissingDataError"}}                                                                                                                                                                                                                                                                                                                      
[3] [Nov 24 11:26:16:694] [office2010standard]         Error: -> {"message":"Backend missing data error: Product 'office2010proplus' not found on depot 'srv-opsi-test.meinedomain.local'","class":"BackendMissingDataError"}
[6] [Nov 24 11:26:16:698] [office2010standard]       If
[5] [Nov 24 11:26:16:703] [office2010standard]         $LicenseRequired$ = "true"   <<< result false
[6] [Nov 24 11:26:16:703] [office2010standard]       Then
[6] [Nov 24 11:26:16:703] [office2010standard]       EndIf
[6] [Nov 24 11:26:16:703] [office2010standard]     EndIf
[6] [Nov 24 11:26:16:704] [office2010standard]   EndIf
[6] [Nov 24 11:26:16:704] [office2010standard] EndIf
[1] [Nov 24 11:26:16:704] [office2010standard] ___________________
[1] [Nov 24 11:26:16:704] [office2010standard] script finished
[1] [Nov 24 11:26:16:704] [office2010standard] 14 errors
[1] [Nov 24 11:26:16:704] [office2010standard] 1 warning
[1] [Nov 24 11:26:16:704] [office2010standard] 
[1] [Nov 24 11:26:16:704] [office2010standard] installed product: office2010standard Version: 14-15
[1] [Nov 24 11:26:16:704] [office2010standard] 
[6] [Nov 24 11:26:16:704] [office2010standard] JSON service request https://192.168.100.228:4447/rpc setProductActionRequest
[6] [Nov 24 11:26:16:817] [office2010standard] JSON Bench for setProductActionRequest "params":["office2010standard","ws051.meinedomain.local Start: 11:26:16:704 Time: 00:00:00:113
[1] [Nov 24 11:26:16:930] [office2010standard] product "office2010standard set to update
[1] [Nov 24 11:26:16:930] [office2010standard] Update script name: 
[5] [Nov 24 11:26:16:930] [office2010standard] no script file name given
[1] [Nov 24 11:26:16:930] [office2010standard] we have no update script
[6] [Nov 24 11:26:16:931] [office2010standard] JSON service request https://192.168.100.228:4447/rpc productOnClient_updateObject
[6] [Nov 24 11:26:17:018] [office2010standard] JSON Bench for productOnClient_updateObject "params":[{"clientId":"ws051.meinedomain.local Start: 11:26:16:931 Time: 00:00:00:087
[6] [Nov 24 11:26:17:132] JSON service request https://192.168.100.228:4447/rpc getProduct_hash
[6] [Nov 24 11:26:17:288] JSON Bench for getProduct_hash "params":["opsi-winst","srv-opsi-test.meinedomain.local Start: 11:26:17:132 Time: 00:00:00:156
[6] [Nov 24 11:26:17:401] JSON service request https://192.168.100.228:4447/rpc productOnClient_getObjects
[6] [Nov 24 11:26:17:453] JSON Bench for productOnClient_getObjects "params":["",{"clientId":"ws051.meinedomain.local Start: 11:26:17:401 Time: 00:00:00:052
[6] [Nov 24 11:26:17:569] Actionrequest for Product: opsi-winst is: none
[6] [Nov 24 11:26:17:569] JSON service request https://192.168.100.228:4447/rpc getProduct_hash
[6] [Nov 24 11:26:17:662] JSON Bench for getProduct_hash "params":["officecompatibilitypack","srv-opsi-test Start: 11:26:17:569 Time: 00:00:00:093
[6] [Nov 24 11:26:17:780] JSON service request https://192.168.100.228:4447/rpc productOnClient_getObjects
[6] [Nov 24 11:26:17:833] JSON Bench for productOnClient_getObjects "params":["",{"clientId":"ws051.meinedomain.local Start: 11:26:17:780 Time: 00:00:00:053
[6] [Nov 24 11:26:17:947] Actionrequest for Product: officecompatibilitypack is: none
[6] [Nov 24 11:26:17:948] JSON service request https://192.168.100.228:4447/rpc getProduct_hash
[6] [Nov 24 11:26:18:061] JSON Bench for getProduct_hash "params":["office","srv-opsi-test.meinedomain.local- Start: 11:26:17:947 Time: 00:00:00:114
[6] [Nov 24 11:26:18:179] JSON service request https://192.168.100.228:4447/rpc productOnClient_getObjects
[6] [Nov 24 11:26:18:230] JSON Bench for productOnClient_getObjects "params":["",{"clientId":"ws051.meinedomain.local Start: 11:26:18:178 Time: 00:00:00:052
[6] [Nov 24 11:26:18:345] Actionrequest for Product: office is: none
[6] [Nov 24 11:26:18:345] Registry key [HKLM\SOFTWARE\opsi.org\winst]  opened
[6] [Nov 24 11:26:18:345]                 Variable "RebootRequested"  is keeping its value "0"
[6] [Nov 24 11:26:18:345]                 Variable "LastLogFilename"  is keeping its value "c:\opsi.org\log\opsi-script.log"
[6] [Nov 24 11:26:18:345]                 Variable "ContinueLogFile"  is keeping its value "0"
[6] [Nov 24 11:26:18:345]                 Variable "NumberOfErrors"  is keeping its value "0"
[6] [Nov 24 11:26:18:346]                 Key flushed
[6] [Nov 24 11:26:18:346]                 Key closed
[5] [Nov 24 11:26:18:356] -------- submitted part of log file ends here, see the rest of log file on client ----------
[5] [Nov 24 11:26:18:358] read file created
[5] [Nov 24 11:26:18:358] read file opend
[5] [Nov 24 11:26:18:358] start reading read file ...
[5] [Nov 24 11:26:18:382] write line: >", "ws051.meinedomain.local", "false"], "id": 1}<  to service...
[5] [Nov 24 11:26:18:382] start sending read file ...
[6] [Nov 24 11:26:18:437] JSON service request https://192.168.100.228:4447/rpc backend_exit
[6] [Nov 24 11:26:18:493] JSON Bench for backend_exit "params":[],"id":1} Start: 11:26:18:437 Time: 00:00:00:056
[1] [Nov 24 11:26:18:611] ============  opsi-script Version 4.11.5.1 is regularly exiting. Time 2015-11-24  11:26:18 .

holgerv
Beiträge: 288
Registriert: 20 Aug 2012, 09:35

Re: OPSI Pakete deinstallieren sich nach der Installation gleich wieder!!!

Beitrag von holgerv »

Hi,

wie hängen die beiden Logfiles zusammen?

Zumindest das zweite Logfile passt nicht zu den Paket-Skripten (install.ins, uninstall.ins, sub_uninstall.ins), die Du veröffentlicht hast.

Im zweiten Logfile kommt z. B. das Folgende vor:

Code: Alles auswählen

[5] [Nov 24 11:26:15:180] [office2010standard]   Execution of opsiServiceCall_setProductInstallationStatus
Das findet sich in keiner der .ins-Dateien. Was machst Du da ... bzw. was willst Du da machen?

Schönen Gruß


Holger
amaier
Beiträge: 5
Registriert: 21 Aug 2015, 07:19

Re: OPSI Pakete deinstallieren sich nach der Installation gleich wieder!!!

Beitrag von amaier »

Hallo Holger,

das ist ein Logfile mußte ihn nur trennen wegen der maximalen 60000 Zeichen in einer Antwort.

Davon abgesehen hatte ich wohl den falschen log erwischt.

Hier nochmal der richtige.

Gruß Andreas

Code: Alles auswählen

[1] [Nov 25 15:38:27:718] opsi-script 4.11.5.1 started at >>
[1] [Nov 25 15:38:27:718] startmessage opsi-script created at CentralForm.FormCreate: 25.11.2015 15:38:26
[1] [Nov 25 15:38:27:719] Loading skin from: C:\Program Files\opsi.org\opsi-client-agent\opsi-winst\winstskin
[1] [Nov 25 15:38:27:719] startmessage StartProgramModes and create log: 25.11.2015 15:38:26
[1] [Nov 25 15:38:27:719] pm: 5 25.11.2015 15:38:26
[1] [Nov 25 15:38:27:719] startmessage start opsi service connection: 25.11.2015 15:38:26
[1] [Nov 25 15:38:27:719] JSON Bench for backend_info "params":[],"id":1} Start: 15:38:26:665 Time: 00:00:01:051
[1] [Nov 25 15:38:27:719] startmessage create log: 25.11.2015 15:38:27
[6] [Nov 25 15:38:27:719] JSON service request https://192.168.100.228:4447/rpc getDepotId
[6] [Nov 25 15:38:27:821] JSON Bench for getDepotId "params":["ws051.meinedomain.local"],"id":1 Start: 15:38:27:719 Time: 00:00:00:101
[6] [Nov 25 15:38:27:936] JSON service request https://192.168.100.228:4447/rpc backend_setOptions
[6] [Nov 25 15:38:27:985] JSON Bench for backend_setOptions "params":[{"processProductOnClientSequence":true}] Start: 15:38:27:936 Time: 00:00:00:049
[6] [Nov 25 15:38:28:100] JSON service request https://192.168.100.228:4447/rpc productOnClient_getObjects
[6] [Nov 25 15:38:28:444] JSON Bench for productOnClient_getObjects "params":["",{"clientId":"ws051.meinedomain.local Start: 15:38:28:100 Time: 00:00:00:344
[6] [Nov 25 15:38:28:561] JSON service request https://192.168.100.228:4447/rpc backend_setOptions
[6] [Nov 25 15:38:28:608] JSON Bench for backend_setOptions "params":[{"processProductOnClientSequence":false} Start: 15:38:28:561 Time: 00:00:00:047
[5] [Nov 25 15:38:28:723] Computername:ws051.meinedomain.local
[5] [Nov 25 15:38:28:723] Computername according to Environment Variable :WS051
[5] [Nov 25 15:38:28:723] opsi service URL https://192.168.100.228:4447
[5] [Nov 25 15:38:28:723] Depot path:  P:\
[5] [Nov 25 15:38:28:723] 
[5] [Nov 25 15:38:28:739] bootmode BKSTD
[5] [Nov 25 15:38:28:739] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[5] [Nov 25 15:38:28:739] Resolved sequence of products (25.11.2015 15:38:28): 
[5] [Nov 25 15:38:28:739] Product 4 	office : setup
[5] [Nov 25 15:38:28:739] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[6] [Nov 25 15:38:28:740] JSON service request https://192.168.100.228:4447/rpc getProduct_hash
[6] [Nov 25 15:38:28:826] JSON Bench for getProduct_hash "params":["windows7sp1updates","srv-opsi-test.meinedomain.local Start: 15:38:28:740 Time: 00:00:00:086
[6] [Nov 25 15:38:28:944] JSON service request https://192.168.100.228:4447/rpc productOnClient_getObjects
[6] [Nov 25 15:38:28:993] JSON Bench for productOnClient_getObjects "params":["",{"clientId":"ws051.meinedomain.local Start: 15:38:28:943 Time: 00:00:00:050
[6] [Nov 25 15:38:29:110] Actionrequest for Product: windows7sp1updates is: none
[6] [Nov 25 15:38:29:110] JSON service request https://192.168.100.228:4447/rpc getProduct_hash
[6] [Nov 25 15:38:29:196] JSON Bench for getProduct_hash "params":["ultravnc","srv-opsi-test.meinedomain.local Start: 15:38:29:110 Time: 00:00:00:086
[6] [Nov 25 15:38:29:314] JSON service request https://192.168.100.228:4447/rpc productOnClient_getObjects
[6] [Nov 25 15:38:29:366] JSON Bench for productOnClient_getObjects "params":["",{"clientId":"ws051.meinedomain.local Start: 15:38:29:313 Time: 00:00:00:053
[6] [Nov 25 15:38:29:482] Actionrequest for Product: ultravnc is: none
[6] [Nov 25 15:38:29:482] JSON service request https://192.168.100.228:4447/rpc getProduct_hash
[6] [Nov 25 15:38:29:601] JSON Bench for getProduct_hash "params":["office2010standard","srv-opsi-test.meinedomain.local Start: 15:38:29:482 Time: 00:00:00:119
[6] [Nov 25 15:38:29:719] JSON service request https://192.168.100.228:4447/rpc productOnClient_getObjects
[6] [Nov 25 15:38:29:772] JSON Bench for productOnClient_getObjects "params":["",{"clientId":"ws051.meinedomain.local Start: 15:38:29:719 Time: 00:00:00:053
[6] [Nov 25 15:38:29:888] Actionrequest for Product: office2010standard is: none
[6] [Nov 25 15:38:29:888] JSON service request https://192.168.100.228:4447/rpc getProduct_hash
[6] [Nov 25 15:38:30:076] JSON Bench for getProduct_hash "params":["opsi-winst","srv-opsi-test.meinedomain.local Start: 15:38:29:888 Time: 00:00:00:188
[6] [Nov 25 15:38:30:190] JSON service request https://192.168.100.228:4447/rpc productOnClient_getObjects
[6] [Nov 25 15:38:30:252] JSON Bench for productOnClient_getObjects "params":["",{"clientId":"ws051.meinedomain.local Start: 15:38:30:189 Time: 00:00:00:063
[6] [Nov 25 15:38:30:367] Actionrequest for Product: opsi-winst is: none
[6] [Nov 25 15:38:30:368] JSON service request https://192.168.100.228:4447/rpc getProduct_hash
[6] [Nov 25 15:38:30:452] JSON Bench for getProduct_hash "params":["office","srv-opsi-test.meinedomain.local Start: 15:38:30:368 Time: 00:00:00:084
[6] [Nov 25 15:38:30:572] JSON service request https://192.168.100.228:4447/rpc productOnClient_getObjects
[6] [Nov 25 15:38:30:624] JSON Bench for productOnClient_getObjects "params":["",{"clientId":"ws051.meinedomain.local Start: 15:38:30:571 Time: 00:00:00:053
[6] [Nov 25 15:38:30:738] Actionrequest for Product: office is: setup
[6] [Nov 25 15:38:30:795] [office] Actionrequest for Product: office is: setup
[6] [Nov 25 15:38:30:796] [office] JSON service request https://192.168.100.228:4447/rpc getProductProperties_hash
[6] [Nov 25 15:38:30:921] [office] JSON Bench for getProductProperties_hash "params":["office","ws051.meinedomain.local Start: 15:38:30:795 Time: 00:00:00:126
[6] [Nov 25 15:38:31:038] [office] JSON service request https://192.168.100.228:4447/rpc getProduct_hash
[6] [Nov 25 15:38:31:151] [office] JSON Bench for getProduct_hash "params":["office","srv-opsi-test.meinedomain.local Start: 15:38:31:038 Time: 00:00:00:113
[6] [Nov 25 15:38:31:268] [office] JSON service request https://192.168.100.228:4447/rpc productOnClient_getObjects
[6] [Nov 25 15:38:31:321] [office] JSON Bench for productOnClient_getObjects "params":["",{"clientId":"ws051.meinedomain.local Start: 15:38:31:267 Time: 00:00:00:054
[5] [Nov 25 15:38:31:436] [office] scriptname: "install.ins", special path: "P:\office\"
[6] [Nov 25 15:38:31:437] [office] JSON service request https://192.168.100.228:4447/rpc productOnClient_updateObject
[6] [Nov 25 15:38:31:492] [office] JSON Bench for productOnClient_updateObject "params":[{"clientId":"ws051.meinedomain.local Start: 15:38:31:437 Time: 00:00:00:055
[1] [Nov 25 15:38:31:674] [office] 
[1] [Nov 25 15:38:31:674] [office] ============ Version 4.11.5.1 script "P:\office\install.ins"
[1] [Nov 25 15:38:31:674] [office]              used script encoding: cp1252
[1] [Nov 25 15:38:31:674] [office]              used system encoding: cp1252
[1] [Nov 25 15:38:31:674] [office]              start: 2015-11-25  15:38:31 
[1] [Nov 25 15:38:31:675] [office]              installing product: office_14.0-4
[1] [Nov 25 15:38:31:675] [office]              on client named    "ws051.meinedomain.local"
[1] [Nov 25 15:38:31:676] [office]              loggedin user    "administrator"
[1] [Nov 25 15:38:31:676] [office]              opsi-script running as    "SYSTEM"
[1] [Nov 25 15:38:31:676] [office]              opsi-script running with admin privileges
[1] [Nov 25 15:38:31:676] [office]              opsi-script running in standard script mode
[1] [Nov 25 15:38:31:676] [office] executing: "C:\Program Files\opsi.org\opsi-client-agent\opsi-winst\winst32.exe"
[1] [Nov 25 15:38:31:676] [office] system infos:
[1] [Nov 25 15:38:31:681] [office] 00-19-99-79-56-72  -  PC hardware address
[1] [Nov 25 15:38:31:681] [office] WS051.meinedomain.local  -  IP name 
[1] [Nov 25 15:38:31:681] [office] 192.168.100.96  -  IP address
[1] [Nov 25 15:38:31:681] [office] DEU  -  System default locale 
[1] [Nov 25 15:38:31:681] [office] MS Windows 6.1 32 Bit
[1] [Nov 25 15:38:31:681] [office] opsi service version : 4
[1] [Nov 25 15:38:31:681] [office] 
[6] [Nov 25 15:38:31:681] [office] Registry key [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion]  opened
[6] [Nov 25 15:38:31:682] [office] Key closed
[6] [Nov 25 15:38:31:784] [office] opsi-script has version  4.11.5.1, required is : >= 4.10.5
[5] [Nov 25 15:38:31:786] [office] Set  $INST_SystemType$ = GetSystemType
[6] [Nov 25 15:38:31:786] [office]   The value of the variable "$INST_SystemType$" is now: "x86 System"
[5] [Nov 25 15:38:31:786] [office] Set  $INST_MsVersion$ = GetMsVersionInfo
[6] [Nov 25 15:38:31:786] [office]   The value of the variable "$INST_MsVersion$" is now: "6.1"
[5] [Nov 25 15:38:31:786] [office] Set  $INST_MsVersionMap$ = GetMSVersionMap
[6] [Nov 25 15:38:31:786] [office]     retrieving strings from GetMSVersionMap [switch to loglevel 7 for debugging]
[5] [Nov 25 15:38:31:786] [office] Set  $INST_architecture$ = GetProductProperty("install_architecture","system specific")
[6] [Nov 25 15:38:31:786] [office]   The value of the variable "$INST_architecture$" is now: "system specific"
[5] [Nov 25 15:38:31:786] [office] Set  $MySystemRoot$ = "%"+"systemroot"+"%"
[6] [Nov 25 15:38:31:786] [office]   The value of the variable "$MySystemRoot$" is now: "%systemroot%"
[5] [Nov 25 15:38:31:786] [office] Set  $ProductID$ = "Office 2010"
[6] [Nov 25 15:38:31:786] [office]   The value of the variable "$ProductID$" is now: "Office 2010"
[5] [Nov 25 15:38:31:786] [office] Set  $ProductVer$ = "14.0"
[6] [Nov 25 15:38:31:787] [office]   The value of the variable "$ProductVer$" is now: "14.0"
[5] [Nov 25 15:38:31:787] [office] Set  $TEMP$ = "C:\tmp"
[6] [Nov 25 15:38:31:787] [office]   The value of the variable "$TEMP$" is now: "C:\tmp"
[5] [Nov 25 15:38:31:787] [office] Set  $office-KEY$ = IniVar("productkey")
[6] [Nov 25 15:38:31:787] [office]   The value of the variable "$office-KEY$" is now: "meinkey"
[5] [Nov 25 15:38:31:787] [office] message installing Office 2010 14.0 ...
[6] [Nov 25 15:38:31:833] [office] If
[6] [Nov 25 15:38:31:838] [office]     Free on Disk C:: 137.861.234.688 bytes  This is more than the required amount of 2.000.000.000 bytes
[5] [Nov 25 15:38:31:838] [office]   HasMinimumSpace ("C:", "2000 MB")   <<< result true
[5] [Nov 25 15:38:31:838] [office]   not(HasMinimumSpace ("C:", "2000 MB"))   <<< result false
[6] [Nov 25 15:38:31:838] [office] Then
[6] [Nov 25 15:38:31:838] [office] EndIf
[6] [Nov 25 15:38:31:838] [office] If
[5] [Nov 25 15:38:31:838] [office]   $INST_MsVersion$ < "5.0"   <<< result false
[6] [Nov 25 15:38:31:838] [office] Then
[6] [Nov 25 15:38:31:838] [office] EndIf
[5] [Nov 25 15:38:31:838] [office] comment: uninstalling
[6] [Nov 25 15:38:31:838] [office] If
[5] [Nov 25 15:38:31:838] [office]     Starting query if file exist ...
[5] [Nov 25 15:38:31:840] [office]   FileExists("P:\office\sub_uninstall.ins")   <<< result true
[6] [Nov 25 15:38:31:840] [office] Then
[5] [Nov 25 15:38:31:840] [office]   comment: start uninstall
[6] [Nov 25 15:38:31:854] [office]   
[6] [Nov 25 15:38:31:854] [office]   ~~~~~~~ Start Sub ~~~~~~~  sub "P:\office\sub_uninstall.ins"
[5] [Nov 25 15:38:31:856] [office]   Set  $DisplayName$ = GetRegistryStringValue ("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{91130407-6000-11d3-8cfe-0150048383c9}] DisplayName")
[6] [Nov 25 15:38:31:862] [office]     Info: Registry key [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{91130407-6000-11d3-8cfe-0150048383c9}]   could not be opened by RegOpenKeyEx,  Errorno 2 "Das System kann die angegebene Datei nicht finden.<"
[6] [Nov 25 15:38:31:862] [office]     The value of the variable "$DisplayName$" is now: ""
[6] [Nov 25 15:38:31:862] [office]   If
[5] [Nov 25 15:38:31:862] [office]     $DisplayName$ = ""   <<< result true
[5] [Nov 25 15:38:31:862] [office]     not ($DisplayName$ = "")   <<< result false
[6] [Nov 25 15:38:31:862] [office]   Then
[6] [Nov 25 15:38:31:862] [office]   EndIf
[5] [Nov 25 15:38:31:862] [office]   Set  $DisplayName$ = GetRegistryStringValue ("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{91ca0407-6000-11d3-8cfe-0150048383c9}] DisplayName")
[6] [Nov 25 15:38:31:863] [office]     Info: Registry key [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{91ca0407-6000-11d3-8cfe-0150048383c9}]   could not be opened by RegOpenKeyEx,  Errorno 2 "Das System kann die angegebene Datei nicht finden.<"
[6] [Nov 25 15:38:31:863] [office]     The value of the variable "$DisplayName$" is now: ""
[6] [Nov 25 15:38:31:863] [office]   If
[5] [Nov 25 15:38:31:863] [office]     $DisplayName$ = ""   <<< result true
[5] [Nov 25 15:38:31:863] [office]     not ($DisplayName$ = "")   <<< result false
[6] [Nov 25 15:38:31:863] [office]   Then
[6] [Nov 25 15:38:31:863] [office]   EndIf
[5] [Nov 25 15:38:31:863] [office]   Set  $DisplayName$ = GetRegistryStringValue ("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90110407-6000-11d3-8cfe-0150048383c9}] DisplayName")
[6] [Nov 25 15:38:31:863] [office]     Info: Registry key [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90110407-6000-11d3-8cfe-0150048383c9}]   could not be opened by RegOpenKeyEx,  Errorno 2 "Das System kann die angegebene Datei nicht finden.<"
[6] [Nov 25 15:38:31:864] [office]     The value of the variable "$DisplayName$" is now: ""
[6] [Nov 25 15:38:31:864] [office]   If
[5] [Nov 25 15:38:31:864] [office]     $DisplayName$ = ""   <<< result true
[5] [Nov 25 15:38:31:864] [office]     not ($DisplayName$ = "")   <<< result false
[6] [Nov 25 15:38:31:864] [office]   Then
[6] [Nov 25 15:38:31:864] [office]   EndIf
[5] [Nov 25 15:38:31:864] [office]   Set  $DisplayName$ = GetRegistryStringValue ("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90140000-003D-0000-0000-0000000FF1CE}] DisplayName")
[6] [Nov 25 15:38:31:864] [office]     Info: Registry key [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90140000-003D-0000-0000-0000000FF1CE}]   could not be opened by RegOpenKeyEx,  Errorno 2 "Das System kann die angegebene Datei nicht finden.<"
[6] [Nov 25 15:38:31:864] [office]     The value of the variable "$DisplayName$" is now: ""
[6] [Nov 25 15:38:31:864] [office]   If
[5] [Nov 25 15:38:31:864] [office]     $DisplayName$ = ""   <<< result true
[5] [Nov 25 15:38:31:864] [office]     not ($DisplayName$ = "")   <<< result false
[6] [Nov 25 15:38:31:864] [office]   Then
[6] [Nov 25 15:38:31:864] [office]   EndIf
[5] [Nov 25 15:38:31:864] [office]   Set  $DisplayName$ = GetRegistryStringValue64 ("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90140000-003D-0000-1000-0000000FF1CE}] DisplayName")
[6] [Nov 25 15:38:31:865] [office]     Info: Registry key [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90140000-003D-0000-1000-0000000FF1CE}]   could not be opened by RegOpenKeyEx,  Errorno 2 "Das System kann die angegebene Datei nicht finden.<"
[6] [Nov 25 15:38:31:865] [office]     The value of the variable "$DisplayName$" is now: ""
[6] [Nov 25 15:38:31:865] [office]   If
[5] [Nov 25 15:38:31:865] [office]     $DisplayName$ = ""   <<< result true
[5] [Nov 25 15:38:31:865] [office]     not ($DisplayName$ = "")   <<< result false
[6] [Nov 25 15:38:31:865] [office]   Then
[6] [Nov 25 15:38:31:865] [office]   EndIf
[6] [Nov 25 15:38:31:865] [office]   Section ending since next line is starting with "["
[6] [Nov 25 15:38:31:865] [office]   
[6] [Nov 25 15:38:31:865] [office]   ~~~~~~~ End Sub   ~~~~~~~  sub "P:\office\sub_uninstall.ins"
[6] [Nov 25 15:38:31:865] [office]   
[6] [Nov 25 15:38:31:865] [office] EndIf
[5] [Nov 25 15:38:31:868] [office] Set  $SetupMSI$ ="P:\office\2010homebusiness\x86\setup.exe"
[6] [Nov 25 15:38:31:868] [office]   The value of the variable "$SetupMSI$" is now: "P:\office\2010homebusiness\x86\setup.exe"
[6] [Nov 25 15:38:31:868] [office] If
[5] [Nov 25 15:38:31:868] [office]   IniVar ("productkey") = "meinkey"   <<< result true
[5] [Nov 25 15:38:31:868] [office]   Not (IniVar ("productkey") = "meinkey")   <<< result false
[6] [Nov 25 15:38:31:868] [office] Then
[6] [Nov 25 15:38:31:868] [office] EndIf
[5] [Nov 25 15:38:31:871] [office] comment: Installing Office2010
[5] [Nov 25 15:38:31:871] [office] 
[5] [Nov 25 15:38:31:871] [office] Execution of WinBatch_install
[6] [Nov 25 15:38:31:873] [office]   Call ""P:\office\2010homebusiness\x86\setup.exe" /config "P:\office\2010homebusiness\config.xml""
[6] [Nov 25 15:38:31:873] [office]      Waiting until the called process is finished
[6] [Nov 25 15:38:31:875] [office]   Start process as invoker: SYSTEM
[6] [Nov 25 15:49:13:344] [office]   ExitCode 0    Executed process ""P:\office\2010homebusiness\x86\setup.exe" /config "P:\office\2010homebusiness\config.xml""
[6] [Nov 25 15:49:13:363] [office] 
[6] [Nov 25 15:49:13:363] [office] ~~~~~~~ Start Sub ~~~~~~~  sub "P:\install\check_exitcode\check_msi-exitcode.ins"
[5] [Nov 25 15:49:13:365] [office] Set  $DisplayName$ = GetRegistryStringValue ("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{91130407-6000-11d3-8cfe-0150048383c9}] DisplayName")
[6] [Nov 25 15:49:13:366] [office]   Info: Registry key [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{91130407-6000-11d3-8cfe-0150048383c9}]   could not be opened by RegOpenKeyEx,  Errorno 2 "Das System kann die angegebene Datei nicht finden.<"
[6] [Nov 25 15:49:13:366] [office]   The value of the variable "$DisplayName$" is now: ""
[6] [Nov 25 15:49:13:366] [office] If
[5] [Nov 25 15:49:13:366] [office]   $DisplayName$ = ""   <<< result true
[5] [Nov 25 15:49:13:366] [office]   not ($DisplayName$ = "")   <<< result false
[6] [Nov 25 15:49:13:366] [office] Then
[6] [Nov 25 15:49:13:366] [office] EndIf
[5] [Nov 25 15:49:13:366] [office] Set  $DisplayName$ = GetRegistryStringValue ("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{91ca0407-6000-11d3-8cfe-0150048383c9}] DisplayName")
[6] [Nov 25 15:49:13:366] [office]   Info: Registry key [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{91ca0407-6000-11d3-8cfe-0150048383c9}]   could not be opened by RegOpenKeyEx,  Errorno 2 "Das System kann die angegebene Datei nicht finden.<"
[6] [Nov 25 15:49:13:366] [office]   The value of the variable "$DisplayName$" is now: ""
[6] [Nov 25 15:49:13:366] [office] If
[5] [Nov 25 15:49:13:366] [office]   $DisplayName$ = ""   <<< result true
[5] [Nov 25 15:49:13:366] [office]   not ($DisplayName$ = "")   <<< result false
[6] [Nov 25 15:49:13:366] [office] Then
[6] [Nov 25 15:49:13:366] [office] EndIf
[5] [Nov 25 15:49:13:366] [office] Set  $DisplayName$ = GetRegistryStringValue ("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90110407-6000-11d3-8cfe-0150048383c9}] DisplayName")
[6] [Nov 25 15:49:13:367] [office]   Info: Registry key [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90110407-6000-11d3-8cfe-0150048383c9}]   could not be opened by RegOpenKeyEx,  Errorno 2 "Das System kann die angegebene Datei nicht finden.<"
[6] [Nov 25 15:49:13:367] [office]   The value of the variable "$DisplayName$" is now: ""
[6] [Nov 25 15:49:13:367] [office] If
[5] [Nov 25 15:49:13:367] [office]   $DisplayName$ = ""   <<< result true
[5] [Nov 25 15:49:13:367] [office]   not ($DisplayName$ = "")   <<< result false
[6] [Nov 25 15:49:13:367] [office] Then
[6] [Nov 25 15:49:13:367] [office] EndIf
[5] [Nov 25 15:49:13:367] [office] Set  $DisplayName$ = GetRegistryStringValue ("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90140000-003D-0000-0000-0000000FF1CE}] DisplayName")
[6] [Nov 25 15:49:13:367] [office]   Registry key [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90140000-003D-0000-0000-0000000FF1CE}]  opened
[6] [Nov 25 15:49:13:367] [office]   Key closed
[6] [Nov 25 15:49:13:367] [office]   The value of the variable "$DisplayName$" is now: "Microsoft Office Single Image 2010"
[6] [Nov 25 15:49:13:367] [office] If
[5] [Nov 25 15:49:13:367] [office]   $DisplayName$ = ""   <<< result false
[5] [Nov 25 15:49:13:367] [office]   not ($DisplayName$ = "")   <<< result true
[6] [Nov 25 15:49:13:367] [office] Then
[5] [Nov 25 15:49:13:389] [office]   message Found Microsoft Office Single Image 2010 => uninstalling first
[5] [Nov 25 15:49:13:394] [office]   Set  $SetupMSI$ = "P:\office\2010homebusiness\x86\setup.exe"
[6] [Nov 25 15:49:13:394] [office]     The value of the variable "$SetupMSI$" is now: "P:\office\2010homebusiness\x86\setup.exe"
[5] [Nov 25 15:49:13:395] [office]   Set  $UninstallCommand$ = $SetupMSI$ +' /config "P:\office\2010homebusiness\uninstallconfig.xml" /uninstall SingleImage'
[6] [Nov 25 15:49:13:395] [office]     The value of the variable "$UninstallCommand$" is now: "P:\office\2010homebusiness\x86\setup.exe /config "P:\office\2010homebusiness\uninstallconfig.xml" /uninstall SingleImage"
[5] [Nov 25 15:49:13:395] [office]   
[5] [Nov 25 15:49:13:395] [office]   Execution of Winbatch_uninstall
[6] [Nov 25 15:49:13:397] [office]     Call "P:\office\2010homebusiness\x86\setup.exe /config "P:\office\2010homebusiness\uninstallconfig.xml" /uninstall SingleImage"
[6] [Nov 25 15:49:13:397] [office]        Waiting until the called process is finished
[6] [Nov 25 15:49:13:399] [office]     Start process as invoker: SYSTEM
[6] [Nov 25 15:51:19:971] [office]     ExitCode 3010    Executed process "P:\office\2010homebusiness\x86\setup.exe /config "P:\office\2010homebusiness\uninstallconfig.xml" /uninstall SingleImage"
[4] [Nov 25 15:51:19:978] [office]   Warning: file not found : -retrying
[4] [Nov 25 15:51:20:378] [office]   Warning: file not found : -retrying
[4] [Nov 25 15:51:20:782] [office]   Warning: file not found : -retrying
[4] [Nov 25 15:51:21:182] [office]   Warning: file not found : -retrying
[4] [Nov 25 15:51:21:586] [office]   Warning: file not found : -retrying
[4] [Nov 25 15:51:21:990] [office]   Warning: file not found : -retrying
[4] [Nov 25 15:51:22:390] [office]   Warning: file not found : -retrying
[4] [Nov 25 15:51:22:790] [office]   Warning: file not found : -retrying
[4] [Nov 25 15:51:23:190] [office]   Warning: file not found : -retrying
[4] [Nov 25 15:51:23:590] [office]   Warning: file not found : -retrying
[4] [Nov 25 15:51:23:994] [office]   Warning: file not found : - giving up
[3] [Nov 25 15:51:23:994] [office]   Error: File "" not found
[6] [Nov 25 15:51:23:994] [office]   
[6] [Nov 25 15:51:23:994] [office]   ~~~~~~~ Start Sub ~~~~~~~  sub "P:\install\check_exitcode\check_msi-exitcode.ins"
[6] [Nov 25 15:51:23:994] [office]   
[6] [Nov 25 15:51:23:994] [office]   ~~~~~~~ End Sub   ~~~~~~~  sub "P:\install\check_exitcode\check_msi-exitcode.ins"
[6] [Nov 25 15:51:23:994] [office]   
[6] [Nov 25 15:51:23:994] [office] EndIf
[5] [Nov 25 15:51:23:999] [office] Set  $DisplayName$ = GetRegistryStringValue64 ("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90140000-003D-0000-1000-0000000FF1CE}] DisplayName")
[6] [Nov 25 15:51:23:999] [office]   Info: Registry key [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90140000-003D-0000-1000-0000000FF1CE}]   could not be opened by RegOpenKeyEx,  Errorno 2 "Das System kann die angegebene Datei nicht finden.<"
[6] [Nov 25 15:51:23:999] [office]   The value of the variable "$DisplayName$" is now: ""
[6] [Nov 25 15:51:23:999] [office] If
[5] [Nov 25 15:51:23:999] [office]   $DisplayName$ = ""   <<< result true
[5] [Nov 25 15:51:23:999] [office]   not ($DisplayName$ = "")   <<< result false
[6] [Nov 25 15:51:23:999] [office] Then
[6] [Nov 25 15:51:23:999] [office] EndIf
[6] [Nov 25 15:51:23:999] [office] Section ending since next line is starting with "["
[6] [Nov 25 15:51:23:999] [office] 
[6] [Nov 25 15:51:23:999] [office] ~~~~~~~ End Sub   ~~~~~~~  sub "P:\install\check_exitcode\check_msi-exitcode.ins"
[6] [Nov 25 15:51:23:999] [office] 
[5] [Nov 25 15:51:24:012] [office] 
[5] [Nov 25 15:51:24:012] [office] ExitWindows set to Reboot
[1] [Nov 25 15:51:24:012] [office] ___________________
[1] [Nov 25 15:51:24:012] [office] script finished
[1] [Nov 25 15:51:24:012] [office] 0 errors
[1] [Nov 25 15:51:24:012] [office] 0 warnings
[1] [Nov 25 15:51:24:012] [office] 
[1] [Nov 25 15:51:24:012] [office] installed product: office Version: 14.0-4
[1] [Nov 25 15:51:24:012] [office] 
[6] [Nov 25 15:51:24:016] [office] JSON service request https://192.168.100.228:4447/rpc setProductActionRequest
[6] [Nov 25 15:51:24:534] [office] JSON Bench for setProductActionRequest "params":["office","ws051.meinedomain.local Start: 15:51:24:015 Time: 00:00:00:518
[1] [Nov 25 15:51:24:647] [office] product "office set to update
[1] [Nov 25 15:51:24:648] [office] Update script name: 
[5] [Nov 25 15:51:24:648] [office] no script file name given
[1] [Nov 25 15:51:24:648] [office] we have no update script
[6] [Nov 25 15:51:24:648] [office] JSON service request https://192.168.100.228:4447/rpc productOnClient_updateObject
[6] [Nov 25 15:51:24:704] [office] JSON Bench for productOnClient_updateObject "params":[{"clientId":"ws051.meinedomain.local Start: 15:51:24:648 Time: 00:00:00:056
[6] [Nov 25 15:51:24:820] Registry key [HKLM\SOFTWARE\opsi.org\winst]  opened
[6] [Nov 25 15:51:24:820]                 Variable "RebootRequested"  had value  "0"
[6] [Nov 25 15:51:24:820]                 Info:    "RebootRequested"  changed to "4"
[6] [Nov 25 15:51:24:820]                 Variable "LastLogFilename"  is keeping its value "c:\opsi.org\log\opsi-script.log"
[6] [Nov 25 15:51:24:820]                 Variable "ContinueLogFile"  is keeping its value "1"
[6] [Nov 25 15:51:24:820]                 Variable "NumberOfErrors"  had value  "2"
[6] [Nov 25 15:51:24:820]                 Info:    "NumberOfErrors"  changed to "3"
[6] [Nov 25 15:51:24:989]                 Key flushed
[6] [Nov 25 15:51:24:989]                 Key closed
[5] [Nov 25 15:51:25:009] -------- submitted part of log file ends here, see the rest of log file on client ----------
[5] [Nov 25 15:51:25:010] read file created
[5] [Nov 25 15:51:25:010] read file opend
[5] [Nov 25 15:51:25:010] start reading read file ...
[5] [Nov 25 15:51:25:020] write line: >", "ws051.meinedomain.local", "false"], "id": 1}<  to service...
[5] [Nov 25 15:51:25:020] start sending read file ...
[6] [Nov 25 15:51:25:074] JSON service request https://192.168.100.228:4447/rpc backend_exit
[6] [Nov 25 15:51:25:153] JSON Bench for backend_exit "params":[],"id":1} Start: 15:51:25:074 Time: 00:00:00:079
[1] [Nov 25 15:51:25:270] ============  opsi-script Version 4.11.5.1 is regularly exiting. Time 2015-11-25  15:51:25 .

holgerv
Beiträge: 288
Registriert: 20 Aug 2012, 09:35

Re: OPSI Pakete deinstallieren sich nach der Installation gleich wieder!!!

Beitrag von holgerv »

Was ist das für eine %ScriptDrive%\check_exitcode\check_msi-exitcode.ins die Du aufrufst?
Benutzeravatar
SisterOfMercy
Beiträge: 1522
Registriert: 22 Jun 2012, 19:18

Re: OPSI Pakete deinstallieren sich nach der Installation gleich wieder!!!

Beitrag von SisterOfMercy »

holgerv hat geschrieben:Was ist das für eine %ScriptDrive%\check_exitcode\check_msi-exitcode.ins die Du aufrufst?
Wouldn't that be this one: wiki/doku.php?id=userspace:check_msi-exitcode

You had better "soften up" the person that decided on getting that öffîce 2010 thingy with a cricket bat, or something similar. Read the BOFH stories for hints how to apply the cluebat to a luser. :D
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
Antworten