<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Qn Computer Science</title><link>http://www.bing.com:80/search?q=Qn+Computer+Science</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Qn Computer Science</title><link>http://www.bing.com:80/search?q=Qn+Computer+Science</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>What does /v/qn parameter do for windows silent installers?</title><link>https://serverfault.com/questions/247250/what-does-v-qn-parameter-do-for-windows-silent-installers</link><description>What does /v/qn parameter do for windows silent installers? Ask Question Asked 15 years ago Modified 3 years, 11 months ago</description><pubDate>Mon, 06 Apr 2026 00:12:00 GMT</pubDate></item><item><title>windows - Silent Install of MSI - Server Fault</title><link>https://serverfault.com/questions/30068/silent-install-of-msi</link><description>Examples: msiexec /package Application.msi /quiet msiexec /uninstall Application.msi /quiet msiexec /update msipatch.msp /quiet msiexec /uninstall msipatch.msp /package Application.msi / quiet Note The equivalent Windows Installer Command-Line Option is /qn. msiexec run this command to find more information about the installation options.</description><pubDate>Sat, 04 Apr 2026 22:11:00 GMT</pubDate></item><item><title>windows - MDT and VC++ 2010 Silent Installing - Server Fault</title><link>https://serverfault.com/questions/598511/mdt-and-vc-2010-silent-installing</link><description>For 32bit and 64bit I am using the following commandline: vcredist_2010_x64.exe /q:a /c:"msiexec /i vcredist.msi /qn /l*v %temp%\vcredist_x86.log" The application will install, but it requires me to manually accept the terms on both 32/64bit versions. Is there a way to get the application to accept via commandline?</description><pubDate>Sat, 04 Apr 2026 21:07:00 GMT</pubDate></item><item><title>Silently uninstall using msiexec without closing explorer.exe</title><link>https://serverfault.com/questions/536634/silently-uninstall-using-msiexec-without-closing-explorer-exe</link><description>This script seems total overkill for uninstalling an application. For a simple uninstall (without the rather dubious looking cleanup script entries above), you simply uninstall from the command line with msiexec.exe (mock up GUID used below): msiexec.exe /X {00000000-0000-0000-0000-000000000000} /QN Or you can uninstall via a number of other uninstall mechanism (this link will also show you ...</description><pubDate>Mon, 06 Apr 2026 22:45:00 GMT</pubDate></item><item><title>Is there anyway to get msiexec to echo to stdout instead of logging to ...</title><link>https://serverfault.com/questions/434568/is-there-anyway-to-get-msiexec-to-echo-to-stdout-instead-of-logging-to-a-file</link><description>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 is written continuously so no log buffer is lost if msiexec.exe crashes. The cost is a significantly slower installer due to the IO overhead.</description><pubDate>Fri, 03 Apr 2026 03:43:00 GMT</pubDate></item><item><title>Silent unattended uninstall switches for vmtools? - Server Fault</title><link>https://serverfault.com/questions/1020069/silent-unattended-uninstall-switches-for-vmtools</link><description>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...</description><pubDate>Fri, 03 Apr 2026 02:24:00 GMT</pubDate></item><item><title>Powershell - Invoke-command does not run the msiexec.exe</title><link>https://serverfault.com/questions/1022777/powershell-invoke-command-does-not-run-the-msiexec-exe</link><description>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 myserver -</description><pubDate>Tue, 31 Mar 2026 07:14:00 GMT</pubDate></item><item><title>windows - When running silent uninstalls of MSIs, how do you know when ...</title><link>https://serverfault.com/questions/697719/when-running-silent-uninstalls-of-msis-how-do-you-know-when-it-is-done</link><description>4 If you have a msi you want to uninstall from the command line, doing MsiExec.exe /qn /X{26A24AE4-039D-4CA4-87B4-2F83217045F0} /norestart for instance, returns immediately. But msiexec.exe is running for some amount of time, maybe for minutes. So if I'm scripting around this to want to then do an install - how do I know if it's done?</description><pubDate>Thu, 02 Apr 2026 03:51:00 GMT</pubDate></item><item><title>windows installer - SCCM application deployment detection fails at ...</title><link>https://serverfault.com/questions/1165416/sccm-application-deployment-detection-fails-at-first-but-succeeds-later</link><description>The installation method uses a short .bat script to run the app's installation program in silent mode and select the correct settings file for an embedded msi: %~dp0MyInstaller.exe /s /v"/qn SETUPFILE=\"%~dp0MyAppSettings.dat\" " The script also sets a separate registry key manually, but the above is the important step.</description><pubDate>Fri, 03 Apr 2026 17:12:00 GMT</pubDate></item><item><title>How can I speed up MSI package install and uninstall?</title><link>https://serverfault.com/questions/594660/how-can-i-speed-up-msi-package-install-and-uninstall</link><description>msiexec.exe /I "D:\winzip112.msi" /QN MSIFASTINSTALL=3 It is also possible to set the DISABLEROLLBACK property to disable rollback support in the MSI installer. I would strongly advise against using this unless you are staging a fresh PC. This is a special case when you can just start over if something fails.</description><pubDate>Sat, 04 Apr 2026 15:59:00 GMT</pubDate></item></channel></rss>