Jump to content

TrAvELAr

Member
  • Posts

    71
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About TrAvELAr

  • Birthday 05/21/1974

Contact Methods

  • Website URL
    http://

TrAvELAr's Achievements

0

Reputation

  1. 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.
  2. 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.
  3. Trinity Rescue Kit is another fine option for resetting or blanking the password.
  4. 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>
  5. I've had no stability issues with Windows 3.11 for WorkGroups.
  6. Depending on what filesystem it is (ext3, reiserfs, etc), there are a number of windows utilities that you can install to read the drive.
  7. 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?
  8. 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.
  9. Nothing on Technet yet (integrated ISOs).... here's hoping e get more than just the installers.
  10. 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
  11. Didn't you delete a bunch of the game profiles from it? It makes sense to me that it would be smaller.
  12. Well, you can't have 2 copies of the same file in the same place....
  13. 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.
×
×
  • Create New...