Skip to main content

1. [etc] Inno Setup 사용하기


inno setup download link에 들어가서 다운로드 할 수 있다.

시작하기


  1. Create a new script file using the Script Wizard 클릭 후 ok

alt text

  1. Next

alt text

  1. 어플리케이션 이름과 버전 등.. 명시

alt text

  1. 설치 폴더 지정 ( custom도 가능 )

alt text

  1. Application main executable file 설정하여 로컬에서 실행파일 가져오기

alt text

  1. Add files ( 사용해야할 dll 등 )

alt text

alt text

  1. Add folders ( 사용해야할 asset 등 )

alt text

alt text

  1. destination subfolder 설정

alt text

  1. Associate a file type to the main executable 해제

alt text

  1. Next

alt text

  1. 라이센스 파일 등 넣기

alt text

  1. 설치권한 설정

alt text

  1. 언어 설정

alt text

  1. 설치파일 폴더/파일 이름/아이콘/비밀번호 설정

alt text

  1. yes yes ( iss 파일 저장하는거임 )

alt text

alt text