building msi installer and separate installation files

倾然丶 夕夏残阳落幕 提交于 2019-12-11 03:12:31

问题


Is it possible to build msi file using installshield, so that I have one small msi that is installing files from separate folder, instead of having one biggler msi file that contains everything that is to be installed? The point is having msi installer and being able to replace files that are to be installed (if i want to update them sometime later) instead of rebuilding the whole project once i change some updated files.


回答1:


This is not supported by MSI packages.

It doesn't matter if the files are placed in a folder next to the MSI or in a CAB archive. The actual file information is stored in the MSI database. So you cannot replace the installation files without updating the MSI.



来源:https://stackoverflow.com/questions/8980332/building-msi-installer-and-separate-installation-files

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