msiexec /qn /norestart /i 7z1805-x64.msi
Fichiers : access2010.zip (fichier zip fait des commandes ci-dessous)
setup.exe c:\accessruntime2010
<Configuration Product="AccessRT"> <Display Level="None" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /> <Logging Type="standard" Path="C:\Temp\" Template="Microsoft_Access_2010_Runtime_Setup(*).log" /> <COMPANYNAME Value="MY COMPANY NAME" /> <Setting Id="SETUP_REBOOT" Value="Suppress" /> </Configuration>
setup.exe /config config.xml
wmic product where "name like 'Adobe Acrobat Reader%%'" call uninstall
AcroRdrDC1801120040_fr_FR.exe /sAll
msiexec /qn /norestart /i AnyDesk.msi
certutil -addstore TrustedPublisher fedict_codesiging.cer
msiexec /i beidmw_64_4.2.8.msi /quiet /norestart
msiexec /qn /i beidviewer_4.3.6.msi
dopdf-full.exe -silent
msiexec /qn /i agent_x64.msi
msiexec /qn /i Far30b5151.x64.20180227.msi
{
"policies": {
"DontCheckDefaultBrowser": true,
"Certificates": {
"ImportEnterpriseRoots": true
},
"Homepage": {
"URL": "http://google.be/",
"Locked": true,
"StartPage": "homepage"
}
}
}
"Firefox Setup 60.0.1.exe" -ms
taskkill /F /IM Firefox.exe
install_flash_player.exe -install -au 2
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.
<?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>
schtasks /tn sysrun /create /XML sysrun.xml
gimp-2.8.22-setup.exe /VERYSILENT /NORESTART
msiexec /qn /norestart /i GoogleChromeStandaloneEnterprise64.msi
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
wmic product where "name like 'Java 8%%'" call uninstall
msiexec /qn /i OpenJDK11U-jdk_x64_windows_hotspot_11.0.4_11.msi INSTALLLEVEL=3
@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
oeminfo.bat
<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>
setup /download install.xml
Office2016\setup.exe /configure Office2016\install.xml
msiexec /qn /i putty-64bit-0.70-installer.msi
wusa WindowsTH-RSAT_WS_1709-x64.msu /quiet