博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Windows Installer Error Messages
阅读量:4116 次
发布时间:2019-05-25

本文共 2177 字,大约阅读时间需要 7 分钟。

http://msdn.microsoft.com/en-us/library/aa372835(VS.85).aspx

Windows Installer errors have an error code of 1000 or greater. The error codes numbered 1000 to 1999 are ship errors and must be authored into the . The error codes numbered greater than 2000 are internal errors and do not have authored strings, but these can occur if the installation package has been incorrectly authored. For a list of reserved error codes, see .

Note  If you are a user experiencing difficulty with your computer either during or after installing or uninstalling an application, you should contact customer support for the software you are trying to install or remove. If you feel you are in need of support for a Microsoft product, please go to our technical support site at .

Note  You can search for solutions to many of the messages in the following table in the Microsoft Support Knowledge Base (KB). Go to the page and use the tool provided there to perform a search for a specific Windows Installer error message. Select "Search Product: All Products" to perform a comprehensive search for the message. In the "For:" pane, enter a character string like the following, with quotes enclosing the words Windows Installer, the appropriate Message Code value from the following table, and the keyword "kberrmsg".

"Windows Installer" Message Code kberrmsg

Note  If you are viewing this documentation using the online MSDN library, you can also check the Community Content area at the bottom of this page to see whether any solutions for specific error messages have been contributed.

Developers of installation packages can also test the internal consistency of their packages by using Internal Consistency Evaluators. For more information, see .

See also the returned by the Windows Installer functions MsiExec.exe and InstMsi.exe.

Message Code Message Remarks

1101

Could not open file stream: [2]. System error: [3]

 

1301

Cannot create the file '[2]'. A directory with this name already exists.

 

1302

Please insert the disk: [2]

 

1303

The Installer has insufficient privileges to access this directory: [2].

 

1304

Error writing to File: [2]

 

1305

Error reading from File: [2]; System error code: [3]

 

转载地址:http://gcupi.baihongyu.com/

你可能感兴趣的文章
深入理解JavaScript之立即调用的函数表达式
查看>>
设计模式之工厂模式
查看>>
程序员一大误区:盲目求追新技术,说的是你吗
查看>>
Function模式使用技巧汇总
查看>>
【前端面试题】—18道有关混合开发的面试题(附答案)
查看>>
深入理解JavaScript之变量对象(Variable Object)
查看>>
【前端面试题】—53道常见NodeJS基础面试题(附答案)
查看>>
设计模式之装饰者模式
查看>>
【一起读书】40个来自CSS世界中的实用技巧汇总
查看>>
解决jquery使用on()方法绑定事件被执行多次的问题
查看>>
【前端面试题】—有关CSS预编译、管理工具和网络安全的相关面试题
查看>>
设计模式之外观模式
查看>>
深入理解JavaScript与DOM
查看>>
3种前端实现.md文件转换成.html文件的方式
查看>>
9个web前端程序员需要知道的有用Web应用程序
查看>>
在Angular7中如何创建拖放列表?
查看>>
【开发小技巧】32—如何利用HTML、CSS和jQueryUI创建拖放功能以对图像进行重新排序?...
查看>>
血淋淋的事实告诉你:你为什么不应该在JS文件中保存敏感信息
查看>>
设计模式之代理模式
查看>>
Vite2 项目工程化和原理,一次讲清楚
查看>>