> For the complete documentation index, see [llms.txt](https://dante-solutions-inc.gitbook.io/dante-6.3-help-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dante-solutions-inc.gitbook.io/dante-6.3-help-documentation/readme/installation/installation-instruction-for-windows-manually.md).

# Windows Manual Installation

It is highly recommended to install DANTE software using DANTE installer following the installation wizard. Without Admin privileges, DANTE installer allows installation for *current user only* option.

In certain cases, manual installation and configuration may be needed. The installation of DANTE includes unzipping the Package following [Directory and File Structure](/dante-6.3-help-documentation/readme/installation/directory-and-file-structure.md), configure [Plugin](/dante-6.3-help-documentation/readme/installation/installation-instruction-for-windows-manually/plugin-manual-installation-for-abaqus.md), and node-locked license configuration following [Node Locked License Manual Installation Windows OS](/dante-6.3-help-documentation/readme/installation/installation-instruction-for-windows-manually/node-locked-license-manual-installation-windows-os.md).

**“DANTE\_PATH\_DIR” System Variable (Optional)**

\*DANTE\_PATH environment variable is used to specify the installation directory in DANTE versions 6.1 or earlier. in version 6.2a or later, \*DANTE\_PATH variable is replaced by **DANTE\_PATH\_DIR**, and it is optional (not recommended to use). The DANTE installation directory information is specified as below.

* Abaqus: by *usub\_lib\_dir* variable in abaqus\_v6.env file
* Ansys: by *ANS\_USER\_PATH* varaible
* Utility tools: Directory path of UI

The environment variable **DANTE\_PATH\_DIR** has the highest priority. If it is specified, the DANTE installation directory will take its value from the default. The installation directory path and DANTE version need to be assigned as ***"DANTE\_PATH\_DIR=C:\DANTE\6.2a"***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://dante-solutions-inc.gitbook.io/dante-6.3-help-documentation/readme/installation/installation-instruction-for-windows-manually.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
