Introduction
InstallAnywhere是一個提供跨平台的安裝程式框架,提供了IDE讓你編輯安裝流程。我從工作開始使用2008,到現在升級至2015。會升級的主因是2008無法升級到Java 8 update 60,這是因為此版本的Java能夠正確判別出Windows10的版本,而導致Installer無法正確判斷Windows(有興趣可以自行trace IA的code)。在升級之前我們也撰寫了大量的測試,所以才敢跨這麼多版本升上去(跨這麼多版本主因是太貴了..)。
而此頁面主要分享一些心路歷程。
Setup InstallAnywhere
- InstallAnywhere 2015 - Register and Activate the Node-Locked License
- 在Product And License Center中修改HostID
- 在CentOS6上安裝InstallAnywhere2015所遇到的問題
Fix Troubles
- 這是資料夾Group Rule的Side Effect嗎?
- 升級IA後執行Linux Script的問題
- 升級IA後某些LIST變數在執行Silent模式遺失了
- 升級IA後Forward-Slash的安裝路徑,在Windows上無法正常反安裝
- Without VM的Installer
- JVM Search Settings
- Use Plug-Ins - Extract to File
- 奇怪的Permission Issue on Linux
- Enable Debug Mode
Upgrade Software With InstallAnywhere
- Detect Previous Version and Location
- Check Upgrade Version
- Keep Previous Variables When Upgrading Product
- Remove Previous Product of Installation
- Skip Input When Upgrading
- How to upgrade your product with InstallAnywhere?
Q&A
- Q. Node-Locked License與Standalone Build Node-Locked License的區別?
- A. Standalone Build無法使用IDE,是專門給build system使用的。買Premier Edition的會送一把Standalone Build的license。More -> http://www.flexerasoftware.com/producer/products/software-installation/installanywhere/standalone-build/
- Q. 原本安裝之後會有InstallLog.log,現在跑哪去了?
- A. 你可以在Uninstall/Logs中找到它,你可以透過Project>General Settings>Log Settings去更改。
- Q. IA2008可以在缺少安裝檔案時build installer,但IA2015不行,為何呢?
- A. 有可能是IA2008的問題,雖然有檢查出這問題,但依然產生出installer。如果忽略這錯誤,有可能會產生一個無法安裝完全的installer。
留言
張貼留言