Feeds:
Posts
Comments

Posts Tagged ‘install’

This site comes up first for silent installs, but has good information for some non-msi silent installs – http://unattended.sourceforge.net/installers.php

Read Full Post »

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 [...]

Read Full Post »

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 [...]

Read Full Post »