InstallShield:源和目标目录和文件
我的任务是采用现有的基于 InstallShield 的安装程序并将其转换为 Install4j。我一直在检查 ism 文件(XML 版本),试图找出哪些文件正在加载到安装程序 MSI 中,然后在执行 MSI 时将这些文件和目录安装在哪里。到目前为止,我还没有任何运气,我们仍然有 InstallShield 2009 的许可副本,但我不知道在哪里可以找到类似的东西,而且手册也没有那么有帮助。有人有什么想法吗?
I've been tasked with taking our existing InstallShield based installer and converting it to Install4j. I've been going through the ism file (XML version) trying to figure out what files are being loaded into the installer MSI and then where these files and directories are installed when the MSI is executed. So far I haven't had any luck, we still have a licensed copy of InstallShield 2009, but I don't know where to even look for something like this and the manual has been less that helpful. Does anybody have any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 InstallShield 中打开项目并转到文件和文件夹设计器。这将向您显示目标视图以及所有文件的源位置。
如果它是基于 MSI 的项目,您可以构建 MSI,然后执行管理安装以提取文件。提取的结构将模仿其安装方式。
管理安装
Open the project up in InstallShield and go to the Files and Folders designer. This will show you the destination view along with the source locations for all the files.
If it's an MSI based project you can build the MSI and then perform an Administrative Installation to extract the files. The extracted structure will mimic how it would have been installed.
Administrative Installation