Create silent installation for several applications


  1. Posts : 12
    Windows 10 1709
       #1

    Create silent installation for several applications


    Hello All,

    I want to create silent installation for several applications, i have around 50 new laptops which needs to be configured and it's very hard to install the apps to everyone.

    I noticed that NLite creates a script with the silent installer code for every app i want to use but when trying to run this script i always get an error and installation isn't done.

    @echo off
    "%WINDIR%\Setup\Files\vcredist_x86.exe" /Q
    "%WINDIR%\Setup\Files\vcredist_x64.exe" /Q
    "%WINDIR%\Setup\Files\VC_redist.x64.exe" /install /quiet /norestart
    "%WINDIR%\Setup\Files\VC_redist.x86.exe" /install /quiet /norestart
    "%WINDIR%\Setup\Files\jre-6u31-windows-i586-s.exe" /s
    "%WINDIR%\Setup\Files\jre-8u311-windows-x64.exe" /s
    "%WINDIR%\Setup\Files\K-Lite_Codec_Pack_1690_Mega.exe" /NORESTART /SILENT /VERYSILENT
    "%WINDIR%\Setup\Files\vlc-3.0.16-win64.exe" /S
    msiexec /i "%WINDIR%\Setup\Files\AnyDesk-CM.msi" /passive /quiet /norestart
    "%WINDIR%\Setup\Files\TeamViewer_Setup_x64.exe" /S
    "%WINDIR%\Setup\Files\AcroRdrDCx642200120085_MUI.exe" /sALL
    msiexec /i "%WINDIR%\Setup\Files\FoxitPDFReader1121_enu_Setup.msi" /passive /quiet
    "%WINDIR%\Setup\Files\winrar-x64-611.exe" /S
    "%WINDIR%\Setup\Files\Firefox Setup 98.0.2.exe" /S
    "%WINDIR%\Setup\Files\ChromeStandaloneSetup64.exe" /silent /install
    msiexec /i "%WINDIR%\Setup\Files\MicrosoftEdgeEnterpriseX64.msi" /passive /quiet /norestart
    "%WINDIR%\Setup\Files\fdm_x64_setup.exe" /ALLUSERS /SP- /VERYSILENT /NORESTART
    msiexec /i "%WINDIR%\Setup\Files\Webex.msi" ACCEPT_EULA=TRUE ALLUSERS=1 AUTOSTART_WITH_WINDOWS=False /qn
    msiexec /i "%WINDIR%\Setup\Files\ZoomInstallerFull.msi" /passive /qn /norestart
    msiexec /i "%WINDIR%\Setup\Files\Teams_windows_x64.msi" /passive /qn /norestart
    msiexec /i "%WINDIR%\Setup\Files\7z2107-x64.msi" /passive /qn /norestart
    "%WINDIR%\Setup\Files\GlassWireSetup.exe" /S /NOQUICKLAUNCH
    msiexec /i "%WINDIR%\Setup\Files\anyconnect-win-4.10.01075-core-vpn-predeploy-k9.msi" /passive /qn /norestart
    msiexec /i "%WINDIR%\Setup\Files\FortiClientVPN.msi" /passive /qn /norestart
    rd /q /s "%WINDIR%\Setup\Files"
    del /q /f "%0"
    any idea how can i manage to let this scripts work from USB flash or there is a tool than i can create something like an ISO file with all needed apps to be installed unattended ??

    Win 10 21H2 19044.2075
      My Computer


  2. Posts : 4,187
    Windows 11 Pro, 22H2
       #2

    First, you never state what the error actually says, so it's a bit difficult to guess what is wrong without even having the error message.

    As for changing the location of the app installers to another location such as a UFD, I would think that all you should need to do is to change the paths in the batch file from %WINDIR%\Setup\Files to the path to the files on the UFD. Have you tried that already?
      My Computers


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 04:33.
Find Us




Windows 10 Forums