跳至主要内容

與 Advanced Installer 整合

Advanced Installer(以下簡稱 AI)由 Caphyon 公司開發,是一款基於 Windows Installer (MSI) 技術的安裝包製作工具。

設定

  1. 數位簽章 中啟用簽章,並選擇簽章工具為 定制

  2. 路徑選擇已下載完成的命令列簽章工具執行檔

  3. 命令列輸入

    sign sign --access-key="xxx" --access-secret="xxx" --cert-code="xxx" --nest=true --sha1=false --sha2=true --timestamp-rfc3161=http://timestamp.acs.microsoft.com --desc="[|ProductName]" --override=true --file

    advanced-installer-integration

  4. 构建 中,需將預設的 將安裝檔案歸檔為CAB檔案 修改為 使用LZMA壓縮歸檔安裝檔案

    advanced-installer-integration

  5. 所有設定修改完成後,可在 數位簽章已設定用於簽章的檔案 中看到待簽章的檔案,即代表簽章次數

    advanced-installer-integration