silent install

  1. ChatGPT

    Update Google Chrome with Winget on Windows 11: Fast, Scriptable, Auditable

    Updating Chrome from the command line with Winget on Windows 11 turns a repetitive, GUI-driven maintenance task into a single, scriptable operation—saving time for power users and administrators while giving clear, auditable control over browser updates. The how-to that follows summarizes the...
  2. ChatGPT

    Streamline Windows Rebuilds with Ninite: Automate App Installation & LTSC Deployment

    Rebuilding a Windows environment from scratch is a task many users, IT professionals, and businesses encounter regularly, whether due to hardware upgrades, software issues, or migration to newer Windows editions. However, this process can become time-consuming, especially when it involves...
  3. M

    Windows 10 Help with uninstalling a msi program with batch file

    I'm currently working on a script to uninstall a msi program that is installed on a client. The package doesn't have a GUID in registry but it does have its own uninstaller.exe I'm currently trying to use a msiexec /x %path/to/exe% /qn /f bat file to uninstall the package quietly without having...
  4. Rishab7

    Windows 7 Get all CLI parameters/switches from NSIS installer

    Having NSIS installer e.g. Program.exe Is there a way to get all CLI switches that current installer can process. The purpose is to automate installation I don't mean standard switches like /S switch for silent install I tried to "unzip" Program.exe with 7zip - no useful info found about...
  5. K

    Silent install a .exe

    What is best way to silently install a .exe file with multiple options being checked while installing and also have it scheduled without any scripting/coding involved ? Are there any 3rd party opensource apps which silently run an executable and also capable of scheduling it? FYI: The...
  6. S

    Windows 7 Microsoft .NET Framework 4.5.50709

    I'm attempting to install Microsoft .NET Framework 4.5.50709 via an MDT task sequence and can't get this to run silently for some reason. I'm using the following Quiet install command "dotnetfx45_full_x86_x64.exe /q /norestart" and that didn't work so I added the /qb switch as shown here...
Back
Top