| View previous topic :: View next topic |
| Author | Message |
|---|
Lee W Guest
| Posted: Sun Nov 20, 2005 8:14 pm Post subject: Extracting contents of VMWare Tools MSI |
| Hi, I trying to do unattended installations of Windows on VMWare. Does anyone know of a utility that can extract the contents of the VMWare Tools.msi file so that I can get at the driver .inf files (etc). I've found a couple of tools (ZipZag & Les MSIarables) that should have done the trick but neither worked. Thanks in advance Lee |
|
| Back to top | |
 |
Spiro Trikaliotis Guest
| Posted: Mon Nov 21, 2005 3:15 am Post subject: Re: Extracting contents of VMWare Tools MSI |
| Hello, Lee W <lee@unassemble.co.uk> schrieb:
| Quote: | Does anyone know of a utility that can extract the contents of the VMWare Tools.msi file so that I can get at the driver .inf files (etc).
|
Have you tried installing it onto a system a grabbing it from there? Regards, Spiro. -- Spiro R. Trikaliotis http://cbm4win.sf.net/ http://www.trikaliotis.net/ http://www.viceteam.org/ |
|
| Back to top | |
 |
Lee W Guest
| Posted: Mon Nov 21, 2005 7:14 am Post subject: Re: Extracting contents of VMWare Tools MSI |
| "Spiro Trikaliotis" wrote in message news:...
| Quote: | Have you tried installing it onto a system a grabbing it from there? Regards, Spiro.
|
I found the .sys & .drv files in the windows directory, but not the .inf or oemsetup file which I think is needed. Regards Lee |
|
| Back to top | |
 |
Spiro Trikaliotis Guest
| Posted: Mon Nov 21, 2005 10:00 am Post subject: Re: Extracting contents of VMWare Tools MSI |
| Hello, Lee W <lee@unassemble.co.uk> wrote:
| Quote: | "Spiro Trikaliotis" wrote in message news:... Have you tried installing it onto a system a grabbing it from there? I found the .sys & .drv files in the windows directory, but not the .inf or oemsetup file which I think is needed.
|
When installing drivers, Windows renames every *.inf into oemX.inf, with X counting up, and puts it into C:\Windows\INF (or wherever %SystemRoot%\INF points to). HTH, Spiro. -- Spiro R. Trikaliotis http://cbm4win.sf.net/ http://www.trikaliotis.net/ http://www.viceteam.org/ |
|
| Back to top | |
 |
Armin Freiberg Guest
| Posted: Tue Nov 22, 2005 6:27 pm Post subject: Re: Extracting contents of VMWare Tools MSI |
| I read about msi2xml: http://msi2xml.sourceforge.net/ maybe that works? "Lee W" <lee@unassemble.co.uk> schrieb im Newsbeitrag news:dlr3i1$i0q$1@london.vmware.com...
| Quote: | Hi, I trying to do unattended installations of Windows on VMWare. Does anyone know of a utility that can extract the contents of the VMWare Tools.msi file so that I can get at the driver .inf files (etc). I've found a couple of tools (ZipZag & Les MSIarables) that should have done the trick but neither worked. Thanks in advance Lee
|
|
|
| Back to top | |
 |
|