InstallShield:源和目标目录和文件

时间:2021-01-24 22:10:09

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?

我的任务是使用现有的基于InstallShield的安装程序并将其转换为Install4j。我一直在浏览ism文件(XML版本),试图找出加载到安装程序MSI中的文件,然后在执行MSI时安装这些文件和目录的位置。到目前为止,我还没有运气,我们仍然拥有InstallShield 2009的许可副本,但我不知道在哪里找到这样的东西,手册也不那么有用。有人有什么想法吗?

1 个解决方案

#1


4  

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.

在InstallShield中打开项目,然后转到“文件和文件夹”设计器。这将显示目标视图以及所有文件的源位置。

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.

如果它是基于MSI的项目,您可以构建MSI,然后执行管理安装以提取文件。提取的结构将模仿它的安装方式。

Administrative Installation

管理安装

#1


4  

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.

在InstallShield中打开项目,然后转到“文件和文件夹”设计器。这将显示目标视图以及所有文件的源位置。

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.

如果它是基于MSI的项目,您可以构建MSI,然后执行管理安装以提取文件。提取的结构将模仿它的安装方式。

Administrative Installation

管理安装