Installshield LE with chained package

倖福魔咒の 提交于 2019-12-12 04:32:14

问题


Does anyone know if it is possible to create a chained package with LE?

I can create an installation msi with my project (C#) however I need to embed the MSSQL LocalDB installation with my project msi as it is an application requirement & I don't want my users to have to do this separately. Am trying to create a seamless installation for them.

Thanks


回答1:


InstallShield can bootstrap/chain packages together using a feature called Setup Prerequisites. Unfortunately, InstallShield Limited Edition doesn't have the feature to create .PRQ (prereqs) files.

What I would do is throw InstallShield Professional on a VM and use the Prerequisite Editor to create the .PRQ file and then copy it into your ISLE development environment. Add this to your installer and InstallShield will preinstall the LocalDB engine.

See:

Using InstallShield 12 to Install .NET Framework 3.0



来源:https://stackoverflow.com/questions/23743454/installshield-le-with-chained-package

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!