Some useful notes on which bits of C:\WINDOWS can be deleted: http://support.microsoft.com/kb/956324
winxp
Archived Posts from this Category
19 Nov 2010
15 Sep 2010
How to extract an msi file
Posted by niczero under winxp | Tags: compression, msi, windows |Comments Off
msiexec /a C:\tmp\some.msi /qb TARGETDIR=C:\tmp\xx
The folder C:\tmp\xx will be created if it doesn’t exist.
Keep paths absolute; relatives (eg ..\some.msi) don’t work.