# Débogage Intunewin

Comme les packages intunewin n’utilisent pas l’agent RealmJoin pour l’installation des applications, mais Intune, la journalisation est différente.

### Emplacements des fichiers journaux

Les packages d’application déployés via intunewin écrivent trois fichiers journaux différents.

* Journaux RJImeHost : $env:Systemroot\Logs\RealmJoin\Packages\\\<package-id>\date\_package-id\_RjImeHost\_Install.log
* Journaux du programme d’installation du package : si disponibles : $env:Systemroot\Logs\RealmJoin\Packages\\\<package-id>\\\*.log
* Journaux IME généraux : C:\ProgramData\Microsoft\IntuneManagementExtension\Logs\intuneManagementExtension.log

<figure><img src="/files/4d6a13203f61258a2b1a127253c8d1d588c9ea4d" alt=""><figcaption></figcaption></figure>

Les lignes suivantes du fichier RjImeHost.log indiquent la commande d’installation :

```
SORTIE : 240926-083509.886+02:00| DEBUG : Entrée dans la fonction 'Install-RealmjoinPackage' avec les paramètres [{"Key":"silentArgs","Value":["/VERYSILENT /ALLUSERS /LOG=\"%LOGFILEPATH%\""]},{"Key":"installerFileName","Value":"gimp-2.10.38-setup.exe"},{"Key":"installerFileChecksum","Value":"e3515980c9012eed67cf78f1151d216725529e95676c16f5ff7478d46230ddab"}]
SORTIE : 240926-083512.671+02:00| Exécution du programme d’installation...
SORTIE : 240926-083512.702+02:00| DEBUG : Entrée dans la fonction 'Start-RealmjoinProcess' avec les paramètres [{"Key":"FilePath","Value":"C:\\Windows\\IMECache\\1ce860d8-c3a9-4032-b29d-cd51814038e9_1\\blobs\\gimp-2.10.38-setup.exe"},{"Key":"ArgumentList","Value":["/VERYSILENT /ALLUSERS /LOG=\"C:\\Windows\\Logs\\RealmJoin\\Packages\\generic-gimpteam-gimp\\2024-09-26_08-35-10.026_generic-gimpteam-gimp_2.10.38.0_install_gimp-2.10.38-setup.exe.log\""]},{"Key":"ValidExitCodes","Value":[0,1641,3010]}]
SORTIE : 240926-083700.796+02:00|     Fin de l’exécution du programme d’installation.
```

Cette section contiendra tous les codes d’erreur d’installation.


---

# 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://docs.realmjoin.com/fr/autre/troubleshooting/package-installation-issues/intunewin-debugging.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.
