# 2. 필수 프로그램 3종 설치

기관총엑셀 실행을 위해\ <mark style="color:red;">**3가지 필수 프로그램**</mark>이 필요합니다.\
설치 방법 안내 드리겠습니다.\
→ [3개 일괄 다운로드하기 링크](https://mega.nz/folder/mgQgDIZb#ZZ6fbADu3JD559mgLIt6nQ)

1. 셀레니엄  (Selenium Basic)
2. 닷넷 3.5 ( .NET Framework 3.5)
3. 크롬 브라우저 (Google Chrome)

윈도우 업데이트가 선행 되어야 합니다.

{% content-ref url="/pages/uqbiY2WgZtlTXlanp5Us" %}
[1. 윈도우, 엑셀 업데이트](/doc/self/install/update.md)
{% endcontent-ref %}

## 1. 셀레니엄

[다운로드 링크](https://github.com/florentbr/SeleniumBasic/releases)에서\
설치 파일을 받아 주시고\
아래 영상처럼 설치해주세요.

<figure><img src="/files/0DWgT6pce4sqRdf6BlCS" alt=""><figcaption></figcaption></figure>

주의하실 점은\
엑셀을 모두 끄신 후 설치하셔야\
에러 없이 설치가 잘 됩니다.

## 2. 닷넷 3.5

[다운로드 링크](https://www.microsoft.com/ko-kr/download/details.aspx?id=21)에서\
설치 파일을 받아 주시고\
아래 영상처럼 설치해주세요.\
설치 후 <mark style="color:red;">**재부팅 1회**</mark> 필요합니다.\
(재부팅 안 하면 에러 발생)

<figure><img src="/files/gKhIJ28T3KbZUS2hk0XG" alt=""><figcaption></figcaption></figure>

간혹 설치 파일을 더블 클릭해도\
설치 화면이 뜨지 않으시는 분이 계신데

이런 경우는\
이미 설치되어서 그럴 수 있으니\ <mark style="color:red;">**그냥 넘어가시면 됩니다.**</mark>

## 3. 크롬 브라우저

크롬 브라우저는\
대부분 이미 설치 되어있으실 텐데요\
혹시 설치 안되신 분은\
[다운로드 링크](https://www.google.com/intl/ko/chrome/)에서 받아 주시고\
아래 영상처럼 설치해주세요.

<figure><img src="/files/tM7yutx4s4i1rd5g6rQ9" alt=""><figcaption></figcaption></figure>

## 마무리

기관총엑셀 사용을 위한\
모든 세팅을 마쳤습니다!

처음 사용이시라면\ <mark style="color:red;">**매크로 실행에서 걸릴 수 있으니**</mark>\
아래 문서도 확인해주세요!

{% content-ref url="/pages/mSe2gJSGZGUNeoMdfGLb" %}
[매크로 차단 문제](/doc/self/cases/macro-block.md)
{% endcontent-ref %}

오래 도는 기능을 쓰신다면\
절전 모드도 해제 해주세요!

{% embed url="<https://mgunexcel.gitbook.io/doc/self/cases/power-option>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mgunexcel.gitbook.io/doc/self/install/requirement.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
