Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

  • Response 파일을 만듭니다.
    다음과 같은 방법으로 Xmanager를 설치합니다:

    C:TEMP> Xmanager-7.0.0087r.exe -r -f1c:\tempxinstall.iss


    성공적으로 설치를 마치면 Response 파일인 "xinstall.iss"가 temp 폴더에 생성됩니다.


  • Silent installation을 시작합니다.
    위에서 만들어진 Response 파일을 사용하여 Silent Install을 실행할 수 있습니다. 다음과 같은 방법으로 설치를 하십시오.

    C:TEMP> Xmanager-7.0.0087r.exe -s -f1c:\tempxinstall.iss -f2c:\tempresult.log


    *Silent Installation을 마친 후 temp 폴더에서 로그파일을 볼 수 있습니다.



    버전 7의 경우 제품 키를 설치 과정 중 입력할 수 없습니다. 이 경우라도 제품 키를 포함하게 하고자 할 경우 다음과 같이 할 수 있습니다.

    C:\TEMP> Xmanager-7.0.0087r.exe -s -f1c:\temp\xinstall.iss -f2c:\temp\result.log -v"PRE_PRODUCT_KEY=123456-123456-123456"

    * 설치 시 제품 키를 입력하더라도 인증이 자동으로 되는 것은 아닙니다. 제품을 사용하는 사용자가 직접 인증을 진행해야 합니다. 이 때 설치 시 입력한 제품 키가 자동으로 나타나게 됩니다.


프로그램을 제거할 때에도 Silent Uninstallation을 사용할 수 있습니다. Step 1과 같은 방법으로 "xuninstall.iss" 파일을 생성한 후, 그 파일을 사용하여 다른 PC에서 프로그램 제거를 실행하시기 바랍니다.

  • No labels