Outils pour utilisateurs

Outils du site


deploiement:glpi:packages

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
deploiement:glpi:packages [2019/11/09 17:23] rootdeploiement:glpi:packages [2021/06/20 09:40] (Version actuelle) – modification externe 127.0.0.1
Ligne 7: Ligne 7:
   - ET PAS – Logiciel – Caractéristiques – Nom – Contient : 7-Zip   - ET PAS – Logiciel – Caractéristiques – Nom – Contient : 7-Zip
   - ET – Logiciel – Version – Statut – N’est pas –  « Mise à jour possible »   - ET – Logiciel – Version – Statut – N’est pas –  « Mise à jour possible »
-=== Package === +=== Commande === 
-  msiexec /qn /norestart /i 7z1805-x64.msi+  - <code>msiexec /qn /norestart /i 7z1805-x64.msi</code> 
  
 ==== Access Runtime 2010 ==== ==== Access Runtime 2010 ====
Ligne 14: Ligne 15:
   - Système d’exploitation – nom - est : Windows   - Système d’exploitation – nom - est : Windows
   - ET PAS – Logiciel – Caractéristiques – Nom – Contient : Microsoft Access Runtime   - ET PAS – Logiciel – Caractéristiques – Nom – Contient : Microsoft Access Runtime
 +  - ET – Logiciel – Version – Statut – N’est pas –  « Mise à jour possible »
 === Package === === Package ===
- +Fichiers : 
- +access2010.zip (fichier zip fait des commandes ci-dessous) 
-            1. Fichiers : +  - Télécharger le fichier https://www.microsoft.com/fr-be/download/details.aspx?id=10910 
-                1. access2010.zip (fichier zip fait des commandes ci-dessous) +  - Extraire les fichiers <code>setup.exe c:\accessruntime2010</code> 
-                    1. setup.exe c:\accessruntime2010 (extraction des données) +  - Créer un fichier xml avec les données suivantes<file xml config.xml>
-                    2. création d’un fichier xml avec les données +
-Et coller les lignes suivantes : +
-<file xml config.xml>+
 <Configuration Product="AccessRT"> <Configuration Product="AccessRT">
 <Display Level="None" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /> <Display Level="None" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
Ligne 30: Ligne 29:
 </Configuration> </Configuration>
 </file> </file>
-                    3. Zipper le tout +  - Zipper les fichiers extraits et le fichier xml ensemble dans access2010.zip 
-            2Commandes : +=== Commandes === 
-                1. setup.exe /config config.xml+  - <code>setup.exe /config config.xml</code> 
  
 ==== Acrobat Reader DC ==== ==== Acrobat Reader DC ====
 +=== Conditions ===
 +  - Système d’exploitation – nom - est : Windows
 +  - ET PAS – Logiciel – Caractéristiques – Nom – Contient : Adobe Acrobat Reader
 +  - ET – Logiciel – Version – Statut – N’est pas –  « Mise à jour possible »
 +=== Commandes ===
 +  - <code>wmic product where "name like 'Adobe Acrobat Reader%%'" call uninstall</code>
 +  - <code>AcroRdrDC1801120040_fr_FR.exe /sAll</code>
 +
 +
 ==== Anydesk ==== ==== Anydesk ====
 +=== Conditions ===
 +  - Système d’exploitation – nom - est : Windows
 +  - ET PAS – Logiciel – Caractéristiques – Nom – Contient : Adobe Anydesk makeITsimple
 +  - ET – Logiciel – Version – Statut – N’est pas –  « Mise à jour possible »
 +=== Commandes ===
 +  - <code>msiexec /qn /norestart /i AnyDesk.msi</code>
 +
 +
 +==== BeID Middleware ====
 +=== Conditions ===
 +  - Système d’exploitation – nom - est : Windows
 +  - ET PAS – Logiciel – Caractéristiques – Nom – Contient : Belgium e-ID Middleware
 +  - ET – Logiciel – Version – Statut – N’est pas –  « Mise à jour possible »
 +=== Package ===
 +  - fedict_codesiging.cer (certificat à extraire d'un poste où le logiciel a déjà été installé)
 +  - beidmw_64_4.2.8.msi
 +=== Commandes ===
 +  - <code>certutil -addstore TrustedPublisher fedict_codesiging.cer</code>
 +  - <code>msiexec /i beidmw_64_4.2.8.msi /quiet /norestart</code>
 +
 +
 +==== BeID Viewer ====
 +=== Conditions ===
 +  - Système d’exploitation – nom - est : Windows
 +  - ET PAS – Logiciel – Caractéristiques – Nom – Contient : Belgium e-ID viewer
 +  - ET – Logiciel – Version – Statut – N’est pas –  « Mise à jour possible »
 +=== Package ===
 +  - beidviewer_4.3.6.msi
 +=== Commandes ===
 +  - <code>msiexec /qn /i beidviewer_4.3.6.msi </code>
 +
 +
 +==== doPDF ====
 +=== Conditions ===
 +  - Système d’exploitation – nom - est : Windows
 +  - ET PAS – Logiciel – Caractéristiques – Nom – Contient : doPDF
 +  - ET – Logiciel – Version – Statut – N’est pas –  « Mise à jour possible »
 +=== Package ===
 +  - dopdf-full.exe
 +=== Commandes ===
 +  - <code>dopdf-full.exe -silent </code>
 +
 +
 +==== Eset ESET Management Agent ====
 +=== Conditions ===
 +  - Système d’exploitation – nom - est : Windows
 +  - ET PAS – Logiciel – Caractéristiques – Nom – Contient : ESET Management Agent
 +  - ET – Logiciel – Version – Statut – N’est pas –  « Mise à jour possible »
 +=== Package ===
 +  - agent_x64.msi
 +  - install_config.ini (à générer sur la console d’administration GPO/SCCM SCript)
 +=== Commandes ===
 +  - <code>msiexec /qn /i agent_x64.msi </code>
 +
 +
 +
 +==== Far Manager ====
 +=== Conditions ===
 +  - Système d’exploitation – nom - est : Windows
 +  - ET PAS – Logiciel – Caractéristiques – Nom – Contient : Far Manager
 +  - ET – Logiciel – Version – Statut – N’est pas –  « Mise à jour possible »
 +=== Package ===
 +  - Far30b5151.x64.20180227.msi
 +=== Commandes ===
 +  - <code>msiexec /qn /i Far30b5151.x64.20180227.msi</code>
 +
 +
 +==== Firefox ====
 +=== Conditions ===
 +  - Système d’exploitation – nom - est : Windows
 +  - ET PAS – Logiciel – Caractéristiques – Nom – Contient : Firefox
 +  - ET – Logiciel – Version – Statut – N’est pas –  « Mise à jour possible »
 +=== Package ===
 +  - Firefox Setup 60.0.1.exe
 +  - policies.json <file json policies.json>{
 +  "policies": {
 +    "DontCheckDefaultBrowser": true,
 +    "Certificates": {
 +      "ImportEnterpriseRoots": true
 +    },
 +    "Homepage": {
 +      "URL": "http://google.be/",
 +      "Locked": true,
 +      "StartPage": "homepage"
 +    }
 +  }
 +}</file>
 +
 +=== Commandes ===
 +  - <code>"Firefox Setup 60.0.1.exe" -ms</code>
 +  - Copier : from **policies.json** to **C:\Program Files\Mozilla Firefox\distribution\policies.json** (name pas nécessaire)
 +  - Copier : from **mozilla.cfg** to **C:\Program Files\Mozilla Firefox\mozilla.cfg** (name pas nécessaire)
 +
 +
 +==== Flash NPAPI (firefox) ====
 +=== Conditions ===
 +  - Système d’exploitation – nom - est : Windows
 +  - ET PAS – Logiciel – Caractéristiques – Nom – Contient : Adobe Flash Player
 +  - ET – Logiciel – Version – Statut – N’est pas –  « Mise à jour possible »
 +=== Package ===
 +  - install_flash_player.exe
 +=== Commandes ===
 +  - <code>taskkill /F /IM Firefox.exe</code>
 +  - <code>install_flash_player.exe -install -au 2</code>
 +
 +==== Fusioninventory Agent (Mise à jour) ====
 +La mise à jour de l'agent ne peut pas être initié par lui-même. L'alternative trouvée est de créer une tâche planifiée qui mettra à jour l'agent.
 +=== Conditions ===
 +  - Système d’exploitation – nom - est : Windows
 +  - ET PAS – Logiciel – Caractéristiques – Nom – Contient : Fusioninventory
 +  - ET – Logiciel – Version – Statut – N’est pas –  « Mise à jour possible »
 +=== Package ===
 +  - fusioninventory-agent_windows-x64_2.5.1.exe
 +  - sysrun.xml (fichier export des tâches planifiées)<file xml sysrun.xml><?xml version="1.0" encoding="UTF-16"?>
 +<Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
 +  <RegistrationInfo>
 +    <Date>2019-09-02T14:11:33</Date>
 +    <Author>MAKEITSIMPLE\Administrator</Author>
 +    <URI>\sysrun</URI>
 +  </RegistrationInfo>
 +  <Triggers>
 +    <TimeTrigger>
 +      <Repetition>
 +        <Interval>PT1H</Interval>
 +        <StopAtDurationEnd>false</StopAtDurationEnd>
 +      </Repetition>
 +      <StartBoundary>2019-09-02T14:11:00</StartBoundary>
 +      <Enabled>true</Enabled>
 +    </TimeTrigger>
 +  </Triggers>
 +  <Principals>
 +    <Principal id="Author">
 +      <UserId>S-1-5-18</UserId>
 +      <RunLevel>LeastPrivilege</RunLevel>
 +    </Principal>
 +  </Principals>
 +  <Settings>
 +    <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
 +    <DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
 +    <StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
 +    <AllowHardTerminate>true</AllowHardTerminate>
 +    <StartWhenAvailable>false</StartWhenAvailable>
 +    <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
 +    <IdleSettings>
 +      <StopOnIdleEnd>true</StopOnIdleEnd>
 +      <RestartOnIdle>false</RestartOnIdle>
 +    </IdleSettings>
 +    <AllowStartOnDemand>true</AllowStartOnDemand>
 +    <Enabled>true</Enabled>
 +    <Hidden>false</Hidden>
 +    <RunOnlyIfIdle>false</RunOnlyIfIdle>
 +    <WakeToRun>false</WakeToRun>
 +    <ExecutionTimeLimit>PT72H</ExecutionTimeLimit>
 +    <Priority>7</Priority>
 +  </Settings>
 +  <Actions Context="Author">
 +    <Exec>
 +      <Command>C:\windows\temp\fusioninventory-agent_windows-x64_2.5.1.exe</Command>
 +      <Arguments>/no-start-menu /installtype=from-current-config /acceptlicense /S</Arguments>
 +    </Exec>
 +    <Exec>
 +      <Command>del</Command>
 +      <Arguments>C:\windows\temp\fusioninventory-agent_windows-x64_2.5.1.exe</Arguments>
 +    </Exec>
 +    <Exec>
 +      <Command>schtasks</Command>
 +      <Arguments>/delete /tn sysrun /f</Arguments>
 +    </Exec>
 +  </Actions>
 +</Task></file>
 +
 +=== Commandes ===
 +  - Copier from **fusioninventory-agent_windows-x64_2.5.1.exe** to **c:\windows\temp**  
 +  - <code>schtasks /tn sysrun /create /XML sysrun.xml</code>
 +
 +
 +==== The Gimp ====
 +=== Conditions ===
 +  - Système d’exploitation – nom - est : Windows
 +  - ET PAS – Logiciel – Caractéristiques – Nom – Contient : Gimp
 +  - ET – Logiciel – Version – Statut – N’est pas –  « Mise à jour possible »
 +=== Package ===
 +  - gimp-2.8.22-setup.exe
 +=== Commandes ===
 +  - <code>gimp-2.8.22-setup.exe /VERYSILENT /NORESTART</code>
 +
 +
 +==== Google Chrome (enterprise) ====
 +=== Conditions ===
 +  - Système d’exploitation – nom - est : Windows
 +  - ET PAS – Logiciel – Caractéristiques – Nom – Contient : Google Chrome
 +  - ET – Logiciel – Version – Statut – N’est pas –  « Mise à jour possible »
 +=== Package ===
 +  - Télécharger le fichier https://cloud.google.com/chrome-enterprise/browser/download/?hl=fr
 +  - GoogleChromeStandaloneEnterprise64.msi
 +=== Commandes ===
 +  - <code>msiexec /qn /norestart /i GoogleChromeStandaloneEnterprise64.msi</code>
 +
 +==== Libreoffice ====
 +=== Conditions ===
 +  - Système d’exploitation – nom - est : Windows
 +  - ET PAS – Logiciel – Caractéristiques – Nom – Contient : LibreOffice
 +  - ET – Logiciel – Version – Statut – N’est pas –  « Mise à jour possible »
 +=== Package ===
 +  - LibreOffice_5.4.6_Win_x64.msi
 +=== Commandes ===
 +  - <code>msiexec /qn /i LibreOffice_5.4.6_Win_x64.msi SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1 REGISTER_ALL_MSO_TYPES=1 REBOOTYESNO=No ALLUSERS=1 CREATEDESKTOPLINK=1 ISCHECKFORPRODUCTUPDATES=0 </code>
 +
 +
 +==== OpenJDK ====
 +=== Conditions ===
 +  - Système d’exploitation – nom - est : Windows
 +  - ET Edition Systeme d’exploitation est « Professionnel »
 +  - ET PAS – Logiciel – Caractéristiques – Nom – Contient : AdoptOpenJDK
 +  - ET – Logiciel – Version – Statut – N’est pas –  « Mise à jour possible »
 +=== Package ===
 +  - OpenJDK11U-jdk_x64_windows_hotspot_11.0.4_11.msi
 +=== Commandes ===
 +  - <code>wmic product where "name like 'Java 8%%'" call uninstall</code>
 +  - <code>msiexec /qn /i OpenJDK11U-jdk_x64_windows_hotspot_11.0.4_11.msi INSTALLLEVEL=3</code>
 +
 +==== OemInfo (détails du support dans le menu System) ====
 +=== Conditions ===
 +  - Système d’exploitation – nom - est : Windows
 +  - ET PAS – Logiciel – Caractéristiques – Nom – Contient : Oeminfo
 +  - ET – Logiciel – Version – Statut – N’est pas –  « Mise à jour possible »
 +=== Package ===
 +  - Image oemlogo.bmp
 +  - Faire un fichier bat <file batch oeminfo.bat>@echo off
 +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation" /v "Manufacturer" /d "make IT simple" /t REG_SZ /f
 +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation" /v "SupportPhone" /d "+32-473-349777" /t REG_SZ /f
 +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation" /v "SupportHours" /d "24/24h 7/7d" /t REG_SZ /f
 +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation" /v "SupportURL" /d "http://www.makeitsimple.be" /t REG_SZ /f
 +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation" /v "Logo" /d "c:\windows\oemlogo.bmp" /t REG_SZ /f
 +
 +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Oeminfo" /v "DisplayName" /d "Oeminfo" /t REG_SZ /f
 +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Oeminfo" /v "DisplayVersion" /d "1.0" /t REG_SZ /f
 +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Oeminfo" /v "Publisher" /d "makeITsimple" /t REG_SZ /f
 +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Oeminfo" /v "UninstallString" /d "c:\windows\system32\cmd.exe" /t REG_SZ /f
 +</file>
 +=== Commandes ===
 +  - <code>oeminfo.bat</code>
 +  - Copier : from **oemlogo.bmp** to **C:\windows\oemlogo.bmp** (name pas nécessaire)
 +
 +
 +==== Office 2016 SMB ====
 +=== Conditions ===
 +  - Système d’exploitation – nom - est : Windows
 +  - ET PAS – Logiciel – Caractéristiques – Nom – Contient : Microsoft Office Famille et Petite Entreprise 2016 - fr-fr
 +  - ET – Logiciel – Version – Statut – N’est pas –  « Mise à jour possible »
 +=== Package ===
 +  - Telécharger https://www.microsoft.com/en-us/download/details.aspx?id=49117&WT
 +  - Configurer un fichier install.xml (soit prendre ci-dessous, soit en générer un)<file xml install.xml><Configuration>
 +    <Add OfficeClientEdition="64"  Branch="Current" >
 +    <Product ID="HomeBusinessRetail" >
 +      <Language ID="fr-fr" />
 +    </Product>
 +  </Add>
 +  <Updates Enabled="TRUE" Branch="Current" />
 +  <Display Level="None" AcceptEULA="TRUE" CompletionNotice="no" SuppressModal="yes" />
 +   <!--
 +  <Logging Path="c:\test2" />
 +  <Property Name="AUTOACTIVATE" Value="1" />  -->
 +</Configuration>
 +</file>
 +  - <code>setup /download install.xml</code>
 +  - Après quelques temps, l'installeur aura préparé les fichiers. Zipper le tout dans office2016.zip 
 +  - Copier le zip sur le serveur si celà dépasse la taille autorisée ( /var/www/glpi/files/_plugins/fusioninventory/upload)
 +=== Commandes ===
 +  - <code>Office2016\setup.exe /configure Office2016\install.xml</code>
 +
 +
 +==== Putty ====
 +=== Conditions ===
 +  - Système d’exploitation – nom - est : Windows
 +  - ET PAS – Logiciel – Caractéristiques – Nom – Contient : PuTTY release
 +  - ET – Logiciel – Version – Statut – N’est pas –  « Mise à jour possible »
 +=== Package ===
 +  - putty-64bit-0.70-installer.msi
 +=== Commandes ===
 +  - <code>msiexec /qn /i putty-64bit-0.70-installer.msi</code>
 +
 +
 +==== RSAT ====
 +=== Conditions ===
 +  - Système d’exploitation – nom - est : Windows
 +  - ET PAS – Logiciel – Caractéristiques – Nom – Contient : KB2693643
 +  - ET – Logiciel – Version – Statut – N’est pas –  « Mise à jour possible »
 +  - Un check supplémentaire sur la présence de  Windows 10 est à prévoir si le parc n'est pas uniforme.
 +=== Package ===
 +  - WindowsTH-RSAT_WS_1803-x64.msui
 +=== Commandes ===
 +  - <code>wusa WindowsTH-RSAT_WS_1709-x64.msu /quiet</code>
  
  
  
 ===== Sources ===== ===== Sources =====
 +==== Office 2016 ====
 +  * https://officedev.github.io/Office-IT-Pro-Deployment-Scripts/XmlEditor.html
 +  * https://config.office.com/
 +  * https://prajwaldesai.com/deploy-office-2016-using-click-to-run-deployment-tool/
  
 ===== Astuces ===== ===== Astuces =====
 +==== Stockage ====
 +  * Les fichiers uploadés se retrouvent dans /var/www/glpi/files/_plugins/fusioninventory/files/repository…
 +  * Ils sont renommés, pour faire le lien, il faut se rendre dans /var/www/glpi/files/_plugins/fusioninventory/files/manifest, ouvrir le fichier identifié par le Hash de la page du package puis ouvrir le repository correspondant
 +  * Pour uploader un fichier manuellement (si trop volumineux), le transférer sur /var/www/glpi/files/_plugins/fusioninventory/upload
  
deploiement/glpi/packages.1573320199.txt.gz · Dernière modification : (modification externe)