简体   繁体   English

将InstallShield MSI /项目转换为NSIS

[英]Converting a InstallShield MSI/Project to NSIS

I have an MSI built with Installshield. 我有一个使用Installshield构建的MSI。 I want to decrease the size of the MSI, so I was looking at other options. 我想减小MSI的大小,所以我在寻找其他选择。 It seems like NSIS has LZMA compression which is better than whatever is used by InstallShield. 看起来NSIS具有LZMA压缩,这比InstallShield所使用的压缩方法要好。 Is there an easy way to convert my MSI or InstallShield Project to a NSIS (or any other installer with Better Compression) project & build it. 是否有一种简单的方法可以将我的MSI或InstallShield项目转换为NSIS(或具有更好压缩功能的任何其他安装程序)项目并进行构建。

Are you looking for some tool or utility? 您在寻找某种工具或实用程序吗?

There is nothing like that. 没有那样的事。

Only way is to rewrite advanced features of your MSI into NSIS manually (but the basic skeleton of installer - pages, files, shortcuts, registry keys, ini values, ... can be generated by enclosed Wizard). 唯一的方法是将MSI的高级功能手动重写为NSIS(但是安装程序的基本框架-页面,文件,快捷方式,注册表项,ini值等可以由随附的向导生成)。

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

相关问题 安装升级后,InstallShield Basic MSI Project安装程序会丢失“登录身份” - InstallShield Basic MSI Project installer loses “Log On As” after installing upgrade Installshield MSI升级不更新文件 - Installshield MSI upgrade not updating files 在InstallShield中选择哪种项目类型:WPF应用程序的Basic MSI或C#.Net向导? - Which Project Type to select in InstallShield : Basic MSI or C#.Net Wizard for WPF application? 解压缩由InstallShield创建的MSI并重新打包 - Unpack an MSI created by InstallShield and repack 如何在Installshield Installscript-MSI项目中将文件安装到注册表项/值所指向的目录中? - How can I install a file to a directory pointed to by a registry key/value in an Installshield Installscript-MSI project? 使用Installshield和用户对话框卸载MSI时的权限提升 - Privilege elevation on MSI uninstall with Installshield and user dialog Installshield MSI在卸载时不会终止正在运行的进程 - Installshield MSI not killing running process on uninstall 在Installshield 2014 Suite中捕获MSI错误 - Capture msi errors in Installshield 2014 Suite 用于网站和Windows服务部署的Installshield vs Wix vs NSIS? - Installshield vs Wix vs NSIS for website and windows services deployment? 如何在InstallShield中为Windows的套装安装程序中添加两个MSI包 - How to add two msi packges in suit installer for windows in installshield
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM