這是本文件的舊版!


InstallAnywhere

InstallAnywhere是一個提供跨平台的安裝程式框架,提供了IDE讓你編輯安裝流程。我從工作開始使用2008,到現在升級至2015。會升級的主因是2008無法升級到Java 8 update 60,這是因為此版本的Java能夠正確判別出Windows10的版本,而導致Installer無法正確判斷Windows(有興趣可以自行trace IA的code)。在升級之前我們也撰寫了大量的測試,所以才敢跨這麼多版本升上去(跨這麼多版本主因是太貴了..)。

而此頁面主要分享一些心路歷程。

Setup InstallAnywhere

Fix Troubles

Upgrade Software With InstallAnywhere

  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。

Upgrade Product