构建安装程序

发布于 2024-11-04 19:47:40 字数 557 浏览 0 评论 0原文

我需要为我的应用程序构建一个安装程序(使用 Windows Installer 技术 - MSI 文件)。此安装程序的要求: 1. 在安装程序中嵌入组件(例如:.NET Framework 4.0 Full)。 2. 检测该元件的存在。 3. 如果尚未安装该组件,安装程序将先安装它。安装程序将显示一个对话框,其中包含信息“正在安装组件...”,并且组件会静默安装。如果用户取消安装该组件,安装程序也会被取消。 4. 成功安装该组件后,安装应用程序。 谢谢。

我从网站下载 Splash Lite: http://mirillis.com/en/downloads/downloads_splash.html 。我喜欢这个安装程序,因为它符合我的要求。因为我是新手,所以任何人都可以给我一些指南来创建这样的安装程序。谢谢。

一些截图: 检测组件

请帮助我。谢谢。

I need to build an installer for my application (using Windows Installer technology - MSI file). Requirements for this installer:
1. Embed component in installer (ex: .NET Framework 4.0 Full).
2. Detect the present of this component.
3. If this component is not installed yet, installer will install it before. Installer will display a dialog with info "Installing the component ..." and the component is installed silent. If user cancel to install this component, the installer is also cancelled.
4. After installing this component successful, install the application.
Thanks.

I download Splash Lite from website: http://mirillis.com/en/downloads/downloads_splash.html. I like this installer because it matches my requirements. Because I am a newbie, anyone can give me some guides to create an installer like this. Thanks.

Some screenshot:
Detect Component

PLease help me. Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

末骤雨初歇 2024-11-11 19:47:40

Visual Studio 具有内置的工具和模板。

在您的解决方案中,选择“添加新项目”、“其他项目类型”、“设置”、“VS 安装程序”。

选择安装向导并按照步骤操作。

Visual Studio has the tools and templates built-in.

In your solution, choose Add New Project, Other Project Types, Setup, VS Installer.

Choose the Setup Wizard and follow the steps.

凉城凉梦凉人心 2024-11-11 19:47:40

看看这个 codeplex 项目: dotNetInstaller

对我来说效果很好。

Have a look at this codeplex project: dotNetInstaller

worked fine for me.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文