<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>VMware Communities: Message List - ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
    <link>http://communities.vmware.com/community/vmtn/vi/esx2-vc1?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Tue, 02 Jun 2009 21:59:04 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-06-02T21:59:04Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/1270265?tstart=0#1270265</link>
      <description>&lt;br /&gt;
Can you send me the reboot &lt;strike&gt;script....mdt1123@hotmail.com&lt;/strike&gt;&lt;br /&gt;
&lt;p /&gt;
thx</description>
      <pubDate>Tue, 02 Jun 2009 21:59:04 GMT</pubDate>
      <author>curious2</author>
      <guid>http://communities.vmware.com/message/1270265?tstart=0#1270265</guid>
      <dc:date>2009-06-02T21:59:04Z</dc:date>
      <clearspace:dateToText>5 months, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/1262228?tstart=0#1262228</link>
      <description>Hello, I used a little workaround for that. Here is the batch script that I used:&lt;br /&gt;
&lt;br /&gt;
:: Creating a temp folder to get the newest tools&lt;br /&gt;
md C:\vmwaretools-update\&lt;br /&gt;
set TMP=C:\vmwaretools-update\&lt;br /&gt;
&lt;br /&gt;
C:&lt;br /&gt;
cd "C:\Programme\VMware\VMware Tools\"&lt;br /&gt;
&lt;br /&gt;
:: Running the Upgrader with a wrong parameter to get the newest Version only! It doesn't update, yet!&lt;br /&gt;
start "" /wait VMwareToolsUpgrader.exe -p "/s /v\"/qn /noreboot\""&lt;br /&gt;
&lt;br /&gt;
cd C:\vmwaretools-update\00*&lt;br /&gt;
&lt;br /&gt;
:: Now the actual update begins&lt;br /&gt;
start "" /wait setup.exe /s /v"/qn REBOOT=ReallySuppress"&lt;br /&gt;
&lt;br /&gt;
C:&lt;br /&gt;
&lt;br /&gt;
set TMP="C:\Dokumente und Einstellungen\Administrator\Lokale Einstellungen\Temp\"&lt;br /&gt;
rd C:\vmwaretools-update\&lt;br /&gt;
&lt;br /&gt;
exit&lt;br /&gt;
&lt;br /&gt;
I hope it helps you!&lt;br /&gt;
&lt;br /&gt;
Greetings Phil</description>
      <pubDate>Tue, 26 May 2009 11:20:33 GMT</pubDate>
      <author>PhilippNoack</author>
      <guid>http://communities.vmware.com/message/1262228?tstart=0#1262228</guid>
      <dc:date>2009-05-26T11:20:33Z</dc:date>
      <clearspace:dateToText>6 months, 2 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/1031360?tstart=0#1031360</link>
      <description>&lt;br /&gt;
Actuall, I just tried it and it doesn't work. You need to insert 'REINSTALL=ALL' just before the Reboot statement.&lt;br /&gt;
&lt;p /&gt;
 Sorry.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
"I'll never turn to the Dark Side..."</description>
      <pubDate>Fri, 22 Aug 2008 11:36:55 GMT</pubDate>
      <author>Integr8</author>
      <guid>http://communities.vmware.com/message/1031360?tstart=0#1031360</guid>
      <dc:date>2008-08-22T11:36:55Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/1029940?tstart=0#1029940</link>
      <description>&lt;br /&gt;
Hi... This is the script I use, just replace '\\server\share'...&lt;br /&gt;
&lt;p /&gt;
(This one doesn't reboot) - msiexec.exe /i "\\server\share\vmware tools.msi" /qn REINSTALLMODE=vamus REBOOT="ReallySuppress"&lt;br /&gt;
&lt;p /&gt;
(This one reboots) - msiexec.exe /i "\\server\share\vmware tools.msi" /qn REINSTALLMODE=vamus /forcereboot&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Hope that helps.</description>
      <pubDate>Thu, 21 Aug 2008 07:15:48 GMT</pubDate>
      <author>Integr8</author>
      <guid>http://communities.vmware.com/message/1029940?tstart=0#1029940</guid>
      <dc:date>2008-08-21T07:15:48Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/1029394?tstart=0#1029394</link>
      <description>&lt;br /&gt;
Can you please forward me the scrip to deploy vmware tools automatically&lt;br /&gt;
&lt;p /&gt;
 thanks&lt;br /&gt;
&lt;p /&gt;
Venkata</description>
      <pubDate>Wed, 20 Aug 2008 19:46:23 GMT</pubDate>
      <author>vkadiyala</author>
      <guid>http://communities.vmware.com/message/1029394?tstart=0#1029394</guid>
      <dc:date>2008-08-20T19:46:23Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/986532?tstart=0#986532</link>
      <description>This works great. Thanks.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;b&gt;"I'll never turn to the Dark Side..."&lt;/b&gt;</description>
      <pubDate>Fri, 04 Jul 2008 08:27:19 GMT</pubDate>
      <author>Integr8</author>
      <guid>http://communities.vmware.com/message/986532?tstart=0#986532</guid>
      <dc:date>2008-07-04T08:27:19Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/971272?tstart=0#971272</link>
      <description>&lt;br /&gt;
kimono-&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Can you please send me the files that got you going on this?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
-thanks</description>
      <pubDate>Fri, 13 Jun 2008 20:33:32 GMT</pubDate>
      <author>gzulauf</author>
      <guid>http://communities.vmware.com/message/971272?tstart=0#971272</guid>
      <dc:date>2008-06-13T20:33:32Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/778406?tstart=0#778406</link>
      <description>&lt;br /&gt;
Can you provide me the .mst file? &lt;a class="jive-link-email" href="mailto:BartVerbruggen2@gmail.com"&gt;BartVerbruggen2@gmail.com&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
Thanks</description>
      <pubDate>Thu, 25 Oct 2007 11:47:23 GMT</pubDate>
      <author>Bart Verbruggen</author>
      <guid>http://communities.vmware.com/message/778406?tstart=0#778406</guid>
      <dc:date>2007-10-25T11:47:23Z</dc:date>
      <clearspace:dateToText>2 years, 1 month ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/718818?tstart=0#718818</link>
      <description>... Finally got this to work with ZFS. Part of it was an MSI problem, part of it was ZFS problem. So it's working, as suggested by you peeps, using setup.exe instead of MSI. My problem was not deploying the entire contents of windows.iso before running the post distribution script.  (I thought the MSI file and SETUP.EXE plus a few others was enough) &lt;br /&gt;
&lt;br /&gt;
So now deploying tools silently.</description>
      <pubDate>Thu, 09 Aug 2007 08:46:23 GMT</pubDate>
      <author>kimono</author>
      <guid>http://communities.vmware.com/message/718818?tstart=0#718818</guid>
      <dc:date>2007-08-09T08:46:23Z</dc:date>
      <clearspace:dateToText>2 years, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/710868?tstart=0#710868</link>
      <description>I've just picked up on this thread and feel everybodies pain.  I am attempting to deploy VM Tools UPGRADES to Windows using Zen For Servers, and have tried many permutations of MSI based deployments, as well as a file deployment of setup.exe and all the other files, with a post deploy command to run setup.exe, but it all still craps out with these sorts of MSI errors:&lt;br /&gt;
&lt;br /&gt;
Product: VMware Tools -- Error 1309.Error reading from file: C:\program files\VMware\VMware Tools\Drivers\scsi\win2k\disk.tag. System error 3. Verify that the file exists and that you can access it.&lt;br /&gt;
&lt;br /&gt;
Product: VMware Tools -- Error 1316.A network error occurred while attempting to read from the file VMware Tools.msi&lt;br /&gt;
&lt;p /&gt;
I'll continue to work on it tomorrow, but if anybody else has cracked the upgrade egg I'll gladly listen !</description>
      <pubDate>Wed, 01 Aug 2007 09:29:52 GMT</pubDate>
      <author>kimono</author>
      <guid>http://communities.vmware.com/message/710868?tstart=0#710868</guid>
      <dc:date>2007-08-01T09:29:52Z</dc:date>
      <clearspace:dateToText>2 years, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/623858?tstart=0#623858</link>
      <description>Hi - can you send me a copy of the transform for the MSI and confirmation of the line command to install?  Thank you in advance.  (george.2.williamson @ bt.com)&lt;br /&gt;
&lt;br /&gt;
Message was edited by: &lt;br /&gt;
        williag</description>
      <pubDate>Tue, 17 Apr 2007 17:15:58 GMT</pubDate>
      <author>williag</author>
      <guid>http://communities.vmware.com/message/623858?tstart=0#623858</guid>
      <dc:date>2007-04-17T17:15:58Z</dc:date>
      <clearspace:dateToText>2 years, 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/506535?tstart=0#506535</link>
      <description>Can someone send me the transforms file for the hardware acceleration that is listed in this post please. sean.borgardt@thrivent.com&lt;br /&gt;
&lt;br /&gt;
Thanks much!!</description>
      <pubDate>Thu, 02 Nov 2006 02:00:07 GMT</pubDate>
      <author>JB1024</author>
      <guid>http://communities.vmware.com/message/506535?tstart=0#506535</guid>
      <dc:date>2006-11-02T02:00:07Z</dc:date>
      <clearspace:dateToText>3 years, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/409597?tstart=0#409597</link>
      <description>I tried deploying VMware Tools via AD 2k3 a while ago, and it failed, it just seemed to uninstall the current version of vmware tools installed. All our templates have a version of vmware tools installed, but we have too many VMs to update manually, I've returned to Automating VMware Tools rollout again, I've followed this procedure (which doesn't seem different to what I did for deploying vmware tools before) and it still does the same thing, It seems to leave me with a Guest machine with all the drivers missing, network, vidoe card etc, no service started, no VMware smartray icon!&lt;br /&gt;
&lt;br /&gt;
What am I missing? Is it possible to complete AN UPGRADE of VMware Tools on Win2k, Win2k3, WinXP, Win2k, Winnt4 via AD2k3 or am I wasting my time?&lt;br /&gt;
&lt;br /&gt;
Do I need to look at scripts?</description>
      <pubDate>Thu, 01 Jun 2006 08:11:56 GMT</pubDate>
      <author>einstein-a-go-go</author>
      <guid>http://communities.vmware.com/message/409597?tstart=0#409597</guid>
      <dc:date>2006-06-01T08:11:56Z</dc:date>
      <clearspace:dateToText>3 years, 5 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/407176?tstart=0#407176</link>
      <description>I appreciate that they make rock-solid virtualization tools, and I'm grateful. The problem is that they require the guests to run software packages to get them to play nice in the virtual world. That we have to lower our security settings to perform routine maintenance on the guest systems undermines sysadmin/customer confidence in the product. Suck it up, and submit the drivers for signing. Honestly, I don't care if the signed drivers are cutting edge, I just want to be able to deploy them to my entire farm quickly. &lt;br /&gt;
&lt;br /&gt;
Some vendors post two driver sets; a bleeding edge driver for those who want it, and a WHQL-signed driver, for those who want simplicity.</description>
      <pubDate>Fri, 26 May 2006 19:43:03 GMT</pubDate>
      <author>Barry Randall</author>
      <guid>http://communities.vmware.com/message/407176?tstart=0#407176</guid>
      <dc:date>2006-05-26T19:43:03Z</dc:date>
      <clearspace:dateToText>3 years, 6 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/404598?tstart=0#404598</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
thanx for all the scripts. But i still get the "system file protection" dialogbox. &lt;br /&gt;
Do you all ignore this one?&lt;br /&gt;
&lt;br /&gt;
With kind regards,&lt;br /&gt;
&lt;br /&gt;
Ruud</description>
      <pubDate>Tue, 23 May 2006 10:42:43 GMT</pubDate>
      <author>Solfoit</author>
      <guid>http://communities.vmware.com/message/404598?tstart=0#404598</guid>
      <dc:date>2006-05-23T10:42:43Z</dc:date>
      <clearspace:dateToText>3 years, 6 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/404356?tstart=0#404356</link>
      <description>Hey All,&lt;br /&gt;
&lt;br /&gt;
I just upgraded to 2.5.3 I do see the transforms included from vmware now. Has anyone been able to use them for doing a silent install of the vmware tools?&lt;br /&gt;
&lt;br /&gt;
Jeff</description>
      <pubDate>Mon, 22 May 2006 21:29:51 GMT</pubDate>
      <author>jeffwitt41</author>
      <guid>http://communities.vmware.com/message/404356?tstart=0#404356</guid>
      <dc:date>2006-05-22T21:29:51Z</dc:date>
      <clearspace:dateToText>3 years, 6 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/353856?tstart=0#353856</link>
      <description>Rajeev, can you send the transform you used? &lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
Jarrod&lt;br /&gt;
&lt;br /&gt;
rodsramair@yahoo.com</description>
      <pubDate>Fri, 17 Feb 2006 16:58:44 GMT</pubDate>
      <author>jswetland</author>
      <guid>http://communities.vmware.com/message/353856?tstart=0#353856</guid>
      <dc:date>2006-02-17T16:58:44Z</dc:date>
      <clearspace:dateToText>3 years, 9 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/350713?tstart=0#350713</link>
      <description>Hi!&lt;br /&gt;
To install the tools during Altiris/RDP I created a autologon and did not use runonce as the install needs the Explorer GUI to install itself. Used the RUN key. A small compilation of batch files toke care of it all.&lt;br /&gt;
&lt;br /&gt;
Just my 2c...&lt;br /&gt;
&lt;br /&gt;
JJ</description>
      <pubDate>Mon, 13 Feb 2006 14:50:29 GMT</pubDate>
      <author>johnjore</author>
      <guid>http://communities.vmware.com/message/350713?tstart=0#350713</guid>
      <dc:date>2006-02-13T14:50:29Z</dc:date>
      <clearspace:dateToText>3 years, 9 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/350710?tstart=0#350710</link>
      <description>Guys, save yourself a lot of work and use "AutoIt".. It has a lot more functionality and does the same as ScriptIt, but also supports the mouse.&lt;br /&gt;
&lt;br /&gt;
My 2c...&lt;br /&gt;
&lt;p /&gt;
JJ</description>
      <pubDate>Mon, 13 Feb 2006 14:47:26 GMT</pubDate>
      <author>johnjore</author>
      <guid>http://communities.vmware.com/message/350710?tstart=0#350710</guid>
      <dc:date>2006-02-13T14:47:26Z</dc:date>
      <clearspace:dateToText>3 years, 9 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/350690?tstart=0#350690</link>
      <description>1) The SDB file is created only when you run the secedit command.  In fact is can be deleted once the command has run successfully.&lt;br /&gt;
&lt;br /&gt;
2) For XP I would suggest using GPUPDATE instead of secedit.  You may need to use the /force switch to ensure the setting takes place.</description>
      <pubDate>Mon, 13 Feb 2006 14:26:42 GMT</pubDate>
      <author>Rajeev</author>
      <guid>http://communities.vmware.com/message/350690?tstart=0#350690</guid>
      <dc:date>2006-02-13T14:26:42Z</dc:date>
      <clearspace:dateToText>3 years, 9 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/348714?tstart=0#348714</link>
      <description>Hi Henrik&lt;br /&gt;
&lt;br /&gt;
I can't find the .mst file.&lt;br /&gt;
&lt;br /&gt;
Could you show it, or mail it to me&lt;br /&gt;
&lt;br /&gt;
ph_p (at) hotmail dot com</description>
      <pubDate>Thu, 09 Feb 2006 13:54:45 GMT</pubDate>
      <author>ZePierre</author>
      <guid>http://communities.vmware.com/message/348714?tstart=0#348714</guid>
      <dc:date>2006-02-09T13:54:45Z</dc:date>
      <clearspace:dateToText>3 years, 9 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/337401?tstart=0#337401</link>
      <description>Hello Forum, couple of questions...&lt;br /&gt;
&lt;br /&gt;
- Using the "secedit" option posted by doslager to import the policy settings to enable\disable unsigned driver signing...do you have to create the *.sdb file, or is this just a (dummy) text file to complete the syntax?&lt;br /&gt;
&lt;br /&gt;
- Has anyone tried this method under a Windows XP VM?  I'm trying to use this method under an XP-VM, and can actually witness the necessary change (silently succeed) to the policy via gpedit.msc, however I'm still receving the hardware install wizard when the MSI kicks off, and the policy "mysteriously" changes back to (warn but allow)&lt;br /&gt;
&lt;br /&gt;
Any assistance will be appreciated, and TIA&lt;br /&gt;
&lt;br /&gt;
- Jay</description>
      <pubDate>Thu, 19 Jan 2006 21:53:00 GMT</pubDate>
      <author>JRTek7</author>
      <guid>http://communities.vmware.com/message/337401?tstart=0#337401</guid>
      <dc:date>2006-01-19T21:53:00Z</dc:date>
      <clearspace:dateToText>3 years, 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/299324?tstart=0#299324</link>
      <description>finally this script is finished.. and most of all.. it's working.&lt;br /&gt;
tried it on a few servers (w2k3 SP1) today&lt;br /&gt;
&lt;br /&gt;
normally we will try to distribute it with sms on our next esx patch, normally it will save us many hours&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
Maybe another related question.. now that we know how to update our vm's is there a way to get the "new" tools out of the upgrade tar from vmware? &lt;br /&gt;
&lt;br /&gt;
so in fact we want to upgrade our vm's first and afterwards upgrade the esx.. so after the esx reboot all the vm's are ok..&lt;br /&gt;
&lt;br /&gt;
i know the location of the vmtools iso at the esx /usr/lib/vmware/isoimages but where are they in the upgrade package so that we can extract them in some way?&lt;br /&gt;
&lt;br /&gt;
Message was edited by: &lt;br /&gt;
        TomVDB</description>
      <pubDate>Thu, 27 Oct 2005 09:06:02 GMT</pubDate>
      <author>TomVDB</author>
      <guid>http://communities.vmware.com/message/299324?tstart=0#299324</guid>
      <dc:date>2005-10-27T09:06:02Z</dc:date>
      <clearspace:dateToText>4 years, 4 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/299291?tstart=0#299291</link>
      <description>No, not specifically for TS. We just do that with almost all of our scripts to ensure compatibility, as we have a lot of terminal servers in our organisation.&lt;br /&gt;
&lt;br /&gt;
Regards Henrik</description>
      <pubDate>Thu, 27 Oct 2005 05:28:58 GMT</pubDate>
      <author>moenster</author>
      <guid>http://communities.vmware.com/message/299291?tstart=0#299291</guid>
      <dc:date>2005-10-27T05:28:58Z</dc:date>
      <clearspace:dateToText>4 years, 4 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/299274?tstart=0#299274</link>
      <description>Are your scripts written specifically for Windows servers with Terminal Services and Citrix?  I noticed the &lt;b&gt;change user&lt;/b&gt; commands.&lt;br /&gt;
&lt;br /&gt;
Jas</description>
      <pubDate>Thu, 27 Oct 2005 03:09:09 GMT</pubDate>
      <author>jasonboche</author>
      <guid>http://communities.vmware.com/message/299274?tstart=0#299274</guid>
      <dc:date>2005-10-27T03:09:09Z</dc:date>
      <clearspace:dateToText>4 years, 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/299064?tstart=0#299064</link>
      <description>Hi all&lt;br /&gt;
&lt;br /&gt;
Nothing new here, I just want to summarize the stuff from this thread into what I have put together and am using from Altiris rapid deployment.&lt;br /&gt;
&lt;br /&gt;
The reg-, mst- and inf-files are all documented in this thread.&lt;br /&gt;
&lt;br /&gt;
Regards Henrik&lt;br /&gt;
&lt;p /&gt;
W2k:&lt;br /&gt;
SET VMTOOLPATH=&lt;br clear="all" /&gt;path to vmtools install&lt;br /&gt;
regedit /s "%VMTOOLPATH%\disableDriverSigningWarning.reg"&lt;br /&gt;
change user /install&lt;br /&gt;
Msiexec /I "%VMTOOLPATH%\VMware Tools.msi" /qn TRANSFORMS="%VMTOOLPATH%\hwaccel.mst" addlocal=all REINSTALLMODE=vamus REBOOT="ReallySuppress"&lt;br /&gt;
change user /execute&lt;br /&gt;
regedit /s "%VMTOOLPATH%\enableDriverSigningWarning.reg"&lt;br /&gt;
del /q %VMTOOLPATH%\scrap.sdb&lt;br /&gt;
del /q %VMTOOLPATH%\scrap2.sdb&lt;br /&gt;
&lt;p /&gt;
W2k3:&lt;br /&gt;
SET VMTOOLPATH=&lt;br clear="all" /&gt;path to vmtools install&lt;br /&gt;
secedit /configure /db %VMTOOLPATH%\scrap.sdb /cfg %VMTOOLPATH%\DriverSignDisable.inf&lt;br /&gt;
change user /install&lt;br /&gt;
Msiexec /I "%VMTOOLPATH%\VMware Tools.msi" /qn TRANSFORMS="%VMTOOLPATH%\hwaccel.mst" addlocal=all REINSTALLMODE=vamus REBOOT="ReallySuppress"&lt;br /&gt;
change user /execute&lt;br /&gt;
secedit /configure /db %VMTOOLPATH%\scrap2.sdb /cfg %VMTOOLPATH%\DriverSignEnable.inf&lt;br /&gt;
del /q %VMTOOLPATH%\scrap.sdb&lt;br /&gt;
del /q %VMTOOLPATH%\scrap2.sdb</description>
      <pubDate>Wed, 26 Oct 2005 19:54:08 GMT</pubDate>
      <author>moenster</author>
      <guid>http://communities.vmware.com/message/299064?tstart=0#299064</guid>
      <dc:date>2005-10-26T19:54:08Z</dc:date>
      <clearspace:dateToText>4 years, 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/298401?tstart=0#298401</link>
      <description>&lt;div class="jive-quote"&gt;Which brings me to the real point of  my post... Why has VMWare&lt;br /&gt;
not addressed this issue?! This should be a simple "setup.exe&lt;br /&gt;
[/upgrade] [/silent]" command that I can push however I want,&lt;br /&gt;
whenever I want without creating a three-ringed&lt;br /&gt;
 circus of scripts and reg hacks.&lt;/div&gt;
&lt;br /&gt;
The easy answer? The drivers aren't signed. Why they aren't signed is a great mystery, even though I wouldn't be surprised if Microsoft plain didn't want to. They tried acquiring VMware way back when, and VMware said nope. Probably a little bit of animosity there..</description>
      <pubDate>Tue, 25 Oct 2005 18:25:52 GMT</pubDate>
      <author>diztorted</author>
      <guid>http://communities.vmware.com/message/298401?tstart=0#298401</guid>
      <dc:date>2005-10-25T18:25:52Z</dc:date>
      <clearspace:dateToText>4 years, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/298344?tstart=0#298344</link>
      <description>&lt;div class="jive-quote"&gt;Everyone here has done some good work and spent a lot&lt;br /&gt;
of time on this problem.  I appreciate your time and&lt;br /&gt;
effort as this is a problem that plagues all ESX&lt;br /&gt;
administrators.  Which brings me to the real point of&lt;br /&gt;
my post... Why has VMWare not addressed this issue?!&lt;br /&gt;
This should be a simple "setup.exe [/upgrade]&lt;br /&gt;
[/silent]" command that I can push however I want,&lt;br /&gt;
whenever I want without creating a three-ringed&lt;br /&gt;
 circus of scripts and reg hacks.&lt;/div&gt;
&lt;br /&gt;
This question was brought up in the "Ask the VMTN forum experts panel" session.  JMills of VMware responded with the answer.  The response as I remember it went something like this "This is a guest OS issue which is not something that VMware spends much of its time focusing on.  Use conventional methods or 3rd party tools to figure out how to automate this process.  VMware prefers to allocate its resources on virtualization technology development rather than minor guest issues."&lt;br /&gt;
&lt;br /&gt;
If I got any of the above wrong, feel free to correct me.</description>
      <pubDate>Tue, 25 Oct 2005 17:10:05 GMT</pubDate>
      <author>jasonboche</author>
      <guid>http://communities.vmware.com/message/298344?tstart=0#298344</guid>
      <dc:date>2005-10-25T17:10:05Z</dc:date>
      <clearspace:dateToText>4 years, 1 month ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/298334?tstart=0#298334</link>
      <description>Everyone here has done some good work and spent a lot of time on this problem.  I appreciate your time and effort as this is a problem that plagues all ESX administrators.  Which brings me to the real point of my post... Why has VMWare not addressed this issue?!  This should be a simple "setup.exe [/upgrade] [/silent]" command that I can push however I want, whenever I want without creating a three-ringed circus of scripts and reg hacks.</description>
      <pubDate>Tue, 25 Oct 2005 16:51:19 GMT</pubDate>
      <author>MattHoag</author>
      <guid>http://communities.vmware.com/message/298334?tstart=0#298334</guid>
      <dc:date>2005-10-25T16:51:19Z</dc:date>
      <clearspace:dateToText>4 years, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/295319?tstart=0#295319</link>
      <description>Congrats &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;</description>
      <pubDate>Tue, 18 Oct 2005 14:14:35 GMT</pubDate>
      <author>diztorted</author>
      <guid>http://communities.vmware.com/message/295319?tstart=0#295319</guid>
      <dc:date>2005-10-18T14:14:35Z</dc:date>
      <clearspace:dateToText>4 years, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/295253?tstart=0#295253</link>
      <description>AhhhhHA!!!!  Seems my whole problem all along was that I had a space at the end of every line when I coppied the text of the .inf file from this forum and my test box.  Also, there was a space in $CHICAGO $ which should be $CHICAGO$ &amp;lt;-no space after O...&lt;br /&gt;
&lt;br /&gt;
Now things are working!!!</description>
      <pubDate>Tue, 18 Oct 2005 12:28:56 GMT</pubDate>
      <author>pmorrison</author>
      <guid>http://communities.vmware.com/message/295253?tstart=0#295253</guid>
      <dc:date>2005-10-18T12:28:56Z</dc:date>
      <clearspace:dateToText>4 years, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/295091?tstart=0#295091</link>
      <description>What I would recommend doing is reading up in the thread where doslager referenced how he accomplished the silent update. He, like our org., used local security policy instead of relying on GPO. Our folks who take care of our software pushes made a pretty clean way to update the local security driver signing policy.. It may be just the fix (assuming you haven't tried it)..</description>
      <pubDate>Mon, 17 Oct 2005 22:51:23 GMT</pubDate>
      <author>diztorted</author>
      <guid>http://communities.vmware.com/message/295091?tstart=0#295091</guid>
      <dc:date>2005-10-17T22:51:23Z</dc:date>
      <clearspace:dateToText>4 years, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/295073?tstart=0#295073</link>
      <description>we are trying to use one tool so that all operations has to do is drop a package of rdp jobs on a waiting machine, vm or real, to deploy a new server.  we have about 30 other rdp jobs that have to run after the server is "up".  if I use a template I will either have to update two locations and teach folks to use two tools, or put it all in an image...  which I don't want to do.</description>
      <pubDate>Mon, 17 Oct 2005 21:39:29 GMT</pubDate>
      <author>pmorrison</author>
      <guid>http://communities.vmware.com/message/295073?tstart=0#295073</guid>
      <dc:date>2005-10-17T21:39:29Z</dc:date>
      <clearspace:dateToText>4 years, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>11</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/295039?tstart=0#295039</link>
      <description>Silly question, but I'll ask (and this is foolishly assuming that you have, and use, VirtualCenter)... Why don't you just create a template that already has tools installed?</description>
      <pubDate>Mon, 17 Oct 2005 20:31:02 GMT</pubDate>
      <author>diztorted</author>
      <guid>http://communities.vmware.com/message/295039?tstart=0#295039</guid>
      <dc:date>2005-10-17T20:31:02Z</dc:date>
      <clearspace:dateToText>4 years, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>12</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/295018?tstart=0#295018</link>
      <description>Why, oh why, does this have to be so hard.&lt;br /&gt;
&lt;br /&gt;
I have tried, and used succesfully, the GPO method but it does not help for new installs.&lt;br /&gt;
&lt;br /&gt;
I am using HP's Rapid Deployment Pack (from Altiris) and am trying to get the darn Tools to install during a run once after the OS starts up and cant seem to get past the driver signing policy....</description>
      <pubDate>Mon, 17 Oct 2005 19:46:02 GMT</pubDate>
      <author>pmorrison</author>
      <guid>http://communities.vmware.com/message/295018?tstart=0#295018</guid>
      <dc:date>2005-10-17T19:46:02Z</dc:date>
      <clearspace:dateToText>4 years, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>14</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/291479?tstart=0#291479</link>
      <description>We're doing something similar, and have found that this method works fantastic for pushing VMware Tools silently via a software delivery method (we use CA's SDO).. We tested it out recently when we upgraded to 2.5.2.. worked like a champ &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;</description>
      <pubDate>Fri, 07 Oct 2005 21:35:12 GMT</pubDate>
      <author>diztorted</author>
      <guid>http://communities.vmware.com/message/291479?tstart=0#291479</guid>
      <dc:date>2005-10-07T21:35:12Z</dc:date>
      <clearspace:dateToText>4 years, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>15</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/291402?tstart=0#291402</link>
      <description>Here's what I used to get the INF file to import:&lt;br /&gt;
     &lt;b&gt;secedit /configure /db .\blah.sdb /cfg .\enabledriversigningpolicy.inf&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
I then delete the blah.sdb file. I'm not sure it's function, but it's needed to complete the syntax for secedit. &lt;br /&gt;
&lt;br /&gt;
One thing i did do was to reverse engineer the INF file by doing an export&lt;br /&gt;
     &lt;b&gt;secedit /export /cfg exportedsettings.inf&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
Then i looked in the INF file and saw the setting that needed tweaking, as below. &lt;br /&gt;
&lt;br /&gt;
(You can find the limited documentation for secedit at: &lt;a class="jive-link-external" href="http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/ServerHelp/b1007de8-a11a-4d88-9370-25e244560587.mspx"&gt;http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/ServerHelp/b1007de8-a11a-4d88-9370-25e244560587.mspx&lt;/a&gt;)&lt;br /&gt;
&lt;br /&gt;
FYI: There were some line breaks that got messed up in the above quoting/re-posting. Here is the line *between* quotes with no line breaks:&lt;br /&gt;
      "&lt;b&gt;MACHINE\Software\Microsoft\Driver Signing\Policy=3,1&lt;/b&gt;" &lt;br /&gt;
NOTE the space in "Driver Signing"&lt;br /&gt;
NOTE: 3,1 is "warn".....3,0 is "ignore"...and 3,2 is "block"&lt;br /&gt;
&lt;br /&gt;
My method was to do this via a cmdlines.txt using sysprep. The policy is set to ignore drivers during the PnP re-discovery using the following line in my sysprep.inf [Unattended] Section. This allows the Mini Setup to re-find the NIC and install the drivers. W/o the ignore, it would not install the NIC, and thus not be able to join a domain, etc. &lt;br /&gt;
&lt;b&gt;     [Unattended]&lt;br /&gt;
     DriverSigningPolicy = Ignore&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Then it reapplys the driver signing policy at the end of MiniSetup with the above command part of the cmdlines.txt.  This sets the policy back to where i want it ("warn but allow"). Otherwise sysprep/mini-setup would've set the machine policy to "ignore" and left it like that. &lt;br /&gt;
&lt;br /&gt;
Hope this helps...i spent alot of time trying to figure out secedit and it's somewhat cryptic syntax. If you want the INF, and/or any of the sysprep stuff, email me at doslager (@) yahoo (dot) com, and i'll be happy to help. &lt;br /&gt;
&lt;br /&gt;
Dave O.</description>
      <pubDate>Fri, 07 Oct 2005 19:06:39 GMT</pubDate>
      <author>doslager</author>
      <guid>http://communities.vmware.com/message/291402?tstart=0#291402</guid>
      <dc:date>2005-10-07T19:06:39Z</dc:date>
      <clearspace:dateToText>4 years, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>16</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/276079?tstart=0#276079</link>
      <description>&lt;div class="jive-quote"&gt;I finally edited the msi with Wise and specified that&lt;br /&gt;
this package would upgrade the previous package (had&lt;br /&gt;
to give it a new product code). I first published the&lt;br /&gt;
msi to an administrative install share, got that from&lt;br /&gt;
another post:&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/community/thread.jspa?threadID=1"&gt;http://www.vmware.com/community/thread.jspa?threadID=1&lt;/a&gt;&lt;br /&gt;
3440&amp;#38;start=15&amp;#38;tstart=0&lt;br /&gt;
&lt;p /&gt;
For the driver signing in W2K3, I created a .inf that&lt;br /&gt;
sets the local security and import it with secedit.&lt;br /&gt;
&lt;p /&gt;
Contents of the .inf to disable the unsigned driver&lt;br /&gt;
warning:&lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;[Unicode]&lt;br /&gt;
Unicode=yes&lt;br /&gt;
[Version]&lt;br /&gt;
signature="$CHICAGO$"&lt;br /&gt;
Revision=1&lt;br /&gt;
[Registry Values]&lt;br /&gt;
MACHINE\Software\Microsoft\Driver&lt;br /&gt;
Signing\Policy=3,0&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
To reset it back to default:&lt;br /&gt;
&lt;b&gt;[Unicode]&lt;br /&gt;
Unicode=yes&lt;br /&gt;
[Version]&lt;br /&gt;
signature="$CHICAGO$"&lt;br /&gt;
Revision=1&lt;br /&gt;
[Registry Values]&lt;br /&gt;
MACHINE\Software\Microsoft\Driver&lt;br /&gt;
Signing\Policy=3,1&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
Now that these steps all work individualy, I'm going&lt;br /&gt;
to wrap it all up in a vb script. I'll post the whole&lt;br /&gt;
thing when I'm done.&lt;br /&gt;
&lt;p /&gt;
Randy&lt;/div&gt;
&lt;br /&gt;
I'm interesting in this inf method of changing the setting - can you give me sample of what you would use in secedit command to do this...&lt;br /&gt;
&lt;br /&gt;
Did you ever get round to writting this VBS File?&lt;br /&gt;
&lt;br /&gt;
Kind Regards&lt;br /&gt;
Mike</description>
      <pubDate>Tue, 20 Sep 2005 13:29:09 GMT</pubDate>
      <author>Mike_Laverick</author>
      <guid>http://communities.vmware.com/message/276079?tstart=0#276079</guid>
      <dc:date>2005-09-20T13:29:09Z</dc:date>
      <clearspace:dateToText>4 years, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>18</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/275945?tstart=0#275945</link>
      <description>You have mail!</description>
      <pubDate>Tue, 20 Sep 2005 12:42:41 GMT</pubDate>
      <author>Rajeev</author>
      <guid>http://communities.vmware.com/message/275945?tstart=0#275945</guid>
      <dc:date>2005-09-20T12:42:41Z</dc:date>
      <clearspace:dateToText>4 years, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/275710?tstart=0#275710</link>
      <description>&lt;div class="jive-quote"&gt;After some messing around I FINALLY figured out how&lt;br /&gt;
to bypass the Hardware Acceleration check (for&lt;br /&gt;
Windows 2003) during the install.  What you need to&lt;br /&gt;
do is create a transform that removes the following&lt;br /&gt;
lines from the InstallExecuteSequence in the MSI.&lt;br /&gt;
&lt;p /&gt;
VM_CheckHWAcceleration&lt;br /&gt;
VM_CheckHWAcceleration_SetData&lt;br /&gt;
&lt;p /&gt;
If you want the file let me know.&lt;/div&gt;
&lt;br /&gt;
Hi there...&lt;br /&gt;
&lt;br /&gt;
Can I have copy of the transform file - can you give me a sample of the command-line usage of msiexec so I know how to run it?&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
Mike Laverick&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.rtfm-ed.co.uk/vmware"&gt;RTFM Education - VMware&lt;/a&gt;</description>
      <pubDate>Tue, 20 Sep 2005 09:38:41 GMT</pubDate>
      <author>Mike_Laverick</author>
      <guid>http://communities.vmware.com/message/275710?tstart=0#275710</guid>
      <dc:date>2005-09-20T09:38:41Z</dc:date>
      <clearspace:dateToText>4 years, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/275704?tstart=0#275704</link>
      <description>&lt;div class="jive-quote"&gt;Hi&lt;br /&gt;
&lt;p /&gt;
I wasn't able to make it work as described above, but&lt;br /&gt;
the following made it work for me&lt;br /&gt;
&lt;p /&gt;
&lt;i&gt;SET VMTOOLPATH=&lt;br clear="all" /&gt;path&lt;br /&gt;
&lt;p /&gt;
regedit /s&lt;br /&gt;
"%VMTOOLPATH%\disableDriverSigningWarning.reg"&lt;br /&gt;
msiexec.exe /i "%VMTOOLPATH%\VMware Tools.msi" /q&lt;br /&gt;
REBOOT="ReallySuppress"&lt;br /&gt;
regedit /s&lt;br /&gt;
"%VMTOOLPATH%\enableDriverSigningWarning.reg"&lt;/i&gt;&lt;br /&gt;
&lt;p /&gt;
By editing a single value in the msi-file, using&lt;br /&gt;
orca, I can change the installation type.&lt;br /&gt;
&lt;p /&gt;
How come the first didn't work?&lt;br /&gt;
&lt;p /&gt;
This was all on windows 2000, the driver signing&lt;br /&gt;
stuff doesn't seem to work on server 2003.&lt;br /&gt;
&lt;p /&gt;
Regards Henrik&lt;/div&gt;
&lt;br /&gt;
There is a good reason why this reg method of disabling the driver pop-ups on Windows 2003.&lt;br /&gt;
&lt;br /&gt;
Microsoft has removed the method!&lt;br /&gt;
&lt;br /&gt;
This is because dodgy hardware vendors would use a reg file to bypass the protection to the users - to get their driver on without messages - and the switch it back on. Thus negating the whole point of Driver Signing Protection.&lt;br /&gt;
&lt;br /&gt;
The reasoning behind this is documented here:&lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://support.microsoft.com/kb/298503"&gt;http://support.microsoft.com/kb/298503&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
The only way to disable the pop-ups in W2K3 is with either a transform file or using AD Policies - outlined in the document above to supress it...&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
Mike Laverick&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.rtfm-ed.co.uk/vmware"&gt;RTFM Education - VMware&lt;/a&gt;</description>
      <pubDate>Tue, 20 Sep 2005 09:37:13 GMT</pubDate>
      <author>Mike_Laverick</author>
      <guid>http://communities.vmware.com/message/275704?tstart=0#275704</guid>
      <dc:date>2005-09-20T09:37:13Z</dc:date>
      <clearspace:dateToText>4 years, 2 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/263871?tstart=0#263871</link>
      <description>Just tried the vbs script posted above and it works like a charm!</description>
      <pubDate>Wed, 07 Sep 2005 17:54:05 GMT</pubDate>
      <author>Rajeev</author>
      <guid>http://communities.vmware.com/message/263871?tstart=0#263871</guid>
      <dc:date>2005-09-07T17:54:05Z</dc:date>
      <clearspace:dateToText>4 years, 2 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/263744?tstart=0#263744</link>
      <description>Awsome!!!  I'm going to give this a try.  I think the combination of the two solutions should help everyone out!</description>
      <pubDate>Wed, 07 Sep 2005 15:39:11 GMT</pubDate>
      <author>Rajeev</author>
      <guid>http://communities.vmware.com/message/263744?tstart=0#263744</guid>
      <dc:date>2005-09-07T15:39:11Z</dc:date>
      <clearspace:dateToText>4 years, 2 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/263607?tstart=0#263607</link>
      <description>We've used a combination of the "reg" command with a custom VBS script to script the process of enabling the video hardware acceleration.  It's ugly and not very elegant, but it works.  The command line is:&lt;br /&gt;
&lt;br /&gt;
reg query HKLM\HARDWARE\DEVICEMAP\VIDEO | find /i "video0" | cscript enablehdwacc.vbs&lt;br /&gt;
&lt;br /&gt;
All that does is change the setting in the registry so it takes effect on the next reboot.&lt;br /&gt;
&lt;br /&gt;
This is the enablehdwacc.vbs:&lt;br /&gt;
&lt;br /&gt;
Set WshShell = WScript.CreateObject("WScript.Shell")&lt;br /&gt;
&lt;br /&gt;
' Acceleration Levels go from 0 to 5.  0=full, 5=none&lt;br /&gt;
intAccelLevel = 0&lt;br /&gt;
&lt;br /&gt;
' Read output from the following command:&lt;br /&gt;
'&lt;br /&gt;
' reg query HKLM\HARDWARE\DEVICEMAP\VIDEO | find /i "video0" &lt;br /&gt;
'&lt;br /&gt;
' We have to do it this way because the name of the key we want&lt;br /&gt;
' is "\Device\Video0" (including the backslashes). The "\" character&lt;br /&gt;
' in the name screws up the RegRead method in VBS and there seems to be&lt;br /&gt;
' no way to escape it out.  Hence, we have to get it from the "reg.exe"&lt;br /&gt;
' command line utility instead.&lt;br /&gt;
strInputString = WScript.StdIn.ReadLine&lt;br /&gt;
&lt;br /&gt;
' Output contains "\Registry\Machine\System\CurrentControlSet\..."&lt;br /&gt;
' We need to replace "\Registry\Machine" with "HKLM" and add&lt;br /&gt;
' the Acceleration.Level value to the end&lt;br /&gt;
intStartLocation = instr(1, strInputString, "\System\CurrentControlSet\")&lt;br /&gt;
strPartKey = right(strInputString, len(strInputString) - intStartLocation +1)&lt;br /&gt;
strNewKey = "HKLM" &amp;#38; strPartKey &amp;#38; "\Acceleration.Level"&lt;br /&gt;
&lt;br /&gt;
'Write the new key to the registry&lt;br /&gt;
WshShell.RegWrite strNewKey, intAccelLevel,"REG_DWORD"</description>
      <pubDate>Wed, 07 Sep 2005 13:47:37 GMT</pubDate>
      <author>frond</author>
      <guid>http://communities.vmware.com/message/263607?tstart=0#263607</guid>
      <dc:date>2005-09-07T13:47:37Z</dc:date>
      <clearspace:dateToText>4 years, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/263512?tstart=0#263512</link>
      <description>I would actually turn on the HW accelleration, (big boost on video performance) but too this day, I have not found a way to script it. Thanks meistermn!&lt;br /&gt;
&lt;br /&gt;
I have automated it with AutoIt? but it's not a neat and clean way of doing it.&lt;br /&gt;
&lt;br /&gt;
JJ&lt;br /&gt;
&lt;p /&gt;
Message was edited by: johnjore</description>
      <pubDate>Wed, 07 Sep 2005 13:06:28 GMT</pubDate>
      <author>johnjore</author>
      <guid>http://communities.vmware.com/message/263512?tstart=0#263512</guid>
      <dc:date>2005-09-07T13:06:28Z</dc:date>
      <clearspace:dateToText>4 years, 2 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/263320?tstart=0#263320</link>
      <description>Rajeev could u email me the file?&lt;br /&gt;
&lt;br /&gt;
Thx in advantage&lt;br /&gt;
&lt;br /&gt;
tom.vandenbosch@uzleuven.be</description>
      <pubDate>Wed, 07 Sep 2005 06:02:43 GMT</pubDate>
      <author>TomVDB</author>
      <guid>http://communities.vmware.com/message/263320?tstart=0#263320</guid>
      <dc:date>2005-09-07T06:02:43Z</dc:date>
      <clearspace:dateToText>4 years, 2 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/262525?tstart=0#262525</link>
      <description>Sorry, just saw this thread.  I've just sent out the file.</description>
      <pubDate>Tue, 06 Sep 2005 16:19:01 GMT</pubDate>
      <author>Rajeev</author>
      <guid>http://communities.vmware.com/message/262525?tstart=0#262525</guid>
      <dc:date>2005-09-06T16:19:01Z</dc:date>
      <clearspace:dateToText>4 years, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/261326?tstart=0#261326</link>
      <description>Me to please :o)&lt;br /&gt;
&lt;br /&gt;
nina_dot_henrik_at_mobilixnet_dot_dk&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Regards Henrik</description>
      <pubDate>Sat, 03 Sep 2005 22:27:10 GMT</pubDate>
      <author>moenster</author>
      <guid>http://communities.vmware.com/message/261326?tstart=0#261326</guid>
      <dc:date>2005-09-03T22:27:10Z</dc:date>
      <clearspace:dateToText>4 years, 2 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/261020?tstart=0#261020</link>
      <description>Add me to the list:&lt;br /&gt;
fixthetools@gulshome.com</description>
      <pubDate>Fri, 02 Sep 2005 19:24:39 GMT</pubDate>
      <author>gul</author>
      <guid>http://communities.vmware.com/message/261020?tstart=0#261020</guid>
      <dc:date>2005-09-02T19:24:39Z</dc:date>
      <clearspace:dateToText>4 years, 2 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/260887?tstart=0#260887</link>
      <description>Hook me up please beavers_at_gtlaw_dot_com</description>
      <pubDate>Fri, 02 Sep 2005 16:32:36 GMT</pubDate>
      <author>sbeaver</author>
      <guid>http://communities.vmware.com/message/260887?tstart=0#260887</guid>
      <dc:date>2005-09-02T16:32:36Z</dc:date>
      <clearspace:dateToText>4 years, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/260846?tstart=0#260846</link>
      <description>After some messing around I FINALLY figured out how to bypass the Hardware Acceleration check (for Windows 2003) during the install.  What you need to do is create a transform that removes the following lines from the InstallExecuteSequence in the MSI.&lt;br /&gt;
&lt;br /&gt;
VM_CheckHWAcceleration&lt;br /&gt;
VM_CheckHWAcceleration_SetData&lt;br /&gt;
&lt;br /&gt;
If you want the file let me know.</description>
      <pubDate>Fri, 02 Sep 2005 15:44:32 GMT</pubDate>
      <author>Rajeev</author>
      <guid>http://communities.vmware.com/message/260846?tstart=0#260846</guid>
      <dc:date>2005-09-02T15:44:32Z</dc:date>
      <clearspace:dateToText>4 years, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/245656?tstart=0#245656</link>
      <description>That registry entry seems to change per install.  I tried the same thing and everytime I rebuilt the virtual server that entry would change.</description>
      <pubDate>Fri, 12 Aug 2005 16:01:33 GMT</pubDate>
      <author>Rajeev</author>
      <guid>http://communities.vmware.com/message/245656?tstart=0#245656</guid>
      <dc:date>2005-08-12T16:01:33Z</dc:date>
      <clearspace:dateToText>4 years, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>11</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/245633?tstart=0#245633</link>
      <description>We struggled with this for a long time, but we finally found a way to make it work.  We could manually upgrade the tools with no problem, but trying to automate it was a complete nightmare.&lt;br /&gt;
&lt;br /&gt;
Basically, the problem turned out to be that trying to use msiexec to do an automated upgrade is effectively impossible.  There is no combination of options that will reliably work in every case depending on the OS version and/or the existing tools version.  (Since we had never been able to automate an upgrade, our environment had pretty much every build of the tools going all the way back to 2.0.0 and it was a complete mess.)  &lt;br /&gt;
&lt;br /&gt;
The solution that we eventually found was to give up on msiexec and use setup.exe instead.  The command was:&lt;br /&gt;
&lt;br /&gt;
setup.exe /s /v"/qn REBOOT=Force"&lt;br /&gt;
&lt;br /&gt;
The only caveat to be aware of is that if you're scripting the process, that command will execute, spawn the upgrade process, and then immediately terminate.  Hence, your script or batch file or whatever will think that the command has finished even though the upgrade has just started to run in the background.  We normally supress all reboots in our packages and then decide when to boot via the script, but in this case that was not possible.  We just had to add the reboot=force option to the install command and script around the fact that the command would finish executing instantly and then reboot at some later point after the upgrade was finished.&lt;br /&gt;
&lt;br /&gt;
Using that method, we successfully upgraded about 70 machines running all different service packs of Windows 2000/2003 and probably six different older builds of the tools.  After living in absolute misery for so long trying to do it with msiexec, we were stunned and surprised by how perfectly it worked.&lt;br /&gt;
&lt;br /&gt;
When we're installing the tools from scratch on a new machine, though, we use msiexec because it doesn't have the "terminates instantly" problem that you get with setup.exe and is therefore easier to deal with in a script.  That command is:&lt;br /&gt;
&lt;br /&gt;
msiexec.exe /i "VMware Tools.msi" /qb ADDLOCAL=ALL REBOOT=ReallySuppress&lt;br /&gt;
&lt;br /&gt;
Notice that in that case, the reboot is supressed so that we can handle it via our software deployment tool instead.</description>
      <pubDate>Fri, 12 Aug 2005 15:37:22 GMT</pubDate>
      <author>frond</author>
      <guid>http://communities.vmware.com/message/245633?tstart=0#245633</guid>
      <dc:date>2005-08-12T15:37:22Z</dc:date>
      <clearspace:dateToText>4 years, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/240735?tstart=0#240735</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
to enable "Hardware Acceleration" do it per regedit registry /s accelerationlevelenable.reg.&lt;br /&gt;
Then reboot&lt;br /&gt;
Maybe a service restart will do it,&lt;br /&gt;
but i don't know which service.&lt;br /&gt;
&lt;br /&gt;
Bye,&lt;br /&gt;
MeisterMN&lt;br /&gt;
&lt;p /&gt;
Content of accelerationlevelenable.reg&lt;br /&gt;
&lt;br /&gt;
Enable "Hardware Acceleration" per registry&lt;br /&gt;
&lt;br /&gt;
Windows Registry Editor Version 5.00&lt;br /&gt;
&lt;br /&gt;
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video{AE086621-542C-42BB-9BBB-5F324CF89401}\0000]&lt;br /&gt;
"Acceleration.Level"=dword:00000000</description>
      <pubDate>Sun, 07 Aug 2005 16:41:35 GMT</pubDate>
      <author>meistermn</author>
      <guid>http://communities.vmware.com/message/240735?tstart=0#240735</guid>
      <dc:date>2005-08-07T16:41:35Z</dc:date>
      <clearspace:dateToText>4 years, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>12</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/234395?tstart=0#234395</link>
      <description>No need for scripting...&lt;br /&gt;
&lt;br /&gt;
If your VM's are part of W2K/3 AD you can do a VM installation/upgrade via Software Policies....&lt;br /&gt;
&lt;br /&gt;
Note:&lt;br /&gt;
	In this example AD was running in Windows 2003  but Im sure these settings would work in Window 2000 AD&lt;br /&gt;
	I realized that an administrative installation would be required after reading a MS document on System Management 2.0 which stated:&lt;br /&gt;
&lt;br /&gt;
 When you use SMS 2.0 to distribute a Windows Installer setup package, you must first set up the package source directory using Windows Installer's administrative installation. An administrative installation installs a source image of the application that is similar to a source image on a CD-ROM, but that can be installed directly from a network location. An administrative installation also prepares an application so that it can be run directly from the network location. &lt;br /&gt;
&lt;br /&gt;
You perform an administrative installation by using the Windows Installer /a command-line option.&lt;br /&gt;
&lt;br /&gt;
MSIEXEC /a setup.msi&lt;br /&gt;
&lt;br /&gt;
An administrative installation performs all actions (such as expanding compressed files) that are required to either install or run the package directly from the network location. The package author determines the exact operations to be performed for a package during an administrative installation.&lt;br /&gt;
&lt;br /&gt;
	Overview of Procedure&lt;br /&gt;
o	Copy VMware Tools to a File Server&lt;br /&gt;
o	Create an Administrative Installation of VMware Tools&lt;br /&gt;
o	Create an OU for all the VMs, Create a GPO that weaken the Driver Signing Security and Computer Software policy to allow the installation to occur&lt;br /&gt;
&lt;br /&gt;
1.	Create an Administrative Install of VMware Tools&lt;br /&gt;
2.	Open a command prompt and change into the directory where you copied the install of VMware Tools&lt;br /&gt;
3.	Type, msiexec /a "VMware Tools.msi"&lt;br /&gt;
4.	Choose Next&lt;br /&gt;
&lt;br /&gt;
Note:&lt;br /&gt;
Notice how the dialog box states The installation will create a server image of VMware Tools at a specified network location&lt;br /&gt;
&lt;br /&gt;
5.	Type a path to where you want your admin installation to be created such as C:\VMare-Tools-W2K and click the Install button&lt;br /&gt;
6.	Click Finish&lt;br /&gt;
7.	Share out the directory created, in my case C:\VMware-Tools-W2K&lt;br /&gt;
&lt;p /&gt;
8.	Weakening the Driver Signing Security using a AD Policy&lt;br /&gt;
&lt;br /&gt;
Note:&lt;br /&gt;
These instructions come from MS KB article Q298503.&lt;br /&gt;
&lt;br /&gt;
9.	In Active Directory Users &amp;#38; Computers&lt;br /&gt;
10.	Create an OU which contains all your VMs&lt;br /&gt;
11.	Move all you computer accounts for those VMs to the New OU&lt;br /&gt;
12.	Right-click the OU, Select the Group Policy Tab&lt;br /&gt;
13.	Click New, and type in a name such as VMware Tools Software Policy&lt;br /&gt;
14.	Expand + Computer Configuration, Windows Settings, Security Settings, Security Options&lt;br /&gt;
15.	Locate the policy called:&lt;br /&gt;
&lt;br /&gt;
Device: Unsigned Driver Installation Behavior&lt;br /&gt;
Choose X Silently Succeed&lt;br /&gt;
&lt;br /&gt;
16.	Choose OK and Close all Windows&lt;br /&gt;
&lt;br /&gt;
17.	Creating a Computer Software Installation Policy&lt;br /&gt;
18.	Expand + Computer Configuration, Software Settings&lt;br /&gt;
19.	Right-click Software Installation&lt;br /&gt;
20.	Choose New, and Package&lt;br /&gt;
21.	Browse to your file server, and select the MSI File, in my case \\fileserver1\VMware-Tools-W2K\VMware Tools.msi&lt;br /&gt;
22.	Choose © Assigned&lt;br /&gt;
&lt;br /&gt;
Note:&lt;br /&gt;
If you have Virtual center, like me, you can schedule a reboot which should force it to refresh the policy and install the VMware Tools. &lt;br /&gt;
The VM will automatically reboot itself as is required in the new version of VMware Tools 3.0&lt;br /&gt;
&lt;br /&gt;
For a easier to read version of the above. Read my beyond the manual guide online&lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.rtfm-ed.co.uk/docs/vmwdocs/ESX2.x-BeyondTheManual.pdf"&gt;Beyond the Manual Guide&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
pg 82</description>
      <pubDate>Sun, 31 Jul 2005 23:32:04 GMT</pubDate>
      <author>Mike_Laverick</author>
      <guid>http://communities.vmware.com/message/234395?tstart=0#234395</guid>
      <dc:date>2005-07-31T23:32:04Z</dc:date>
      <clearspace:dateToText>4 years, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/231845?tstart=0#231845</link>
      <description>&lt;div class="jive-quote"&gt;Hi,&lt;br /&gt;
&lt;p /&gt;
I went backward in time and found a now defunct but&lt;br /&gt;
still fully functionnal free scripting tool from&lt;br /&gt;
Microsoft: Scriptit. It reads dialogbox title and&lt;br /&gt;
content strings, and when find a match with the&lt;br /&gt;
defined script, it just press keys for you.&lt;br /&gt;
&lt;p /&gt;
So based on the provided msiexec command line&lt;br /&gt;
provided in this post I could get it to run an&lt;br /&gt;
upgrade install with no reboot and have it go through&lt;br /&gt;
the entire upgrade process without problems. It work&lt;br /&gt;
around driver signing basically by clicking the&lt;br /&gt;
appropriate answer for you &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":-)" /&gt;&lt;br /&gt;
&lt;p /&gt;
I tested with Windows Server 2003 (standard) both&lt;br /&gt;
vanilla and SP1. At least, I don't have to manually&lt;br /&gt;
update my boxes but it still requires 3 mouse clicks&lt;br /&gt;
;-D&lt;br /&gt;
&lt;p /&gt;
Scriptit is no longer distributed but I would send it&lt;br /&gt;
to anyone interested (220kb zip file).&lt;br /&gt;
&lt;p /&gt;
Basically, I created a network share (\\Server\Share)&lt;br /&gt;
to host scriptit.exe, the w2k3.txt script and an&lt;br /&gt;
update.cmd batch file. You have to run scriptit&lt;br /&gt;
locally from the server where it is hosted at least&lt;br /&gt;
once (it generates a dependancy DLL).&lt;br /&gt;
&lt;p /&gt;
In the share, I created a Tools folder that homes the&lt;br /&gt;
latest copy of VMware tools CD content.&lt;br /&gt;
&lt;p /&gt;
A shortcut calls "\\Server\Share\scriptit.exe&lt;br /&gt;
\\Server\Share\w2k3.txt" (double click). Scriptit&lt;br /&gt;
starts and process the w2k3.txt file. I have a&lt;br /&gt;
security dialog box still because I run an unsigned&lt;br /&gt;
.exe from a network share (3rd click).&lt;br /&gt;
&lt;p /&gt;
[SCRIPT]&lt;br /&gt;
run="\\Server\Share\update.cmd"&lt;br /&gt;
VMware Tools+The installation wizard will=~##&lt;br /&gt;
VMware Tools+Some files that need=!i&lt;br /&gt;
Hardware Installation=!c&lt;br /&gt;
Hardware Installation=!c&lt;br /&gt;
Security Alert - Driver Installation=!y##&lt;br /&gt;
VMware Tools=!f&lt;br /&gt;
&lt;p /&gt;
For more information regarding scriptit commands,&lt;br /&gt;
look at:&lt;br /&gt;
 &lt;a class="jive-link-external" href="http://www.microsoft.com/technet/archive/winntas/down"&gt;http://www.microsoft.com/technet/archive/winntas/down&lt;/a&gt;&lt;br /&gt;
loads/scriptit.mspx&lt;br /&gt;
&lt;p /&gt;
The w2k3.txt script execute a batch file:&lt;br /&gt;
upgrade.cmd:&lt;br /&gt;
@Echo off&lt;br /&gt;
msiexec.exe /i "\\Server\Share\tools\VMware&lt;br /&gt;
Tools.msi" /qf REINSTALLMODE=vamus REINSTALL=ALL&lt;br /&gt;
REBOOT="ReallySuppress"&lt;br /&gt;
exit&lt;br /&gt;
&lt;p /&gt;
Then it parses the VMware Tools install and just push&lt;br /&gt;
the correct answers for you. I had to call a batch&lt;br /&gt;
file because scriptit does not handle well nested&lt;br /&gt;
"".&lt;br /&gt;
&lt;p /&gt;
Old school, not fully silent automated but still save&lt;br /&gt;
time.&lt;br /&gt;
&lt;p /&gt;
JP&lt;/div&gt;
&lt;br /&gt;
With respect to Scriptit. Could you please send a copy to me at Leighton.Roslyn@sympatico.ca??&lt;br /&gt;
&lt;br /&gt;
Thanks.  I've been looking for this for some time.&lt;br /&gt;
&lt;br /&gt;
L.</description>
      <pubDate>Wed, 27 Jul 2005 22:38:35 GMT</pubDate>
      <author>LTRoslyn</author>
      <guid>http://communities.vmware.com/message/231845?tstart=0#231845</guid>
      <dc:date>2005-07-27T22:38:35Z</dc:date>
      <clearspace:dateToText>4 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/222384?tstart=0#222384</link>
      <description>Anyone know how to keep VMTools from asking about turning on Hardware acceleration?</description>
      <pubDate>Thu, 14 Jul 2005 13:47:45 GMT</pubDate>
      <author>Rajeev</author>
      <guid>http://communities.vmware.com/message/222384?tstart=0#222384</guid>
      <dc:date>2005-07-14T13:47:45Z</dc:date>
      <clearspace:dateToText>4 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/218519?tstart=0#218519</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I went backward in time and found a now defunct but still fully functionnal free scripting tool from Microsoft: Scriptit. It reads dialogbox title and content strings, and when find a match with the defined script, it just press keys for you.&lt;br /&gt;
&lt;br /&gt;
So based on the provided msiexec command line provided in this post I could get it to run an upgrade install with no reboot and have it go through the entire upgrade process without problems. It work around driver signing basically by clicking the appropriate answer for you &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":-)" /&gt;&lt;br /&gt;
&lt;br /&gt;
I tested with Windows Server 2003 (standard) both vanilla and SP1. At least, I don't have to manually update my boxes but it still requires 3 mouse clicks ;-D&lt;br /&gt;
&lt;br /&gt;
Scriptit is no longer distributed but I would send it to anyone interested (220kb zip file).&lt;br /&gt;
&lt;br /&gt;
Basically, I created a network share (\\Server\Share) to host scriptit.exe, the w2k3.txt script and an update.cmd batch file. You have to run scriptit locally from the server where it is hosted at least once (it generates a dependancy DLL).&lt;br /&gt;
&lt;br /&gt;
In the share, I created a Tools folder that homes the latest copy of VMware tools CD content.&lt;br /&gt;
&lt;br /&gt;
A shortcut calls "\\Server\Share\scriptit.exe \\Server\Share\w2k3.txt" (double click). Scriptit starts and process the w2k3.txt file. I have a security dialog box still because I run an unsigned .exe from a network share (3rd click).&lt;br /&gt;
&lt;br /&gt;
[SCRIPT]&lt;br /&gt;
run="\\Server\Share\update.cmd"&lt;br /&gt;
VMware Tools+The installation wizard will=~##&lt;br /&gt;
VMware Tools+Some files that need=!i&lt;br /&gt;
Hardware Installation=!c&lt;br /&gt;
Hardware Installation=!c&lt;br /&gt;
Security Alert - Driver Installation=!y##&lt;br /&gt;
VMware Tools=!f&lt;br /&gt;
&lt;br /&gt;
For more information regarding scriptit commands, look at:  &lt;a class="jive-link-external" href="http://www.microsoft.com/technet/archive/winntas/downloads/scriptit.mspx"&gt;http://www.microsoft.com/technet/archive/winntas/downloads/scriptit.mspx&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
The w2k3.txt script execute a batch file: upgrade.cmd:&lt;br /&gt;
@Echo off&lt;br /&gt;
msiexec.exe /i "\\Server\Share\tools\VMware Tools.msi" /qf REINSTALLMODE=vamus REINSTALL=ALL REBOOT="ReallySuppress"&lt;br /&gt;
exit&lt;br /&gt;
&lt;br /&gt;
Then it parses the VMware Tools install and just push the correct answers for you. I had to call a batch file because scriptit does not handle well nested "".&lt;br /&gt;
&lt;br /&gt;
Old school, not fully silent automated but still save time.&lt;br /&gt;
&lt;br /&gt;
JP</description>
      <pubDate>Fri, 08 Jul 2005 17:47:58 GMT</pubDate>
      <author>JP76</author>
      <guid>http://communities.vmware.com/message/218519?tstart=0#218519</guid>
      <dc:date>2005-07-08T17:47:58Z</dc:date>
      <clearspace:dateToText>4 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/218397?tstart=0#218397</link>
      <description>I finally edited the msi with Wise and specified that this package would upgrade the previous package (had to give it a new product code). I first published the msi to an administrative install share, got that from another post:&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/community/thread.jspa?threadID=13440&amp;#38;start=15&amp;#38;tstart=0"&gt;http://www.vmware.com/community/thread.jspa?threadID=13440&amp;#38;start=15&amp;#38;tstart=0&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
For the driver signing in W2K3, I created a .inf that sets the local security and import it with secedit.&lt;br /&gt;
&lt;br /&gt;
Contents of the .inf to disable the unsigned driver warning:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;[Unicode]&lt;br /&gt;
Unicode=yes&lt;br /&gt;
[Version]&lt;br /&gt;
signature="$CHICAGO$"&lt;br /&gt;
Revision=1&lt;br /&gt;
[Registry Values]&lt;br /&gt;
MACHINE\Software\Microsoft\Driver Signing\Policy=3,0&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
To reset it back to default:&lt;br /&gt;
&lt;b&gt;[Unicode]&lt;br /&gt;
Unicode=yes&lt;br /&gt;
[Version]&lt;br /&gt;
signature="$CHICAGO$"&lt;br /&gt;
Revision=1&lt;br /&gt;
[Registry Values]&lt;br /&gt;
MACHINE\Software\Microsoft\Driver Signing\Policy=3,1&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Now that these steps all work individualy, I'm going to wrap it all up in a vb script. I'll post the whole thing when I'm done.&lt;br /&gt;
&lt;br /&gt;
Randy</description>
      <pubDate>Fri, 08 Jul 2005 15:45:11 GMT</pubDate>
      <author>Randy_B</author>
      <guid>http://communities.vmware.com/message/218397?tstart=0#218397</guid>
      <dc:date>2005-07-08T15:45:11Z</dc:date>
      <clearspace:dateToText>4 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>22</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/218120?tstart=0#218120</link>
      <description>Hi&lt;br /&gt;
&lt;br /&gt;
I wasn't able to make it work as described above, but the following made it work for me&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;SET VMTOOLPATH=&lt;br clear="all" /&gt;path&lt;br /&gt;
&lt;br /&gt;
regedit /s "%VMTOOLPATH%\disableDriverSigningWarning.reg"&lt;br /&gt;
msiexec.exe /i "%VMTOOLPATH%\VMware Tools.msi" /q REBOOT="ReallySuppress"&lt;br /&gt;
regedit /s "%VMTOOLPATH%\enableDriverSigningWarning.reg"&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
By editing a single value in the msi-file, using orca, I can change the installation type.&lt;br /&gt;
&lt;br /&gt;
How come the first didn't work?&lt;br /&gt;
&lt;br /&gt;
This was all on windows 2000, the driver signing stuff doesn't seem to work on server 2003.&lt;br /&gt;
&lt;br /&gt;
Regards Henrik</description>
      <pubDate>Fri, 08 Jul 2005 09:57:25 GMT</pubDate>
      <author>moenster</author>
      <guid>http://communities.vmware.com/message/218120?tstart=0#218120</guid>
      <dc:date>2005-07-08T09:57:25Z</dc:date>
      <clearspace:dateToText>4 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/217737?tstart=0#217737</link>
      <description>I am trying to use this method to upgrade the VMware tools on our existing servers. I can't get it to run without an error about another version already installed. I tried calling out the transforms they have in there but no luck there either. It leaves me to believe that the logic for the upgrade may be in the setup.exe. Has anyone else had any luck with this?&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Randy</description>
      <pubDate>Thu, 07 Jul 2005 20:34:02 GMT</pubDate>
      <author>Randy_B</author>
      <guid>http://communities.vmware.com/message/217737?tstart=0#217737</guid>
      <dc:date>2005-07-07T20:34:02Z</dc:date>
      <clearspace:dateToText>4 years, 4 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/211379?tstart=0#211379</link>
      <description>After many scripting attempts, I would dare to say that this is the most effective/easiest method that I've seen.</description>
      <pubDate>Wed, 29 Jun 2005 15:52:08 GMT</pubDate>
      <author>Jasemccarty</author>
      <guid>http://communities.vmware.com/message/211379?tstart=0#211379</guid>
      <dc:date>2005-06-29T15:52:08Z</dc:date>
      <clearspace:dateToText>4 years, 4 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/211156?tstart=0#211156</link>
      <description>You have to force the server to update it's policies by issuing the SECEDIT (windows 2000) command or gpupdate (Windows 2003/XP).</description>
      <pubDate>Wed, 29 Jun 2005 13:43:28 GMT</pubDate>
      <author>Rajeev</author>
      <guid>http://communities.vmware.com/message/211156?tstart=0#211156</guid>
      <dc:date>2005-06-29T13:43:28Z</dc:date>
      <clearspace:dateToText>4 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/211110?tstart=0#211110</link>
      <description>can't get this to work...&lt;br /&gt;
when i use the bat file and the reg files.. the vmtools keeps asking about the driver signing&lt;br /&gt;
&lt;br /&gt;
when i check the local policy's it tells me that it is still enabled and prompts for an action..&lt;br /&gt;
&lt;br /&gt;
any sugestions?&lt;br /&gt;
&lt;br /&gt;
(we don't want to do it with a Group Policy..</description>
      <pubDate>Wed, 29 Jun 2005 12:58:29 GMT</pubDate>
      <author>TomVDB</author>
      <guid>http://communities.vmware.com/message/211110?tstart=0#211110</guid>
      <dc:date>2005-06-29T12:58:29Z</dc:date>
      <clearspace:dateToText>4 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>ESX VMWare Tools Silent Install/Upgrade ANSWER!</title>
      <link>http://communities.vmware.com/message/165941?tstart=0#165941</link>
      <description>&lt;b&gt;HOW TO INSTALL/UPGRADE VMWARE TOOLS SILENTLY ON ESX 2.5.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
This is not going to be too detail. I am sure you guys can figure it out. &lt;br /&gt;
&lt;br /&gt;
I used the following batch file:&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;SET VMTOOLPATH=\\ServerName\PathToVMWareTools&lt;br /&gt;
&lt;br /&gt;
regedit /s "%VMTOOLPATH%\disableDriverSigningWarning.reg"&lt;br /&gt;
msiexec.exe /i "%VMTOOLPATH%\VMware Tools.msi" /qn REINSTALLMODE=vamus REINSTALL=ALL REBOOT="ReallySuppress"&lt;br /&gt;
regedit /s "%VMTOOLPATH%\enableDriverSigningWarning.reg"&lt;br /&gt;
shutdown /l /r /t:10 /c&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
The first problem with silently installing VMTools is the &lt;u&gt;Driver Signing Warning&lt;/u&gt;.&lt;br /&gt;
&lt;br /&gt;
This can be disabled via Group Policy. However, for some people (like me, no AD) this is not an option.&lt;br /&gt;
&lt;br /&gt;
To disable the Driver Signing Warning I use the following registry file.&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;
Windows Registry Editor Version 5.00&lt;br /&gt;
&lt;br /&gt;
[HKEY_CURRENT_USER\Software\Microsoft\Driver Signing]&lt;br /&gt;
"Policy"=dword:00000000&lt;br /&gt;
&lt;br /&gt;
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver Signing]&lt;br /&gt;
"Policy"=hex:00&lt;br /&gt;
&lt;br /&gt;
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows NT\Driver Signing]&lt;br /&gt;
"BehaviorOnFailedVerify" = dword:00000000&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
Copy the above and paste it into disableDriverSigningWarning.reg file. Merge this into the registry with the command "regedit /s disableDriverSigningWarning.reg"&lt;br /&gt;
&lt;br /&gt;
The command that does the silent install is the following:&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;
msiexec.exe /i "%VMTOOLPATH%\VMware Tools.msi" /qn REINSTALLMODE=vamus REINSTALL=ALL REBOOT="ReallySuppress"&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
Not sure what all the switches mean since I copied it from another community member. Thanks frond!&lt;br /&gt;
&lt;br /&gt;
After the installation I enable the Driver Signing Warning (change registry value from 0 to 1) and then I do a reboot with the "shutdown.exe" that is part of the resource kit.&lt;br /&gt;
&lt;br /&gt;
I have tested this on a Windows 2000 server and everything works well.&lt;br /&gt;
&lt;br /&gt;
Let me know if it works for you or if you have any questions.&lt;br /&gt;
&lt;br /&gt;
Qui</description>
      <pubDate>Tue, 19 Apr 2005 19:06:49 GMT</pubDate>
      <author>quihong</author>
      <guid>http://communities.vmware.com/message/165941?tstart=0#165941</guid>
      <dc:date>2005-04-19T19:06:49Z</dc:date>
      <clearspace:dateToText>4 years, 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>64</clearspace:replyCount>
    </item>
  </channel>
</rss>

