Ich lief eine Installation wie diese:Was bedeutet es, wenn die MSI-Protokolldatei "Note: 1: 2729" anzeigt?
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?
Gibt es einen Rosetta-Stein, um zu verstehen, was all diese Nachrichten in einer MSI-Protokolldatei bedeuten?
EDIT:
hier ein Beispiel schnipp der Protokolldatei msi:
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
Können Sie eine Log-Datei oder einen Ausschnitt schreiben? –