Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将文件(许可证信息)添加到几个 Installshield 安装程序,以保存单独存储文件。
我已下载 InstallShield 2012 试用版,但没有项目文件。
这可能吗(无论所需的步骤有多难)?
您可以非常轻松地对 .cab 和 .msi 文件进行反向工程。
作为第一步;看看你能用 7-zip 做什么。
我不是 100% 确定是否检查了哈希值,如果没有,您应该能够直接在 CAB 中插入/修改许可证,也许通过一些 XML 挖掘来存储文件名;尽管我对此表示怀疑。