Scripts

배병진·2023년 8월 21일
0

Windows

목록 보기
11/11

설치 진행 시 설정을 Default로 자동 설치

test.exe /s /v "/qn"

다른 대상 디렉토리가 있는 자동 설치

test.exe /s /v"/qn INSTALLDIR=<c:\target_directory>"

다른 대상 디렉토리 및 로그 파일이 있는 자동 설치

test.exe /s /v " /l*v c: \test.log
INSTALLDIR=<c:\target_directory> \qb"

기본 설정에서 자동 설치 제거

test.exe /x /s d/v "\qn"

기본 설정에서 자동 설치 제거 및 재부트 없음

test.exe /x /s /v "/qn/norestart"
profile
history and study

0개의 댓글

Powered by GraphCDN, the GraphQL CDN