部署Windows应用程序

部署Windows应用程序

本文介绍了部署Windows应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,



我想部署一个Windows应用程序(32位)。

我的应用程序有点像这样......



它包含一个exe项目和许多dll项目。目标设置为x86。

其中一些dll由多个项目引用

它也包含一些COM组件..



创建安装项目时,常见的dll是重复的或三重的



此外,在regcap.exe

Hello,

I want to deploy a windows application(32-bit).
My application is somewhat like this...

It contain one exe project and many dll project. Target is set to x86.
Some of these dlls are refered by more than one project
It contains some COM components too..

When Setup project is created, dlls which are common are duplicated or triplicated

Also an error unhandled win32 exception occured in regcap.exe

推荐答案


这篇关于部署Windows应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-13 02:14