帮助创建可下载的应用程序 [英] Help in creating a downloadable application

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

问题描述


我为想要从其网站分发它的客户开发了一个应用程序.该应用程序是一个.exe程序,只需要一个.dll文件位于同一目录中即可.还需要USB Express设备驱动程序,该驱动程序需要在最终用户PC上运行,然后才能使用该应用程序.设备驱动程序与此类似,因为它是一个带有setup.ini文件的.exe文件,需要附带该文件.我试图使用安装程序来打包所有内容以创建单个可下载文件,但是此时我迷失了如何执行此操作.我是嵌入式C程序员,但对Windows编程并不熟悉.我需要制作INF或CAB文件吗?我们将不胜感激.

Hi,
I developed an applcation for a customer that wants to distribute it from their web site. The application is a .exe program that only requires a .dll file to be in the same directory. Also required is a USB Express device driver that needs to run on the end users PC prior to using the application. The device driver is similar in that it is a .exe file with a setup.ini file that needs to come along. I was trying to use an installer program to package everything to create a single downloadable file, but I''m lost at this point on how to do this. I''m an embedded C programmer but not very familaiar with Windows programming. Do I need to make an INF or CAB file? Any help would be appreciated.

推荐答案

只需在您的Studio版本中创建一个安装项目即可.
从那里,您可以将所有依赖项添加到安装程序应使用的文件结构中.
我不确定该过程,因为我已经有一段时间没有这样做了,但是您可以创建自定义操作来执行各个安装程序.
(我将用一些更多的信息来更新此解决方案,实际上我需要做一些实际工作:))
Just create a setup project in your version of Studio.
From there you can add all the dependencies into a file structure that the installer should use.
I''m not sure of the process as I haven''t done it in a while, but you can create custom actions to execute your individual installers.
( I''ll update this solution with some more information in a bit, I actually have to do some real work for a bit :) )


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

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