silent install

  1. 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...
  2. 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...
  3. 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...
  4. 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