2015/05/24

製作 OneNote 2013 Free 版離線安裝檔

OneNote 2013在去年發表了免費版,但是官方網站只提供串流安裝,沒有離線安裝檔。

免費版不能奢求太多,但是串流安裝每次都要下載1G左右的檔案,實在是很浪費時間,還好還是有替代方案的。

替代方案就是用 Office Deployment Tool for Click-to-Run 來建立離線安裝包。

Office Deployment Tool for Click-to-Run下載連結:
https://www.microsoft.com/en-us/download/details.aspx?id=36778

使用教學參考:

App-V Part 6-建立 Office App-V 封裝
http://georgg.com/8031/app-v-part-6-create-office-app-v-package/

Using Office 365 ProPlus with the Office Deployment Tool
https://www.petri.com/using-office-365-proplus-with-office-deployment-tool

使用方式參考上面的文章就好了,我把重點的 configuration.xml 內容貼出來:
<Configuration>
  <Add OfficeClientEdition="32" >
    <Product ID="OneNoteFreeRetail">
      <Language ID="zh-tw" />
    </Product>
  </Add>
  <Updates Enabled="TRUE" />
  <Display Level="Full" AcceptEULA="TRUE" />
  <Logging Level="Standard" Path="%temp%" />
</Configuration>

使用上面的 configuration,搭配 Office Deployment Tool for Click-to-Run 就能建立離線安裝檔了。

Product ID參考資料:
Office 365 / Office 2013 - Product ID & Language ID Full List
http://vsean.net/blog/post/191