简体   繁体   English

如何制作简单的缩减平台安装程序

[英]How to make simple cutdown platform installer

We are currently looking into simplifying our installer process. 我们目前正在考虑简化安装程序。 Currently our product requires to run 1 or more installers that are written in installshield. 当前,我们的产品需要运行1个或多个以installshield编写的安装程序。 What we are looking at now is making a new cutdown "platform" installer which is going to be as small and thin as possible and this will allow the user to select what they need and the platform installer will download needed packages and run them silently under the hood. 我们现在正在寻找的是制作一个新的缩减版“平台”安装程序,该安装程序将变得尽可能的小和薄,这将允许用户选择他们所需的内容,并且平台安装程序将下载所需的软件包并在下面静默运行它们引擎盖。

My question is, this seems to be a common trend (initial download of installer is light), what is the best method/platform to write this type of initial installer on? 我的问题是,这似乎是一个普遍趋势(安装程序的初始下载量很少),编写这种类型的初始安装程序的最佳方法/平台是什么? Was thinking a really light .net wpf/winform app. 正在考虑一个真正轻便的.net wpf / winform应用程序。 Just wondering if anyone has any advice? 只是想知道是否有人有任何建议?

Thanks 谢谢

You don't mention the version or edition of InstallShield that you're using, but if you have a recent version of Premier, take a look at Suite/Advanced UI projects. 您没有提到所使用的InstallShield的版本,但是,如果您使用的是Premier的最新版本,请查看Suite / Advanced UI项目。 They offer per-package downloads (and non-downloading variants), controlled by feature selection in a single UI out of the box. 他们提供按包下载(和非下载版本),由开箱即用的单个UI中的功能选择控制。 At the very least it should let you prototype the experience you want to offer. 至少它应该使您可以原型化要提供的体验。

If you have a recent Professional edition instead, you can get an idea what it would look like, but you will be limited to a single "primary" package in the Advanced UI project. 如果您使用的是专业版,则可以了解它的外观,但是高级UI项目中将仅限于一个“主”包。

(Since this started to look like an upsell, I should mention that I am paid to work on InstallShield.) (由于这看起来像是追加销售,所以我应该说我在InstallShield上工作的报酬是很高的。)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何为.net制作安装程序 - how to make a installer for .net 如何通过Microsft Web平台安装程序安装旧的Azure SDK? - How to Install old Azure SDK via Microsft Web Platform installer? 如何使用Web Platform Installer为Web应用程序创建设置 - How to create a setup for a web application with Web Platform Installer 如何使安装程序自动安装应用程序的所有必备程序 - How to make an installer that automatically install all the prerequisite programs for the application Web平台安装程序中包含的程序是否全部免费? - Are the programs included in the Web Platform Installer all free? 如何使用完全独立的.NET 3.5 sp1安装程序制作WiX安装程序? - How do I make a WiX installer with a completely self-contained .NET 3.5 sp1 installer? 如何制作安装程序而不是崩溃(.NET) - How do i make an installer instead of a crash (.NET) 如何在Visual Studio中制作具有多个可执行文件的安装程序包 - How to make installer package with multiple executables in Visual Studio 如何使MSI安装程序自动运行包含的.exe文件? - How to make msi installer automatically run included .exe file? 如何制作涉及.Net Framework(3.5或更高版本)的安装程序? - How to make a installer which involve .Net Framework (3.5 or later)?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM