1. [etc] Inno Setup 사용하기
inno setup download link에 들어가서 다운로드 할 수 있다.
시작하기
- Create a new script file using the Script Wizard 클릭 후 ok

- Next

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

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

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

Add files( 사용해야할 dll 등 )


Add folders( 사용해야할 asset 등 )


- destination subfolder 설정

- Associate a file type to the main executable 해제

- Next

- 라이센스 파일 등 넣기

- 설치권한 설정

- 언어 설정

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

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

