为什么文件不通过 installshield 安装程序更新
我已在 installshield 安装程序中添加了 pdb 文件。我想做小升级。但是,版本更改的文件,安装程序不会升级文件。为什么?
I have added pdb file in installshield installer. I want to do minor upgrade.But, files for which version is changed, the installer does not upgrade the files. Why?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
文件版本控制规则和REINSTALLMODE=omus
不过,请小心更改此属性,特别是当您的安装包含合并模块时。我不会过去 REINSTALLMODE=emus (我的意思是避免 REINSTALLMODE=amus)。
File Versioning Rules and REINSTALLMODE=omus
Change this property with care, though, especially if your installation includes merge modules. I wouldn't go past REINSTALLMODE=emus (by which I mean avoid REINSTALLMODE=amus).