Windows应用程序的注册表安装程序创建 [英] reg setup creation of windows application

查看:96
本文介绍了Windows应用程序的注册表安装程序创建的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在创建设置时,我收到此警告,我该怎么办.我观察到我的项目中缺少一些DLL和EXE

该警告是:

"以下文件可能具有无法自动确定的依赖项.
请确认所有依赖项都已添加到项目中"


c:\ windows \ system32 \ ieframe.dll

While creating a setup,I got this warning what can i do for this. I observed some DLL and EXE missed in my project

that warning is :

"the following files may have dependencies that cannot be determined automatically.
please confirm all dependencies have been added to the project"


c:\windows\system32\ieframe.dll

推荐答案

某些系统DLL(COM Dll)不会自动添加到您的安装项目中.您已经在安装程序项目的右键菜单中使用ADD-> Assembly手动添加了该程序集.

手动添加上述DLL,然后重试..
Some of the System DLL(COM Dlls) are not automatically added in your setup project. you have add this assemblies manually using ADD->Assembly from right click menu in setup project.

Add the above DLL manually and try again..


如果程序集文件在您的GAC中,则它将不包含在您的项目中.您的设置必须依赖于将文件放置在其中的代码,否则您必须手动将文件复制到bin文件夹,然后将引用添加到该文件.
If the assembly file is in your GAC, it won''t be included in your project. Your setup has to have a dependency for the code that put the file there, or you have to manually copy the file to your bin folder, and add the reference to that file.


这篇关于Windows应用程序的注册表安装程序创建的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆