如何像 Devexpress 安装 (v11.1.8) 一样进行设置?

发布于 2024-12-18 02:47:36 字数 118 浏览 6 评论 0原文

我想将我的文件打包到单个可执行文件“setup.exe”中,我的应用程序是用 c# 和 WPF 编写的,我知道商店中有很多用于创建安装包的应用程序,但重点是哪一个可以帮助我像 Devexpress 剂量一样构建我的安装包?

I want to pack my file in to a single executable file "setup.exe", my application is written in c# and WPF, I know that there are a lot of applications out in the store for creating a installation pack, but the point is which one would help me to build my installation pack just like Devexpress dose ?

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

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

发布评论

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

评论(2

呆萌少年 2024-12-25 02:47:36

对于类似于 DevExpress 的 UI,您将需要一个提供外部 UI 和丰富图形的设置创作工具。

高级安装程序InstallShield 有一些很棒的 UI 主题,可以帮助您入门。您还可以在此处找到设置工具列表:
http://en.wikipedia.org/wiki/List_of_installation_software

For an UI similar to DevExpress you will need a setup authoring tool which offers an external UI and rich graphics.

Advanced Installer and InstallShield have some great UI themes which can get you started. You can also find a list of setup tools here:
http://en.wikipedia.org/wiki/List_of_installation_software

左秋 2024-12-25 02:47:36

您可能必须为此推出一个自定义解决方案。我对 Devexpress 团队的期望不亚于创建他们自己的安装程序。

如果您的应用程序没有大量绑定到注册表和所有类型的 Windows 文件夹中,那么创建一个将一些文件提取到目录中并在复制时创建一些出色的 UI 的应用程序应该不难。

You'll probably have to roll a custom solution for this one. I expect nothing less of the Devexpress team then creating their own installer.

If you're application is not heavily bound into the registry and all kind of windows folders it should not be that hard to create an application that extracts some files into a directory and create some great UI while copying.

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