> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/pt/resolucao-de-problemas-e-faq/troubleshooting/package-installation-issues.md).

# Problemas de instalação de pacotes

Guia de resolução de problemas para instalações falhadas de pacotes de software

Este guia vai concentrar-se na resolução de problemas de instalações falhadas de pacotes de software RealmJoin.

{% hint style="info" %}
Este guia só é válido para a implementação de software usando o cliente RealmJoin (não intunewin).

Em particular, a forma conveniente de recolher os ficheiros de registo necessários, diretamente no cliente e também remotamente usando o portal RealmJoin, só funciona com a aplicação de bandeja RealmJoin implementada nos seus clientes.

Ao usar a implementação intunewin, os ficheiros de registo terão de ser recolhidos manualmente dos clientes, sendo a pasta mais relevante `C:\Windows\Logs\RealmJoin`.
{% endhint %}

## Ficheiros de registo necessários

Sem ficheiros de registo, uma instalação falhada de pacote de software não pode ser devidamente investigada.\
Os ficheiros de registo necessários para a resolução de problemas de instalações falhadas encontram-se em عدة localizações no cliente local:

* `C:\Windows\Logs\realmjoin*.log`
* `C:\Windows\Logs\RealmJoin`
* `%LOCALAPPDATA%\RealmJoin\tray*.log`
* `%LOCALAPPDATA%\RealmJoin\Logs`
* `C:\ProgramData\chocolatey\logs\`

{% hint style="warning" %}
**Forneça sempre o ficheiro ZIP que contém os registos com qualquer pedido de suporte apresentado ao RealmJoin.**
{% endhint %}

<figure><img src="https://686519968-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkrcM7cKOpXKri1kVrh%2Fuploads%2FXw9hzlT2crB0onSJv9qO%2Fzip-filestructure.png?alt=media&amp;token=bb2027f5-7882-4f02-b6c8-e86193408a9c" alt=""><figcaption><p>Estrutura de ficheiros de um ficheiro ZIP de registos exportados do RealmJoin</p></figcaption></figure>

\
Os capítulos seguintes irão explicar como obter os registos, como analisá-los e irão explicar alguns problemas comuns e respetivas correções para esses problemas comuns.


---

# 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://docs.realmjoin.com/pt/resolucao-de-problemas-e-faq/troubleshooting/package-installation-issues.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.
