This site comes up first for silent installs, but has good information for some non-msi silent installs – http://unattended.sourceforge.net/installers.php
Posts Tagged ‘install’
Command line unattended install switches
Posted in Packaging, Work, tagged Add new tag, install, link, Silent on October 14, 2008 | Leave a Comment »
Google Earth Pro Silent Install
Posted in Packaging, VBScript, Work, tagged earth, google, install, Silent on October 13, 2008 | Leave a Comment »
I wrote this up for appdeploy back in March 2007, but reproduce it here:
Installing Google Earth Pro 4 in a corporate environment using SMS using a per-machine based installation.
This solution consists of 5 main steps:
1. Do an installation of Google Earth, including the registration information. This puts down a bunch of files into C:\Documents and [...]
Silent uninstall
Posted in Packaging, VBScript, Vista, Work, XP, tagged install, installs, Silent, uninstall, uninstalls on July 29, 2008 | Leave a Comment »
I’m aiming here to grow a list of natively supported silent uninstalls for a number of different installation types. The idea is that these methods will remove vendor supplied installations. Where possible, I’ll use information provided in the registry, mainly that you can find under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall.
MSI
Identifiable by: having a ModifyPath or UninstallString something like MsiExec.exe [...]