这是这个问题的后续,通过在本地驱动器上找到安装包来解决。
不幸的是,似乎在某些机器上,这并不能解决它。
我有以下可用日志
=== Verbose logging started: 03.07.2013 23:17:03 Build type: SHIP UNICODE 4.05.6001.00 Calling process: C:\WINDOWS\system32\msiexec.exe ===
Resetting cached policy values
Machine policy value 'Debug' is 0
******* RunEngine:
******* Product: C:\myInstallation.msi
******* Action:
******* CommandLine: **********
Machine policy value 'DisableUserInstalls' is 0
User policy value 'SearchOrder' is 'nmu'
User policy value 'DisableMedia' is 0
Machine policy value 'AllowLockdownMedia' is 1
SOURCEMGMT: Looking for sourcelist for product {88D5305B-8FC3-4197-8482-5383FC7683ED}
SOURCEMGMT: Adding {88D5305B-8FC3-4197-8482-5383FC7683ED}; to potential sourcelist list (pcode;disk;relpath).
SOURCEMGMT: Now checking product {88D5305B-8FC3-4197-8482-5383FC7683ED}
SOURCEMGMT: Attempting to use LastUsedSource from source list.
SOURCEMGMT: Trying source C:\Documents and Settings\user123\Local Settings\Temporary Internet Files\Content.IE5\FALCNH9A\.
Note: 1: 2203 2: C:\Documents and Settings\user123\Local Settings\Temporary Internet Files\Content.IE5\FALCNH9A\myInstallation[1].msi 3: -2147287037
SOURCEMGMT: Source is invalid due to missing/inaccessible package.
Note: 1: 1706 2: -2147483647 3: myInstallation[1].msi
SOURCEMGMT: Processing net source list.
Note: 1: 1706 2: -2147483647 3: myInstallation[1].msi
SOURCEMGMT: Processing media source list.
Note: 1: 2203 2: 3: -2147287037
SOURCEMGMT: Source is invalid due to missing/inaccessible package.
Note: 1: 1706 2: -2147483647 3: myInstallation[1].msi
SOURCEMGMT: Processing URL source list.
Note: 1: 1402 2: UNKNOWN\URL 3: 2
Note: 1: 1706 2: -2147483647 3: myInstallation[1].msi
Note: 1: 1706 2: 3: myInstallation[1].msi
User policy value 'SearchOrder' is 'nmu'
SOURCEMGMT: Prompting user for a valid source.
Machine policy value 'DisableBrowse' is 0
Machine policy value 'AllowLockdownBrowse' is 0
SOURCEMGMT: Browsing is enabled.
Font created. Charset: Req=0, Ret=0, Font: Req=, Ret=Arial
SOURCEMGMT: Now checking product {88D5305B-8FC3-4197-8482-5383FC7683ED}
SOURCEMGMT: Attempting to use LastUsedSource from source list.
Note: 1: 1706 2: 3: myInstallation[1].msi
SOURCEMGMT: Processing net source list.
Note: 1: 1706 2: -2147483647 3: myInstallation[1].msi
SOURCEMGMT: Processing media source list.
SOURCEMGMT: Trying media source ;.
Note: 1: 1706 2: 3: myInstallation[1].msi
SOURCEMGMT: Processing URL source list.
Note: 1: 1402 2: UNKNOWN\URL 3: 2
Note: 1: 1706 2: -2147483647 3: myInstallation[1].msi
Note: 1: 1706 2: 3: myInstallation[1].msi
SOURCEMGMT: Failed to resolve source
MainEngineThread is returning 1612
=== Verbose logging stopped: 03.07.2013 23:17:41 ===
但我无法从中得出任何有用的信息,这与第一个问题不同,第一个问题很明显,运行安装包的驱动器实际上是一个网络驱动器。
虽然在这种情况下,安装直接驻留在 下C:\
,但不知何故 MSI 仍然试图在 Internet Explorer 缓存文件中找到某些东西,我无法理解。
这里发生了什么,我该如何解决?
更新
尝试命令后
C:\> msiexec /i myInstallation.msi REINSTALL=ALL REINSTALLMODE=vomus /qb
我收到一个错误窗口告诉我
尝试从文件 C:\myInstallation[1].msi 读取时发生网络错误
当我从 执行(并刷新)所有内容时,怎么会发生这种情况C:
?