InstallShield:本地复制源
如何将安装源复制到本地驱动器,以便修复安装不需要原始介质?
这是一个基本的 MSI 项目。
How can I copy the installation sources to the local drive so that the original media is not required for a repair installation?
This is a Basic MSI project.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
浏览至发布> 产品配置>> 发布配置,单击Setup.exe选项卡并将本地缓存MSI设置为是
Browse to Releases > Product Configuration > Release Configuration, click on the Setup.exe tab and set Cache MSI Locally to Yes
我不确定,因为我没有可用的 Installshield 的正确版本。 尝试验证该版本的“Web 类型”属性是否设置为“一个可执行文件”。
或者通过 Build => 创建新版本 发布向导...菜单选项并测试各种选项。 例如,带有压缩文件但没有 setup.exe 启动程序的网络映像。
I am not sure since I don't have the right version of Installshield available. Try verifying that the "Web Type" property is set to "One Executable" for the release.
Alternatively create a new release via the Build => Release Wizard... menu option and test out various options. For example a network image with compressed files without the setup.exe launcher.