简体   繁体   English

InstallShield:源和目标目录和文件

[英]InstallShield: source and target directories and files

I've been tasked with taking our existing InstallShield based installer and converting it to Install4j. 我的任务是使用现有的基于InstallShield的安装程序并将其转换为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. 我一直在浏览ism文件(XML版本),试图找出加载到安装程序MSI中的文件,然后在执行MSI时安装这些文件和目录的位置。 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. 到目前为止,我没有运气,我们仍然拥有InstallShield 2009的许可副本,但我不知道在哪里找到这样的东西,手册也没那么有用。 Does anybody have any ideas? 有人有什么想法吗?

Open the project up in InstallShield and go to the Files and Folders designer. 在InstallShield中打开项目,然后转到“文件和文件夹”设计器。 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. 如果它是基于MSI的项目,您可以构建MSI,然后执行管理安装以提取文件。 The extracted structure will mimic how it would have been installed. 提取的结构将模仿它的安装方式。

Administrative Installation 管理安装

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM