About 50 results
Open links in new tab
  1. What does /v/qn parameter do for windows silent installers?

    What does /v/qn parameter do for windows silent installers? Ask Question Asked 14 years, 10 months ago Modified 3 years, 8 months ago

  2. windows - Silent Install of MSI - Server Fault

    Jun 23, 2009 · Examples: msiexec /package Application.msi /quiet msiexec /uninstall Application.msi /quiet msiexec /update msipatch.msp /quiet msiexec /uninstall msipatch.msp /package …

  3. Is it possible to disable msiexec help GUI? - Server Fault

    Feb 25, 2014 · I'm automating unattended retrieval & installation of specified .msi packages with a powershell script but if the command is invoked with syntax errors the msiexec will wait indefinitely …

  4. The corporate benefits of using MSI files - Server Fault

    May 24, 2009 · Here is a sample command line that performs verbose logging: msiexec.exe /I "C:\Installer.msi" /QN /L*V "C:\msilog.log" This article from Robert Macdonald from the Windows …

  5. Install .msi from script, detect when install is done

    Apr 13, 2017 · Don't know how Python handles passing commands off to Windows/DOS, but using a plain batch file and the start /wait command the batch file stops and waits until the MSI is done …

  6. Is there anyway to get msiexec to echo to stdout instead of logging to ...

    At the command line interface level, you can also set logging to flush its buffer immediately to file by adding the ! parameter: msiexec.exe /I "IsWiX.msi" /QN /L*V! "C:\msilog.log" This means the log file …

  7. SCCM MSI deployment fails with 0x87D00324 - Server Fault

    Apr 9, 2018 · If installed manually using the same command line as SCCM is configured to use (msiexec /i [msi goes here] /qn), Software Center shows the application as Installed, indicating the detection …

  8. Powershell - Invoke-command does not run the msiexec.exe

    I want to install the TortoiseSVN-client on a bunch of servers, using Powershell remoting. Basic operations work, but the below command won't work as remoting Invoke-Command -ComputerName …

  9. Silent unattended uninstall switches for vmtools? - Server Fault

    Jun 4, 2020 · Looking for the NON-MSIEXEC totally silent uninstall switches for vmtools. I know the silent install is VMware-tools--x86_64.exe /s /v /qn I just need the uninstall, I feel like it would be simila...

  10. logging - Does AppEnforce.log really log the context used for ...

    When msiexec is run by the the client, the following entry is shown in AppEnforce.log: Executing Command line: "C:\WINDOWS\system32\msiexec.exe" /i "AppleApplicationSupport.msi" /qn with …