如何像 Devexpress 安装 (v11.1.8) 一样进行设置?
我想将我的文件打包到单个可执行文件“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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于类似于 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
您可能必须为此推出一个自定义解决方案。我对 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.