Frage

Ich lief eine Installation wie diese:

  msiexec /i   Module.msi  /l*v msilog.log

Und in der resultierenden Logdatei, bekam ich ein paar Meldung wie: Note: 1: 2729. Was heißt das?

Sie haben einen rosetta Stein für das Verständnis, was all diese Nachrichten in einer msi Protokolldatei bedeuten?

Bearbeiten :
hier ist ein Beispiel schnipp der msi-Protokolldatei:

MSI (c) (D4:8C) [12:16:44:332]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:332]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:332]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:332]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:332]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:332]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:332]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:348]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:348]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:348]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:348]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:348]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:348]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:348]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:348]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:348]: Note: 1: 2729 
MSI (c) (D4:8C) [12:16:44:348]: Note: 1: 2262 2: AdminProperties 3: -2147287038 
MSI (c) (D4:8C) [12:16:44:348]: Machine policy value 'DisableMsi' is 1
MSI (c) (D4:8C) [12:16:44:348]: Machine policy value 'AlwaysInstallElevated' is 0
MSI (c) (D4:8C) [12:16:44:348]: User policy value 'AlwaysInstallElevated' is 0
War es hilfreich?

Lösung

Zur Kasse:

Wie man Windows Installer-Protokolle Interpretieren

Windows Installer-Fehlermeldungen

Q107675: ERRDOC: Windows Installer-Fehler 2729

-Code 2729 ist "Install Motor nicht initialisiert."

Es gibt sehr wenig heraus diese aber meine beste Lese dieses Fehlercode ist, dass die msiexec Client-Seite versucht, die msiexec Server-Seite (Windows-Dienst) zu drehen und es wird durch eine Schleife Protokollierung, dass es nicht ist und läuft noch. Nach einigen Iterationen ist es auf und die Installation wird fortgesetzt. Werfen Sie einen Blick auf die folgende Protokoll Schnipsel und mir sagen, ob dies ist ziemlich viel, was Ihre Log aussieht.

MSI (c) (A4:DC) [22:12:14:406]: Package name extracted from package path: 'msse.msi'
MSI (c) (A4:DC) [22:12:14:406]: Package to be registered: 'msse.msi'
MSI (c) (A4:DC) [22:12:14:406]: Note: 1: 2729 
MSI (c) (A4:DC) [22:12:14:437]: Note: 1: 2729 
MSI (c) (A4:DC) [22:12:14:437]: Note: 1: 2729 
MSI (c) (A4:DC) [22:12:14:437]: Note: 1: 2729 
MSI (c) (A4:DC) [22:12:14:453]: Note: 1: 2729 
MSI (c) (A4:DC) [22:12:14:453]: Note: 1: 2729 
MSI (c) (A4:DC) [22:12:14:453]: Note: 1: 2729 
MSI (c) (A4:DC) [22:12:14:453]: Note: 1: 2729 
MSI (c) (A4:DC) [22:12:14:453]: Note: 1: 2729 
MSI (c) (A4:DC) [22:12:14:453]: Note: 1: 2729 
MSI (c) (A4:DC) [22:12:14:453]: Note: 1: 2729 
MSI (c) (A4:DC) [22:12:14:453]: Note: 1: 2729 
MSI (c) (A4:DC) [22:12:14:453]: Note: 1: 2729 
MSI (c) (A4:DC) [22:12:14:453]: Note: 1: 2729 
MSI (c) (A4:DC) [22:12:14:453]: Note: 1: 2729 
MSI (c) (A4:DC) [22:12:14:453]: Note: 1: 2729 
MSI (c) (A4:DC) [22:12:14:453]: Note: 1: 2262 2: AdminProperties 3: -2147287038 
MSI (c) (A4:DC) [22:12:14:453]: TRANSFORMS property is now: 
MSI (c) (A4:DC) [22:12:14:453]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.

PS- Die (c) nach dem MSI bedeutet den Logeintrag von Clientseite entstanden ist. Auch finden Sie vielleicht dieses Dienstprogramm hilfreich:

Wilogutl.exe (Windows)

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top