본문으로 건너뛰기

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