brainy84
Beiträge: 167 Registriert: 24 Mär 2011, 22:58
Beitrag
von brainy84 » 21 Dez 2012, 14:43
Hallo zusammen,
ich versuche mittels /AllNTUserdats den Bildschirmschoner bei WinXP für alle Clients zu aktivieren. Laut Log funktioniert es aber der entscheidende Eintrag bei HKCU ist nicht da. Unter Win7 funktioniert es einwandfrei. Wie mache ich das bei WinXP 32bit. Hier das Logfile:
Code: Alles auswählen
[6] [Dez 21 14:40:58:343] "C:\Dokumente und Einstellungen\pcpatch\NTUser.dat" loaded.
[5] [Dez 21 14:40:58:343]
[5] [Dez 21 14:40:58:343] Execution of Registry_install_xp_user
[6] [Dez 21 14:40:58:343] Registry key [HKEY_USERS\PatchNTUserdatTempUser\\Software\Policies\Microsoft\Windows\Control Panel\Desktop] opened
[6] [Dez 21 14:40:58:343] Variable "ScreenSaveTimeOut" is keeping its value "600"
[6] [Dez 21 14:40:58:343] Variable "ScreenSaverIsSecure" is keeping its value "1"
[6] [Dez 21 14:40:58:343] Variable "ScreenSaveActive" is keeping its value "1"
[6] [Dez 21 14:40:58:343] Variable "SCRNSAVE.EXE" is keeping its value "C:\WINDOWS\system32\logon.scr"
[6] [Dez 21 14:40:58:343] Key closed
[6] [Dez 21 14:40:58:343] Registry key [HKEY_USERS\PatchNTUserdatTempUser\\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] opened
[6] [Dez 21 14:40:58:343] Variable "HideFileExt" is keeping its value "0"
[6] [Dez 21 14:40:58:343] Variable "EnableBalloonTips" is keeping its value "0"
[6] [Dez 21 14:40:58:343] Key closed
[5] [Dez 21 14:40:58:718]
[5] [Dez 21 14:40:58:718] Branch: Default User
[6] [Dez 21 14:40:58:750] "C:\Dokumente und Einstellungen\Default User\NTUser.dat" loaded.
[5] [Dez 21 14:40:58:750]
[5] [Dez 21 14:40:58:750] Execution of Registry_install_xp_user
[6] [Dez 21 14:40:58:750] Registry key [HKEY_USERS\PatchNTUserdatTempUser\\Software\Policies\Microsoft\Windows\Control Panel\Desktop] opened
[6] [Dez 21 14:40:58:750] Variable "ScreenSaveTimeOut" is keeping its value "600"
[6] [Dez 21 14:40:58:750] Variable "ScreenSaverIsSecure" is keeping its value "1"
[6] [Dez 21 14:40:58:750] Variable "ScreenSaveActive" is keeping its value "1"
[6] [Dez 21 14:40:58:750] Variable "SCRNSAVE.EXE" is keeping its value "C:\WINDOWS\system32\logon.scr"
[6] [Dez 21 14:40:58:750] Key closed
[6] [Dez 21 14:40:58:750] Registry key [HKEY_USERS\PatchNTUserdatTempUser\\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] opened
[6] [Dez 21 14:40:58:750] Variable "HideFileExt" is keeping its value "0"
[6] [Dez 21 14:40:58:750] Variable "EnableBalloonTips" is keeping its value "0"
[6] [Dez 21 14:40:58:750] Key closed
[5] [Dez 21 14:40:58:906]
[5] [Dez 21 14:40:58:906] Make it for user .DEFAULT
[5] [Dez 21 14:40:58:906]
[5] [Dez 21 14:40:58:906] Execution of Registry_install_xp_user
[6] [Dez 21 14:40:58:906] Registry key [HKEY_USERS\.DEFAULT\\Software\Policies\Microsoft\Windows\Control Panel\Desktop] opened
[6] [Dez 21 14:40:58:906] Variable "ScreenSaveTimeOut" is keeping its value "600"
[6] [Dez 21 14:40:58:906] Variable "ScreenSaverIsSecure" is keeping its value "1"
[6] [Dez 21 14:40:58:906] Variable "ScreenSaveActive" is keeping its value "1"
[6] [Dez 21 14:40:58:906] Variable "SCRNSAVE.EXE" is keeping its value "C:\WINDOWS\system32\logon.scr"
[6] [Dez 21 14:40:58:906] Key closed
[6] [Dez 21 14:40:58:906] Registry key [HKEY_USERS\.DEFAULT\\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] opened
[6] [Dez 21 14:40:58:906] Variable "HideFileExt" is keeping its value "0"
[6] [Dez 21 14:40:58:906] Variable "EnableBalloonTips" is keeping its value "0"
[6] [Dez 21 14:40:58:906] Key closed
Danke
Zuletzt geändert von
brainy84 am 14 Jan 2013, 09:54, insgesamt 1-mal geändert.
d.oertel
uib-Team
Beiträge: 3327 Registriert: 04 Jun 2008, 14:27
Beitrag
von d.oertel » 21 Dez 2012, 15:10
Hi,
aber der entscheidende Eintrag bei HKCU ist nicht da
Konkret ?
Code ?
gruß
d.oertel
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt. Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung . Gerne informieren wir Sie zu unserem Angebot.uib GmbH Telefon: +49 6131 27561 0 E-Mail: sales@uib.de
brainy84
Beiträge: 167 Registriert: 24 Mär 2011, 22:58
Beitrag
von brainy84 » 21 Dez 2012, 15:47
Hi,
hier der Aufruf:
und die Funktion:
Code: Alles auswählen
[Registry_install_xp_user]
; Example of setting some values of an registry key:
;
openkey [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Control Panel\Desktop]
set "ScreenSaveTimeOut" = REG_SZ:"600"
set "ScreenSaverIsSecure" = REG_SZ:"1"
set "ScreenSaveActive" = REG_SZ:"1"
set "SCRNSAVE.EXE" = REG_SZ:"C:\WINDOWS\system32\logon.scr"
Grüße
d.oertel
uib-Team
Beiträge: 3327 Registriert: 04 Jun 2008, 14:27
Beitrag
von d.oertel » 21 Dez 2012, 15:59
Hi,
was ist der Eintrag der Dir fehlt.
Wenn ich Dir helfen soll, solltest Du mir schon etwas entgegenkommen und mich nicht raten lassen was Dein Problem ist sondern von Anfang an möglich vollständig Code und Log, opsi Version Winst-Version (was nicht notwendig ist wenn der Log vollständig ist) abliefern.
gruß
d.oertel
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt. Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung . Gerne informieren wir Sie zu unserem Angebot.uib GmbH Telefon: +49 6131 27561 0 E-Mail: sales@uib.de
brainy84
Beiträge: 167 Registriert: 24 Mär 2011, 22:58
Beitrag
von brainy84 » 21 Dez 2012, 17:11
Das Problem ist, dass der Wert nicht in der HKCU gesetzt wird und dort würde ich Ihn gern haben, was muss ich machen, dass er dort rein kommt. Bei Windows 7 funktioniert es so. Bei WinXP nicht! Soll ich das komplette log+ script posten oder reicht das?
Mike162
Beiträge: 119 Registriert: 21 Jun 2012, 13:27
Beitrag
von Mike162 » 27 Dez 2012, 15:47
Hi,
bei der Installation hast du die Möglichkeit schon Regestry einträge mitzugeben.
wechsel in das Verzeichnis
erstelle dort eine Datei
mit folgedndem Inhalt:
Info RunOnceEx.cmd kannst du gerne umbennenen. Diese Datei muss aber im gleichen Ordner liegen.
Anschließend legst du eine neue Datei Namens RunOneEx.cmd an.
Code: Alles auswählen
@echo off
regedit.exe /s /f [Name der Schlüssel Datei].reg
Nun musst du aus der Regestry den Schlüssel noch Exportieren und auf dem OPSI im o.g. Verzeichnis einfügen.
Zum Abschluss
nicht vergessen.
Diese Verfahrensweise läuft bei mir (alles XP Systeme -Testumgebung) bisher ohne Probleme
Gruß
Mike
d.oertel
uib-Team
Beiträge: 3327 Registriert: 04 Jun 2008, 14:27
Beitrag
von d.oertel » 28 Dez 2012, 15:13
Hi,
@brainy84:
Bitte Log posten (evtl. Loglevel auf 7 setzen)
@Mike162:
Die Lösung ist wenig allgemein und wird von opsi ab nt6 auch nicht mehr unterstützt.
gruß
d.oertel
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt. Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung . Gerne informieren wir Sie zu unserem Angebot.uib GmbH Telefon: +49 6131 27561 0 E-Mail: sales@uib.de
brainy84
Beiträge: 167 Registriert: 24 Mär 2011, 22:58
Beitrag
von brainy84 » 07 Jan 2013, 09:11
Hallo,
gutes neues Jahr 2013. Danke für die Antworten und hier die Ausgabe der Logdatei:
Code: Alles auswählen
[1] [Jan 07 09:04:41:531] opsi-winst 4.11.3.3 started at >>07.01.2013 09:04:38
[1] [Jan 07 09:04:41:531] startmessage opsi-winst created at CentralForm.FormCreate: 07.01.2013 09:04:38
[1] [Jan 07 09:04:41:531] startmessage StartProgramModes and create log: 07.01.2013 09:04:39
[1] [Jan 07 09:04:41:531] startmessage start opsi service connection: 07.01.2013 09:04:39
[1] [Jan 07 09:04:41:531] JSON Bench for backend_info "params":[],"id":1} Start: 09:04:39:437 Time: 00:00:01:672
[1] [Jan 07 09:04:41:531] startmessage create log: 07.01.2013 09:04:41
[6] [Jan 07 09:04:41:531] JSON service request https://192.168.5.155:4447/rpc getDepotId
[6] [Jan 07 09:04:41:609] JSON Bench for getDepotId "params":["nb14.tele-consulting.local"],"id":1} Start: 09:04:41:531 Time: 00:00:00:078
[6] [Jan 07 09:04:41:640] JSON service request https://192.168.5.155:4447/rpc backend_setOptions
[6] [Jan 07 09:04:41:718] JSON Bench for backend_setOptions "params":[{"processProductOnClientSequence":true}] Start: 09:04:41:640 Time: 00:00:00:078
[6] [Jan 07 09:04:41:718] JSON service request https://192.168.5.155:4447/rpc productOnClient_getObjects
[6] [Jan 07 09:04:42:218] JSON Bench for productOnClient_getObjects "params":["",{"clientId":"nb14.tele-consulting.loc Start: 09:04:41:718 Time: 00:00:00:500
[6] [Jan 07 09:04:42:250] JSON service request https://192.168.5.155:4447/rpc backend_setOptions
[6] [Jan 07 09:04:42:343] JSON Bench for backend_setOptions "params":[{"processProductOnClientSequence":false} Start: 09:04:42:250 Time: 00:00:00:093
[5] [Jan 07 09:04:42:343] Computername:nb14.tele-consulting.local
[5] [Jan 07 09:04:42:343] Computername according to Environment Variable :NB14
[5] [Jan 07 09:04:42:343] opsi service URL https://192.168.5.155:4447
[5] [Jan 07 09:04:42:343] Depot path: p:\
[5] [Jan 07 09:04:42:343]
[5] [Jan 07 09:04:42:359] bootmode BKSTD
[5] [Jan 07 09:04:42:359] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[5] [Jan 07 09:04:42:359] Resolved sequence of products (07.01.2013 09:04:42):
[5] [Jan 07 09:04:42:359] Product 26 seciss : setup
[5] [Jan 07 09:04:42:359] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[6] [Jan 07 09:04:42:718] JSON service request https://192.168.5.155:4447/rpc getProductProperties_hash
[6] [Jan 07 09:04:42:843] JSON Bench for getProductProperties_hash "params":["seciss","nb14.tele-consulting.local"]," Start: 09:04:42:718 Time: 00:00:00:125
[6] [Jan 07 09:04:42:859] JSON service request https://192.168.5.155:4447/rpc getProduct_hash
[6] [Jan 07 09:04:42:953] JSON Bench for getProduct_hash "params":["seciss","tclanopsi01.tele-consulting.lo Start: 09:04:42:859 Time: 00:00:00:094
[6] [Jan 07 09:04:42:953] JSON service request https://192.168.5.155:4447/rpc productOnClient_getObjects
[6] [Jan 07 09:04:43:031] JSON Bench for productOnClient_getObjects "params":["",{"clientId":"nb14.tele-consulting.loc Start: 09:04:42:953 Time: 00:00:00:078
[5] [Jan 07 09:04:43:031] scriptname: "setup3264.ins", special path: "p:\seciss\"
[6] [Jan 07 09:04:43:031] JSON service request https://192.168.5.155:4447/rpc productOnClient_updateObject
[6] [Jan 07 09:04:43:156] JSON Bench for productOnClient_updateObject "params":[{"clientId":"nb14.tele-consulting.local" Start: 09:04:43:031 Time: 00:00:00:125
[1] [Jan 07 09:04:43:421]
[1] [Jan 07 09:04:43:421] ============ Version 4.11.3.3 WIN32 script "p:\seciss\setup3264.ins"
[1] [Jan 07 09:04:43:421] start: 2013-01-07 09:04:43
[1] [Jan 07 09:04:43:421] installing product: seciss_1.0-1
[1] [Jan 07 09:04:43:421] on client named "nb14.tele-consulting.local"
[1] [Jan 07 09:04:43:453] loggedin user ""
[1] [Jan 07 09:04:43:453] winst running as "pcpatch"
[1] [Jan 07 09:04:43:453] winst running with admin privileges
[1] [Jan 07 09:04:43:453] winst running in standard script mode
[1] [Jan 07 09:04:43:453] [executing: "C:\Programme\opsi.org\opsi-client-agent\opsi-winst\winst32.exe"]
[1] [Jan 07 09:04:43:453] system infos:
[1] [Jan 07 09:04:43:500] 00-0F-B0-C8-E0-C4 - PC hardware address
[1] [Jan 07 09:04:43:500] nb14 - IP name
[1] [Jan 07 09:04:43:500] 192.168.5.65 - IP address
[1] [Jan 07 09:04:43:500] DEU - System default locale
[1] [Jan 07 09:04:43:500] MS Windowds 5.1 32 Bit
[1] [Jan 07 09:04:43:500] opsi service version : 4
[1] [Jan 07 09:04:43:500]
[6] [Jan 07 09:04:43:500] Registry key [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion] opened
[6] [Jan 07 09:04:43:500] Key closed
[6] [Jan 07 09:04:43:906] opsi-winst has version 4.11.3.3, required is : >= 4.10.8.6
[5] [Jan 07 09:04:43:906]
[5] [Jan 07 09:04:43:906] Set $MSVersion$ = GetMsVersionInfo
[6] [Jan 07 09:04:43:906] The value of the variable "$MSVersion$" is now: "5.1"
[5] [Jan 07 09:04:43:906]
[5] [Jan 07 09:04:43:906] Set $INST_SystemType$ = GetSystemType
[6] [Jan 07 09:04:43:906] The value of the variable "$INST_SystemType$" is now: "x86 System"
[5] [Jan 07 09:04:43:906]
[5] [Jan 07 09:04:43:906] Set $INST_architecture$ = GetProductProperty("install_architecture","system specific")
[6] [Jan 07 09:04:43:906] The value of the variable "$INST_architecture$" is now: "system specific"
[5] [Jan 07 09:04:43:906]
[5] [Jan 07 09:04:43:906] Set $LogDir$ = "C:\tmp"
[6] [Jan 07 09:04:43:906] The value of the variable "$LogDir$" is now: "C:\tmp"
[5] [Jan 07 09:04:43:906]
[5] [Jan 07 09:04:43:906] Set $ProductId$ = "seciss"
[6] [Jan 07 09:04:43:906] The value of the variable "$ProductId$" is now: "seciss"
[5] [Jan 07 09:04:43:906]
[5] [Jan 07 09:04:43:906] Set $MinimumSpace$ = "100 MB"
[6] [Jan 07 09:04:43:906] The value of the variable "$MinimumSpace$" is now: "100 MB"
[5] [Jan 07 09:04:43:906]
[5] [Jan 07 09:04:43:906] Set $InstallDir32$ = "C:\Programme\<path to the product>"
[6] [Jan 07 09:04:43:906] The value of the variable "$InstallDir32$" is now: "C:\Programme\<path to the product>"
[5] [Jan 07 09:04:43:906]
[5] [Jan 07 09:04:43:906] Set $InstallDir64$ = "C:\Programme\<path to the product>"
[6] [Jan 07 09:04:43:906] The value of the variable "$InstallDir64$" is now: "C:\Programme\<path to the product>"
[5] [Jan 07 09:04:43:906]
[5] [Jan 07 09:04:43:906] Set $LicenseRequired$ = "false"
[6] [Jan 07 09:04:43:906] The value of the variable "$LicenseRequired$" is now: "false"
[5] [Jan 07 09:04:43:906]
[5] [Jan 07 09:04:43:906] Set $LicensePool$ = "p_" + $ProductId$
[6] [Jan 07 09:04:43:906] The value of the variable "$LicensePool$" is now: "p_seciss"
[5] [Jan 07 09:04:43:906]
[5] [Jan 07 09:04:43:906] If
[6] [Jan 07 09:04:43:906] Free on Disk C:: 228.129.820.672 bytes This is more than the required amount of 100.000.000 bytes
[5] [Jan 07 09:04:43:906] HasMinimumSpace ("C:", $MinimumSpace$) <<< result true
[5] [Jan 07 09:04:43:906] not(HasMinimumSpace ("C:", $MinimumSpace$)) <<< result false
[5] [Jan 07 09:04:43:906] Then
[5] [Jan 07 09:04:43:906]
[5] [Jan 07 09:04:43:906] Else
[5] [Jan 07 09:04:43:906] comment: Show product picture
[5] [Jan 07 09:04:43:906]
[5] [Jan 07 09:04:43:906] If
[6] [Jan 07 09:04:43:906] Starting query if file exist ...
[5] [Jan 07 09:04:43:921] FileExists("P:\seciss\delsub3264.ins") <<< result true
[5] [Jan 07 09:04:43:921] Then
[5] [Jan 07 09:04:43:921] comment: Start uninstall sub section
[6] [Jan 07 09:04:44:171]
[6] [Jan 07 09:04:44:171] ~~~~~~~ Start Sub ~~~~~~~ Sub "P:\seciss\delsub3264.ins"
[5] [Jan 07 09:04:44:171]
[5] [Jan 07 09:04:44:171] Set $MsiId32$ = '{DE7A5DDF-47B3-42FF-A082-XXXXXXXXXXXX}'
[6] [Jan 07 09:04:44:187] The value of the variable "$MsiId32$" is now: "{DE7A5DDF-47B3-42FF-A082-XXXXXXXXXXXX}"
[5] [Jan 07 09:04:44:187]
[5] [Jan 07 09:04:44:187] Set $UninstallProgram32$ = $InstallDir32$ + "\uninstall.exe"
[6] [Jan 07 09:04:44:187] The value of the variable "$UninstallProgram32$" is now: "C:\Programme\<path to the product>\uninstall.exe"
[5] [Jan 07 09:04:44:187]
[5] [Jan 07 09:04:44:187] Set $MsiId64$ = '{DE7A5DDF-47B3-42FF-A082-XXXXXXXXXXXX}'
[6] [Jan 07 09:04:44:187] The value of the variable "$MsiId64$" is now: "{DE7A5DDF-47B3-42FF-A082-XXXXXXXXXXXX}"
[5] [Jan 07 09:04:44:187]
[5] [Jan 07 09:04:44:187] Set $UninstallProgram64$ = $InstallDir64$ + "\uninstall.exe"
[6] [Jan 07 09:04:44:187] The value of the variable "$UninstallProgram64$" is now: "C:\Programme\<path to the product>\uninstall.exe"
[5] [Jan 07 09:04:44:187]
[5] [Jan 07 09:04:44:187] If
[5] [Jan 07 09:04:44:187] $INST_SystemType$ = "x86 System" <<< result true
[5] [Jan 07 09:04:44:187] $INST_architecture$ = "system specific" <<< result true
[5] [Jan 07 09:04:44:187] ($INST_architecture$ = "system specific") <<< result true
[5] [Jan 07 09:04:44:187] ($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specific") <<< result true
[5] [Jan 07 09:04:44:187] $INST_architecture$ = "both" <<< result false
[5] [Jan 07 09:04:44:187] $INST_architecture$ = "32 only" <<< result false
[5] [Jan 07 09:04:44:187] ($INST_architecture$ = "32 only") <<< result false
[5] [Jan 07 09:04:44:187] ($INST_architecture$ = "both") or ($INST_architecture$ = "32 only") <<< result false
[5] [Jan 07 09:04:44:187] (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specific")) or ($INST_architecture$ = "both") or ($INST_architecture$ = "32 only") <<< result true
[5] [Jan 07 09:04:44:187] Then
[5] [Jan 07 09:04:44:187] message Uninstalling seciss 32 Bit...
[5] [Jan 07 09:04:44:187]
[5] [Jan 07 09:04:44:187] If
[6] [Jan 07 09:04:44:187] Starting query if file exist ...
[5] [Jan 07 09:04:44:187] "C:\Programme\<path to the product>\uninstall.exe": File Error 123 (Die Syntax für den Dateinamen, Verzeichnisnamen oder die Datenträgerbezeichnung ist falsch.<)
[5] [Jan 07 09:04:44:187] FileExists($UninstallProgram32$) <<< result false
[5] [Jan 07 09:04:44:187] Then
[5] [Jan 07 09:04:44:187] EndIf
[5] [Jan 07 09:04:44:187]
[5] [Jan 07 09:04:44:187] If
[6] [Jan 07 09:04:44:187] Info: Registry key [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{DE7A5DDF-47B3-42FF-A082-XXXXXXXXXXXX}] could not be opened by RegOpenKeyEx, Errorno 2 "Das System kann die angegebene Datei nicht finden.<"
[5] [Jan 07 09:04:44:187] GetRegistryStringValue32("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" + $MsiId32$ + "] DisplayName") = "" <<< result true
[5] [Jan 07 09:04:44:187] not (GetRegistryStringValue32("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" + $MsiId32$ + "] DisplayName") = "") <<< result false
[5] [Jan 07 09:04:44:187] Then
[5] [Jan 07 09:04:44:187] EndIf
[5] [Jan 07 09:04:44:187] comment: Delete files
[5] [Jan 07 09:04:44:203]
[5] [Jan 07 09:04:44:203] Warning: The section "Files_uninstall_32" (called in line 29 of the calling section) does not exist or is empty
[5] [Jan 07 09:04:44:203]
[4] [Jan 07 09:04:44:203] Warning: Section "Files_uninstall_32" does not exist or is empty
[5] [Jan 07 09:04:44:203] comment: Cleanup registry
[5] [Jan 07 09:04:44:203]
[5] [Jan 07 09:04:44:203] Warning: The section "Registry_uninstall" (called in line 31 of the calling section) does not exist or is empty
[5] [Jan 07 09:04:44:218]
[4] [Jan 07 09:04:44:218] Warning: Section "Registry_uninstall" does not exist or is empty
[5] [Jan 07 09:04:44:218] EndIf
[5] [Jan 07 09:04:44:218]
[5] [Jan 07 09:04:44:218] If
[5] [Jan 07 09:04:44:218] $INST_SystemType$ = "64 Bit System" <<< result false
[5] [Jan 07 09:04:44:218] $INST_architecture$ = "system specific" <<< result true
[5] [Jan 07 09:04:44:218] $INST_architecture$ = "both" <<< result false
[5] [Jan 07 09:04:44:218] $INST_architecture$ = "64 only" <<< result false
[5] [Jan 07 09:04:44:218] ($INST_architecture$ = "64 only") <<< result false
[5] [Jan 07 09:04:44:218] ($INST_architecture$ = "both") or ($INST_architecture$ = "64 only") <<< result false
[5] [Jan 07 09:04:44:218] ($INST_architecture$ = "system specific") or ($INST_architecture$ = "both") or ($INST_architecture$ = "64 only") <<< result true
[5] [Jan 07 09:04:44:218] (($INST_architecture$ = "system specific") or ($INST_architecture$ = "both") or ($INST_architecture$ = "64 only")) <<< result true
[5] [Jan 07 09:04:44:218] ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system specific") or ($INST_architecture$ = "both") or ($INST_architecture$ = "64 only")) <<< result false
[5] [Jan 07 09:04:44:218] Then
[5] [Jan 07 09:04:44:218]
[5] [Jan 07 09:04:44:218] If
[5] [Jan 07 09:04:44:218] Then
[5] [Jan 07 09:04:44:218] EndIf
[5] [Jan 07 09:04:44:218]
[5] [Jan 07 09:04:44:218] If
[5] [Jan 07 09:04:44:218] Then
[5] [Jan 07 09:04:44:218] EndIf
[5] [Jan 07 09:04:44:218] EndIf
[5] [Jan 07 09:04:44:218] comment: Delete program shortcuts
[5] [Jan 07 09:04:44:218]
[5] [Jan 07 09:04:44:218] Warning: The section "LinkFolder_uninstall" (called in line 56 of the calling section) does not exist or is empty
[5] [Jan 07 09:04:44:218]
[4] [Jan 07 09:04:44:218] Warning: Section "LinkFolder_uninstall" does not exist or is empty
[6] [Jan 07 09:04:44:218] Section ending since next line is starting with "["
[6] [Jan 07 09:04:44:218]
[6] [Jan 07 09:04:44:218] ~~~~~~~ End Sub ~~~~~~~ Sub "P:\seciss\delsub3264.ins"
[6] [Jan 07 09:04:44:218]
[5] [Jan 07 09:04:44:218] EndIf
[5] [Jan 07 09:04:44:218]
[5] [Jan 07 09:04:44:218] If
[5] [Jan 07 09:04:44:218] $LicenseRequired$ = "true" <<< result false
[5] [Jan 07 09:04:44:218] Then
[5] [Jan 07 09:04:44:218] EndIf
[5] [Jan 07 09:04:44:234] comment: installing
[5] [Jan 07 09:04:44:234]
[5] [Jan 07 09:04:44:234] If
[5] [Jan 07 09:04:44:234] $INST_SystemType$ = "x86 System" <<< result true
[5] [Jan 07 09:04:44:234] $INST_architecture$ = "system specific" <<< result true
[5] [Jan 07 09:04:44:234] ($INST_architecture$ = "system specific") <<< result true
[5] [Jan 07 09:04:44:234] ($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specific") <<< result true
[5] [Jan 07 09:04:44:234] $INST_architecture$ = "both" <<< result false
[5] [Jan 07 09:04:44:234] $INST_architecture$ = "32 only" <<< result false
[5] [Jan 07 09:04:44:234] ($INST_architecture$ = "32 only") <<< result false
[5] [Jan 07 09:04:44:234] ($INST_architecture$ = "both") or ($INST_architecture$ = "32 only") <<< result false
[5] [Jan 07 09:04:44:234] (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specific")) or ($INST_architecture$ = "both") or ($INST_architecture$ = "32 only") <<< result true
[5] [Jan 07 09:04:44:234] Then
[5] [Jan 07 09:04:44:281] message Installing seciss 32 Bit...
[5] [Jan 07 09:04:44:296] comment: Start setup program
[5] [Jan 07 09:04:44:312]
[5] [Jan 07 09:04:44:312] Execution of Winbatch_install_32
[6] [Jan 07 09:04:44:312] Call "netsh firewall set opmode enable"
[6] [Jan 07 09:04:44:312] Waiting until the called process is finished
[6] [Jan 07 09:04:44:312] Start process as invoker: pcpatch
[6] [Jan 07 09:04:46:437] ExitCode 0 Executed process "netsh firewall set opmode enable"
[6] [Jan 07 09:04:46:437] Call "net stop "wscsvc""
[6] [Jan 07 09:04:46:437] Waiting until the called process is finished
[6] [Jan 07 09:04:46:437] Start process as invoker: pcpatch
[6] [Jan 07 09:04:49:500] ExitCode 0 Executed process "net stop "wscsvc""
[5] [Jan 07 09:04:49:500] comment: Configure screensaver
[5] [Jan 07 09:04:49:500]
[5] [Jan 07 09:04:49:500] Execution of Dosbatch_install_32
[6] [Jan 07 09:04:49:515] c:\opsi.org\tmp\_winstbat_1.bat saved back
[6] [Jan 07 09:04:49:515] Executing "cmd.exe" /C "c:\opsi.org\tmp\_winstbat_1.bat"
[6] [Jan 07 09:05:01:765] ExitCode 0
[6] [Jan 07 09:05:01:781] Delete "c:\opsi.org\tmp\_winstbat_*"
[6] [Jan 07 09:05:01:781] Search "c:\opsi.org\tmp\"
[6] [Jan 07 09:05:01:781] File "c:\opsi.org\tmp\_winstbat_1.bat"
[6] [Jan 07 09:05:01:796] The file has been deleted
[6] [Jan 07 09:05:01:796]
[6] [Jan 07 09:05:01:796] ~~~~~~~ Start Sub ~~~~~~~ Sub_check_exitcode
[5] [Jan 07 09:05:01:796] comment: Test for installation success via exit code
[5] [Jan 07 09:05:01:796]
[5] [Jan 07 09:05:01:796] Set $ExitCode$ = getLastExitCode
[6] [Jan 07 09:05:01:796] The value of the variable "$ExitCode$" is now: "0"
[5] [Jan 07 09:05:01:796]
[5] [Jan 07 09:05:01:796] If
[5] [Jan 07 09:05:01:796] $ExitCode$ = "2" <<< result false
[5] [Jan 07 09:05:01:796] ($ExitCode$ = "2") <<< result false
[5] [Jan 07 09:05:01:796] Then
[5] [Jan 07 09:05:01:796]
[5] [Jan 07 09:05:01:796] Else
[5] [Jan 07 09:05:01:796]
[5] [Jan 07 09:05:01:796] If
[5] [Jan 07 09:05:01:796] $ExitCode$ = "0" <<< result true
[5] [Jan 07 09:05:01:796] ($ExitCode$ = "0") <<< result true
[5] [Jan 07 09:05:01:796] Then
[5] [Jan 07 09:05:01:796] comment: Looks good: setup program gives exitcode zero
[5] [Jan 07 09:05:01:796]
[5] [Jan 07 09:05:01:796] Else
[5] [Jan 07 09:05:01:796]
[5] [Jan 07 09:05:01:796] If
[5] [Jan 07 09:05:01:796] Then
[5] [Jan 07 09:05:01:796]
[5] [Jan 07 09:05:01:796] Else
[5] [Jan 07 09:05:01:796]
[5] [Jan 07 09:05:01:796] If
[5] [Jan 07 09:05:01:796] Then
[5] [Jan 07 09:05:01:796]
[5] [Jan 07 09:05:01:796] Else
[5] [Jan 07 09:05:01:796]
[5] [Jan 07 09:05:01:796] If
[5] [Jan 07 09:05:01:796] Then
[5] [Jan 07 09:05:01:796]
[5] [Jan 07 09:05:01:796] Else
[5] [Jan 07 09:05:01:796] EndIf
[5] [Jan 07 09:05:01:796] EndIf
[5] [Jan 07 09:05:01:796] EndIf
[5] [Jan 07 09:05:01:796] EndIf
[5] [Jan 07 09:05:01:796] EndIf
[6] [Jan 07 09:05:01:796]
[6] [Jan 07 09:05:01:796] ~~~~~~~ End Sub ~~~~~~~ Sub_check_exitcode
[6] [Jan 07 09:05:01:796]
[5] [Jan 07 09:05:01:812] comment: Copy files
[5] [Jan 07 09:05:01:812]
[5] [Jan 07 09:05:01:812] Warning: The section "Files_install_32" (called in line 70 of the calling section) does not exist or is empty
[5] [Jan 07 09:05:01:812]
[4] [Jan 07 09:05:01:812] Warning: Section "Files_install_32" does not exist or is empty
[5] [Jan 07 09:05:01:812] comment: Patch Registry
[5] [Jan 07 09:05:01:812]
[5] [Jan 07 09:05:01:812] Execution of Registry_install_xp_user
[5] [Jan 07 09:05:01:812]
[5] [Jan 07 09:05:01:812] Branch: nb14_admin
[5] [Jan 07 09:05:01:812]
[5] [Jan 07 09:05:01:812] Branch: pcpatch
[6] [Jan 07 09:05:01:875] "C:\Dokumente und Einstellungen\pcpatch\NTUser.dat" loaded.
[5] [Jan 07 09:05:01:875]
[5] [Jan 07 09:05:01:875] Execution of Registry_install_xp_user
[6] [Jan 07 09:05:01:875] Registry key [HKEY_USERS\PatchNTUserdatTempUser\\Software\Policies\Microsoft\Windows\Control Panel\Desktop] opened
[6] [Jan 07 09:05:01:875] Variable "ScreenSaveTimeOut" is keeping its value "600"
[6] [Jan 07 09:05:01:875] Variable "ScreenSaverIsSecure" is keeping its value "1"
[6] [Jan 07 09:05:01:875] Variable "ScreenSaveActive" is keeping its value "1"
[6] [Jan 07 09:05:01:875] Variable "SCRNSAVE.EXE" is keeping its value "C:\WINDOWS\system32\logon.scr"
[6] [Jan 07 09:05:01:875] Key closed
[6] [Jan 07 09:05:01:875] Registry key [HKEY_USERS\PatchNTUserdatTempUser\\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] opened
[6] [Jan 07 09:05:01:875] Variable "HideFileExt" is keeping its value "0"
[6] [Jan 07 09:05:01:875] Variable "EnableBalloonTips" is keeping its value "0"
[6] [Jan 07 09:05:01:875] Key closed
[5] [Jan 07 09:05:02:062]
[5] [Jan 07 09:05:02:062] Branch: Default User
[6] [Jan 07 09:05:02:109] "C:\Dokumente und Einstellungen\Default User\NTUser.dat" loaded.
[5] [Jan 07 09:05:02:109]
[5] [Jan 07 09:05:02:109] Execution of Registry_install_xp_user
[6] [Jan 07 09:05:02:109] Registry key [HKEY_USERS\PatchNTUserdatTempUser\\Software\Policies\Microsoft\Windows\Control Panel\Desktop] opened
[6] [Jan 07 09:05:02:109] Variable "ScreenSaveTimeOut" is keeping its value "600"
[6] [Jan 07 09:05:02:109] Variable "ScreenSaverIsSecure" is keeping its value "1"
[6] [Jan 07 09:05:02:109] Variable "ScreenSaveActive" is keeping its value "1"
[6] [Jan 07 09:05:02:109] Variable "SCRNSAVE.EXE" is keeping its value "C:\WINDOWS\system32\logon.scr"
[6] [Jan 07 09:05:02:109] Key closed
[6] [Jan 07 09:05:02:109] Registry key [HKEY_USERS\PatchNTUserdatTempUser\\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] opened
[6] [Jan 07 09:05:02:109] Variable "HideFileExt" is keeping its value "0"
[6] [Jan 07 09:05:02:109] Variable "EnableBalloonTips" is keeping its value "0"
[6] [Jan 07 09:05:02:109] Key closed
[5] [Jan 07 09:05:02:281]
[5] [Jan 07 09:05:02:281] Make it for user .DEFAULT
[5] [Jan 07 09:05:02:281]
[5] [Jan 07 09:05:02:281] Execution of Registry_install_xp_user
[6] [Jan 07 09:05:02:281] Registry key [HKEY_USERS\.DEFAULT\\Software\Policies\Microsoft\Windows\Control Panel\Desktop] opened
[6] [Jan 07 09:05:02:281] Variable "ScreenSaveTimeOut" is keeping its value "600"
[6] [Jan 07 09:05:02:281] Variable "ScreenSaverIsSecure" is keeping its value "1"
[6] [Jan 07 09:05:02:281] Variable "ScreenSaveActive" is keeping its value "1"
[6] [Jan 07 09:05:02:281] Variable "SCRNSAVE.EXE" is keeping its value "C:\WINDOWS\system32\logon.scr"
[6] [Jan 07 09:05:02:281] Key closed
[6] [Jan 07 09:05:02:281] Registry key [HKEY_USERS\.DEFAULT\\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] opened
[6] [Jan 07 09:05:02:281] Variable "HideFileExt" is keeping its value "0"
[6] [Jan 07 09:05:02:281] Variable "EnableBalloonTips" is keeping its value "0"
[6] [Jan 07 09:05:02:281] Key closed
[5] [Jan 07 09:05:02:281]
[5] [Jan 07 09:05:02:281] Warning: The section "Registry_install_xp" (called in line 73 of the calling section) does not exist or is empty
[5] [Jan 07 09:05:02:281]
[4] [Jan 07 09:05:02:281] Warning: Section "Registry_install_xp" does not exist or is empty
[5] [Jan 07 09:05:02:281] comment: Create shortcuts
[5] [Jan 07 09:05:02:281]
[5] [Jan 07 09:05:02:281] Warning: The section "LinkFolder_install" (called in line 75 of the calling section) does not exist or is empty
[5] [Jan 07 09:05:02:281]
[4] [Jan 07 09:05:02:281] Warning: Section "LinkFolder_install" does not exist or is empty
[5] [Jan 07 09:05:02:281] EndIf
[5] [Jan 07 09:05:02:281]
[5] [Jan 07 09:05:02:281] If
[5] [Jan 07 09:05:02:281] $INST_SystemType$ = "64 Bit System" <<< result false
[5] [Jan 07 09:05:02:281] $INST_architecture$ = "system specific" <<< result true
[5] [Jan 07 09:05:02:281] $INST_architecture$ = "both" <<< result false
[5] [Jan 07 09:05:02:281] $INST_architecture$ = "64 only" <<< result false
[5] [Jan 07 09:05:02:281] ($INST_architecture$ = "64 only") <<< result false
[5] [Jan 07 09:05:02:281] ($INST_architecture$ = "both") or ($INST_architecture$ = "64 only") <<< result false
[5] [Jan 07 09:05:02:281] ($INST_architecture$ = "system specific") or ($INST_architecture$ = "both") or ($INST_architecture$ = "64 only") <<< result true
[5] [Jan 07 09:05:02:281] (($INST_architecture$ = "system specific") or ($INST_architecture$ = "both") or ($INST_architecture$ = "64 only")) <<< result true
[5] [Jan 07 09:05:02:281] ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system specific") or ($INST_architecture$ = "both") or ($INST_architecture$ = "64 only")) <<< result false
[5] [Jan 07 09:05:02:281] Then
[5] [Jan 07 09:05:02:281] EndIf
[5] [Jan 07 09:05:02:281] EndIf
[1] [Jan 07 09:05:02:281] ___________________
[1] [Jan 07 09:05:02:281] script finished
[1] [Jan 07 09:05:02:281] 0 errors
[1] [Jan 07 09:05:02:281] 6 warnings
[1] [Jan 07 09:05:02:281]
[1] [Jan 07 09:05:02:281] installed product: seciss Version: 1.0-1
[1] [Jan 07 09:05:02:281]
[6] [Jan 07 09:05:02:281] Delete "c:\opsi.org\tmp\_winstbat_*"
[6] [Jan 07 09:05:02:281] Search "c:\opsi.org\tmp\"
[6] [Jan 07 09:05:02:281] JSON service request https://192.168.5.155:4447/rpc setProductActionRequest
[6] [Jan 07 09:05:02:484] JSON Bench for setProductActionRequest "params":["seciss","nb14.tele-consulting.local","u Start: 09:05:02:281 Time: 00:00:00:203
[1] [Jan 07 09:05:02:500] product "seciss set to update
[1] [Jan 07 09:05:02:500] Update script name:
[5] [Jan 07 09:05:02:500] no script file name given
[1] [Jan 07 09:05:02:500] we have no update script
[6] [Jan 07 09:05:02:500] JSON service request https://192.168.5.155:4447/rpc productOnClient_updateObject
[6] [Jan 07 09:05:02:578] JSON Bench for productOnClient_updateObject "params":[{"clientId":"nb14.tele-consulting.local" Start: 09:05:02:500 Time: 00:00:00:078
[6] [Jan 07 09:05:02:593] Registry key [HKLM\SOFTWARE\opsi.org\winst] opened
[6] [Jan 07 09:05:02:593] Variable "RebootRequested" is keeping its value "0"
[6] [Jan 07 09:05:02:593] Variable "LastLogFilename" is keeping its value "c:\tmp\instlog.txt"
[6] [Jan 07 09:05:02:593] Variable "ContinueLogFile" is keeping its value "0"
[6] [Jan 07 09:05:02:593] Variable "NumberOfErrors" is keeping its value "0"
[6] [Jan 07 09:05:02:593] Key flushed
[6] [Jan 07 09:05:02:593] Key closed
[5] [Jan 07 09:05:02:609] -------- submitted part of log file ends here, see the rest of log file on client ----------
[5] [Jan 07 09:05:02:687] read file created
[5] [Jan 07 09:05:02:687] read file opend
[5] [Jan 07 09:05:02:687] start reading read file ...
[5] [Jan 07 09:05:02:703] start sending read file ...
[6] [Jan 07 09:05:02:796] JSON service request https://192.168.5.155:4447/rpc backend_exit
[6] [Jan 07 09:05:02:859] JSON Bench for backend_exit "params":[],"id":1} Start: 09:05:02:796 Time: 00:00:00:063
[1] [Jan 07 09:05:02:859] ============ opsi-winst Version 4.11.3.3 WIN32 is regularly exiting. Time 2013-01-07 09:05:02 .
:10:390] ___________________
d.oertel
uib-Team
Beiträge: 3327 Registriert: 04 Jun 2008, 14:27
Beitrag
von d.oertel » 07 Jan 2013, 18:13
Hi,
ich vermute es geht um den user nb14_admin. Für den wird, wie die logdatei sagt, nichts gepatcht:
Code: Alles auswählen
5] [Jan 07 09:05:01:812] Branch: nb14_admin
[5] [Jan 07 09:05:01:812]
[5] [Jan 07 09:05:01:812] Branch: pcpatch
Das liegt wahrscheinlich daran, das sein Profilpfad in der Registry :
'HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList'
nicht korrekt auf geführt ist.
Vermute ich richtig ?
Eine Idee warum das so ist ?
gruß
d.oertel
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt. Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung . Gerne informieren wir Sie zu unserem Angebot.uib GmbH Telefon: +49 6131 27561 0 E-Mail: sales@uib.de