VISUAL STUDIO INSTALLER 制作VB安装程序,出现The file "gdi.dll" is invalid.
编号:QA004698
建立日期: 2003年7月22日 最后修改日期:2003年7月22日
所属类别:
Q
yan wei:
我使用VISUAL STUDIO INSTALLER 制作VB安装程序,当使用“build”生成安装程序时,出现"Solution Update failed"中止,同时在"Task List"窗口中显示以下信息:
1、The file "gdi.dll" is invalid.
2、The file "user.dll" is invalid.
3、The property "sourcefile" of file "gdi.dll" is invalid.
4、The property "sourcefile" of file "user.dll" is invalid.
5、The copy of file "gdi.dll" into the install package failed.
系统:win98 ,vb6
请给予指教,不胜感激!
A回答:
从错误信息来看,你的安装程序中包括了gdi.dll和user.dll。这两个文件并不存在,在Windows 9x/NT/2000中,只存在gdi32.dll和user32.dll,而且gdi32.dll和user32.dll是所有Windows都提供的,也不需要在安装程序中发布。你可以删除掉Visual Studio Installer中的gdi.dll和user.dll文件。
此问题由李海回答。
附加关键字:编程, 源程序, programming, source code, Visual Basic, VB, 制作安装程序, setup, installshield, wise install。
| |
|
|
| |
|
|