-
kb2443685 not recognised by WU
I had that issue once with a file being open. I had to manually download it and pass it something like a "-o" argument to get it on. That worked in my case.
-
Slipstreaming SP into OFfice 2007
I'm pretty sure that's the way it's done now. I just checked an ISO on Technet, and it has .msp files in the updates folder.
-
Admin password hack
Trinity Rescue Kit is another fine option for resetting or blanking the password.
-
Different Unattended XML for Each Editions?
If your options are the same, one file should work. In your case, you could potentially have 2 different keys, which might be an issue. I use one file for both my x86 and x64 installs. I did have to create one for each, and then I merged them. Does that help? Here is a quick example: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="specialize"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ProductKey>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</ProductKey> <TimeZone>Eastern Standard Time</TimeZone> <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ProductKey>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</ProductKey> <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet> <TimeZone>Eastern Standard Time</TimeZone> </component> </settings> <cpi:offlineImage cpi:source="wim:v:/slipstream/windowssevenenterprisecombined/sources/install.wim#ENTERPRISEX86" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
-
which is the most stable windows version?
I've had no stability issues with Windows 3.11 for WorkGroups.
-
Read my NFS Drive reinstalled in Win7
Depending on what filesystem it is (ext3, reiserfs, etc), there are a number of windows utilities that you can install to read the drive.
-
SP3 CD cannot format drives....HELP
When you say created a custom CD, it leaves a lot of guessing. How did you create it? Did you remove components? Did you add anything? Are you doing an AIO?
-
Windows Automated Install Kit - create standard image of Windows 7
That's one way to do it and will accomplish what you want.
-
SBS 2003 R2 Licensing...Ebay?
I would be very suspect of licenses on eBay. I'm not saying that there aren't legitimate licenses out there for a bargain, but if it seems too good to be true... then it probably is.
-
vista service pack 2
Nothing on Technet yet (integrated ISOs).... here's hoping e get more than just the installers.
-
Internet Explorer 8
I integrated using this link and had no issues on either x86 or x64 flavors. http://blogs.msdn.com/ie/archive/2008/06/2...eaming-ie8.aspx
-
VirtualBox Error with 64-bit VM's .. can anyone else confirm?
Try upgrading to 2.2.2. Released yesterday.
-
What is the reverse of the "expand" command in XP?
Didn't you delete a bunch of the game profiles from it? It makes sense to me that it would be smaller.
-
Slipstream updates/double =bad?
Well, you can't have 2 copies of the same file in the same place....
-
Adding stuff with nLite
I say you're doing too much work. You only need to apply SP2 as it contains all of the updates included in SP1. But the rest of your process looks reasonable.