HOWTO create a fully up to date XP x64 DVD Updated for May, link to similar W2K guide
#271
Posted 13 March 2009 - 07:29 PM
Deletions:
Hotfix\130-WindowsServer2003.WindowsXP-KB935840-x64-ENU.exe
Hotfix\520-WindowsServer2003.WindowsXP-KB938464-x64-ENU.exe
Hotfix\530-WindowsServer2003.WindowsXP-KB954211-x64-ENU.exe
Hotfix\610-msxml4-KB954430-enu.exe
Additions:
@ . . . Hotfix\720-WindowsServer2003.WindowsXP-KB960225-x64-ENU.exe [1,034,640]
# ▼ Hotfix\730-WindowsServer2003.WindowsXP-KB958690-x64-ENU.exe [8,420,744]
# ▼ Hotfix\740-WindowsServer2003.WindowsXP-KB967715-x64-ENU.exe [24,187,280]
@ ▼ WMP11\WindowsMedia11-KB959772-x64-ENU.exe [5,936,008]
@ ▼ RunOnce\WindowsServer2003.WindowsXP-KB938464-v2-x64-ENU.exe [4,386,696]
@ . . . RunOnce\msxml.msi [2,434,048] Microsoft XML Core Services 4.0 SP3
@ . . . RunOnce\WindowsServer2003.WindowsXP-KB961118-x64-ENU.exe [872,312] (only if installing .Net 3.5 sp1)
Added application install support for:
Vdownloader (as it no longer installs eBay shortcuts)
Comodo Firewall, in the absence of useful silent install switches the following options are provided:
A) Use the older stable firewall only v3.0.25.378, it will default to safe mode on both firewall and defence+
B} Use the current version with default settings, firewall, defence+ and anti-virus will be installed.
C) Use the current version with a very basic, push the buttons, AutoIt script for firewall only, no AV, D+, ThreatCast or toolbars.
and more info on Sun VirtualBox:
In order to have a usable VirtualBox when you first logon to each account you should go [Start >> Control Panel >> System >> Advanced >> Performance Settings] and deselect the three options under Visual Effects that begin with "Fade ...".
#272
Posted 19 March 2009 - 11:46 AM
#273
Posted 19 March 2009 - 08:51 PM
As for how I determine needed hotfixes, it's depressingly basic. I've created a fully unattended .iso with just IE7 & WMP11 integrated, I simply install it in VMware server and point it at Windows Update. I then check the results against this month's security releases .iso.
#274
Posted 20 March 2009 - 02:11 PM
EDIT: Have you thought about using IE8 instead of IE7?
This post has been edited by johnhc: 20 March 2009 - 02:30 PM
#275
Posted 20 March 2009 - 02:48 PM
I will move the guide onto IE8 when IE8 direct integration is officially supported by nLite.
#276
Posted 20 March 2009 - 03:14 PM
I assume you know IE8 does not support the Integrate switch. I even tried it on the update.exe after extracting and got an error about having to integrate from the top layer. Suspect waiting for nuhi to determine how to do it is going to be a long wait. Perhaps we all should see what we can figure out ourselves. Thanks again, I'll let you know if I figure out the 740 thing. The MD5 for my 740 is 80406D0749A16737D651000DBCEF77C4, and I DLed it again and got the same. Enjoy, John.
#277
Posted 20 March 2009 - 03:45 PM
Integrating IE7 required special modifications being made within the nLite process, similarly the required modifications changed between each version of the IE8 betas. I can't see that it will hurt to allow IE8 to be out in the wild for a couple of months before adding it to the guide as that should lead to the discovery of any missed bugs and/or compatibility hiccups.
#278
Posted 21 March 2009 - 02:30 PM
#279
Posted 22 March 2009 - 02:00 AM
And my portable firefox browser came out as the fastest browser, even against opera 9.64, including latest versions of maxthon, green browser and the world browser and ie 8.
#280
Posted 22 March 2009 - 03:09 AM
On another note here is the code for silent install of VMware server:
%Source%AddOns\VMware-server-installer-1.0.8-126538.exe /a /s /v"/qb TARGETDIR=%Temp%\VMwareServer" msiexec /I "%Temp%\VMwareServer\VMware Server Standalone.msi" ALLUSERS=1 ADDLOCAL=ALL SERIALNUMBER=XXXXX-XXXXX-XXXXX-XXXXX /Passive /NoRestart rem msiexec /I "%Temp%\VMwareServer\VMware Management Interface.msi" ADDLOCAL=ALL /Passive /NoRestart msiexec /I "%Temp%\VMwareServer\VMware VmCOM Scripting API.msi" ADDLOCAL=ALL /Passive /NoRestart msiexec /I "%Temp%\VMwareServer\VMware VmPerl Scripting API.msi" ADDLOCAL=ALL /Passive /NoRestart RmDir /S /Q %Temp%\VMwareServer
- Obviously you will have to supply your own serial number.
- The VMware Management Interface is remarked out as it is not supported on XP x64 (you'll get an error).
- Do NOT install VMware Server within VMware Server (it will go boom once you connect the ethernet cable).
- As I don't have a spare real machine for testing at the moment, if anyone does use this code please post the results.
#281
Posted 24 March 2009 - 06:12 AM
#282
Posted 24 March 2009 - 10:54 AM
Kurt_Aust, on Mar 2 2008, 02:16 AM, said:
bosco555, on Feb 29 2008, 07:06 PM, said:
There are (to the best of my knowledge) no Microsoft updates that start with such a number, the names displayed in the download list are the result of commands like the following:
Rename ..\Hotfix\WindowsServer2003.WindowsXP-KB*-x64-ENU.exe xxx-WindowsServer2003.WindowsXP-KB*-x64-ENU.exe
Files in the .7z archive and the torr-ent <<[and how can that be flagged as a swear word?] have already been renamed, running UpdatePrep.bat will rename any you downloaded.
The only purpose of the leading number is to ensure that they are integrated in the same order that Windows Update would install them and even of those, only having IE7 first seems to be absolutely critical.
The update list in the first post is current for the month mentioned (currently Feb 07).
not working
#283
Posted 24 March 2009 - 12:01 PM
Quote
#284
Posted 24 March 2009 - 02:18 PM
but what is the purpose of /R switch for cmd.exe?
#285
Posted 24 March 2009 - 02:24 PM
#286
Posted 25 March 2009 - 06:29 AM
#287
Posted 25 March 2009 - 07:24 AM
#288
Posted 25 March 2009 - 09:02 AM
#289
Posted 25 March 2009 - 12:06 PM
johnhc, on Mar 25 2009, 10:02 AM, said:
Ok, you won
Quote
are accepted for string if surrounded by quotes. Also, for compatibility
reasons, /X is the same as /E:ON, /Y is the same as /E:OFF and /R is the
same as /C. Any other switches are ignored.
#290
Posted 27 March 2009 - 03:54 AM
Added Windows PowerShell 1.0 to the default install (\RunOnce)
Added support for the following applications:
Shockwave Player plugin You need the full version
Adobe Reader Lite Liposuctioned version by Shark007 / XhmikosR
VMware Server 1.0.8 You need to edit Run1_XP-64.bat inserting your registration key
VideoLAN Player
Added more hints for using VirtualBox.
1. Silent installation of Virtual Machine extensions is supported, once VirtualBox is installed there will be a file "VBoxGuestAdditions.iso" at "\Program Files\Sun\xVM VirtualBox", copy it to \AddOns in your nLite working directory (requires 7-zip).
2. On the machine setting page you will need to enable ACPI, IO APIC and VT-x/AMD-V.
3. In order to have a usable VirtualBox when you first logon to each account you should go [Start >> Control Panel >> System >> Advanced >> Performance Settings] and deselect the three options under Visual Effects that begin with "Fade ...".
4. Do not install Daemon Tools, also AutoIt scripts can be unreliable.
Added optional menu reorganization for the anally retentive (like me):
rem optional menu reorganization
rem CMD /R %Source%AddOns\MenuReorg.bat
Moves most menu items into one of 5 groups, Accessories, Applications, Drivers & Security, Media Players, Virtual Machines.
This post has been edited by Kurt_Aust: 27 March 2009 - 03:55 AM



Help


Back to top









