Jump to content

Kurt_Aust

Member
  • Posts

    621
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by Kurt_Aust

  1. Take a look at this guide, it's for Windows 2000 but it should be easily translatable to XP. Pay particular attention to the handover commands in the batch files and section 5 of the notes.
  2. Internet Explorer 8 is now supported, however as a result you must set it to autologon twice to an administrator class account at step 7. This is because the website compatibility update patch KB968220 requires a reboot between IE8's installation and its own. Also in the annoying category is the fact that the admin account cannot be initialized properly after IE8 has been installed, hence the unwieldy commands at the end of Run1_XP-64.bat. On the plus side, it is now very easy to chain application install reboot passes as noted at the end of the application install section. To install IE8 rather than IE7: Delete the following files from \Hotfix 020-IE7-WindowsServer2003-x64-enu.exe 180-IE7-WindowsServer2003.WindowsXP-KB938127-x64-ENU.exe 710-IE7-WindowsServer2003.WindowsXP-KB961260-x64-ENU.exe Add the following files to \RunOnce % ▼ IE8-WindowsServer2003-x64-ENU.exe [33,972,080] MD5: F357A6B6B69FBD427610F1DD83A17C16 SHA-1: CD917216AFD5592BB3B433E2829754972B6F08A0 % ▼ IE8-WindowsServer2003.WindowsXP-KB968220-x64-ENU.exe [685,952] For those who continually experiment I've attached my batch file for source preparation, of course you will have to edit the file paths. Finally, this months patch Tuesday update is likely to be late. XP_64_Prep.bat.txt XP_64_No_Copy.txt
  3. The method of launching Run2_W2Ksp5.bat has been changed from SchTasks to GuiRunOnce, this has the advantage of no longer requiring the use of the Administrator account with a password of "giberish". Instead one now only has to set it to auto logon twice to an administrator CLASS account. It also allows for additional install passes to be easily set up. You will have to place the file ShutDown.exe from XP sp3 at \RunOnce (attached to first post) and move SchTasks to \AddOns. Altered sections of the main post follow, also please note that this month's patch Tuesday update will be about a week late. ================================================================ From this post's attachments, the Config2000sp5_date.zip file and extract it, this will also setup the necessary directory structure. The archive contains: \Misc\Run*_W2ksp5.bat (optional additional install passes) ================================================================ At \RunOnce for installation via nLite's RunOnce / batch files ShutDown.exe [19,456] - From %SystemRoot%\System32 on Win XP sp3 Not yet in archive, attached below At \AddOns SchTasks.exe [121,856] - if you have Win XP sp2 then you already have this file at %SystemRoot%\System32, but you would need to change hex offset E3F8 from 75 to EB for it to work with Windows 2000. SchTasks.exe is also available separately from this post's attachments. ================================================================ 5. Unattended settings, this is the most important one. Your RunOnce file should look like this: Ping -n 11 127.0.0.1 > nul For %%I in (Z Y X W V U T S R Q P O N M L K J I H G F E D) do CMD /R "%%I:\Run1_W2Ksp5.bat %%I" rem should not see me Pause You must also set it to autologon twice to an administrator class account, fully automated mode would be an excellent idea Smithers. ================================================================ Note that because %Source% does not work with Windows 2000, the RunOnce file has to search for Run1_W2Ksp5.bat, this means having unusual file names is important. Here we install .Net 2.0 sp2, DirectX 9.0c and the hotfix that fails under nLite to integrate into the source. The order is important because KB923191 will force a system reboot, but in this case that helps us as a reboot is recommended between the installation of DirectX 9.0c and Windows Media Player 9 anyway. Run1_W2Ksp5.bat rem you must use either %1:\ or %Source% when referring to files on the install media Set Source=%1:\ rem copy optional files, these make running as a limited user feasible and use no system resources Copy %Source%AddOns\SubinACL.* %SystemRoot% Copy %Source%AddOns\ChOwn*.bat %SystemRoot% Copy %Source%AddOns\Grant_Access.txt %SystemRoot% If exist %SystemRoot%\SubinACL.exe MkDir "%AllUsersProfile%\Start Menu\Programs\Grant Access\" Copy %Source%AddOns\Access*.lnk "%AllUsersProfile%\Start Menu\Programs\Grant Access\" rem add advanced command line task scheduling ability to Windows 2000 Copy %Source%AddOns\SchTasks.exe %SystemRoot% rem add command line shutdown ability to Windows 2000 Copy %Source%RunOnce\ShutDown.exe %SystemRoot% rem first pass of updates %Source%RunOnce\rootsupd_fe44934fd80dd11fec2f0f9b24431658a4f6d589.exe msiexec /I %Source%RunOnce\msxml.msi /Passive /NoRestart %Source%RunOnce\vcredist_x86.exe /Q %Source%RunOnce\NetFx20SP2_x86.exe /Passive /NoRestart %Source%RunOnce\dotnetfx.exe /Q /C:"Install /Qb" %Source%RunOnce\NDP1.1sp1-KB867460-X86.exe /Q %Source%RunOnce\NDP1.1sp1-KB928366-X86.exe /Q %Source%RunOnce\NDP1.1sp1-KB947742-X86.exe /Q %Source%DirectX_9c\DXsetup.exe /Silent %Source%RunOnce\WindowsUpdateAgent30-x86.exe /Q /WUforce rem silent installers go here rem support JohnDoe74's Daemon Tools addon (older 4.10 version only) %SystemRoot%\daemon\dt410x86.exe RmDir /S /Q %SystemRoot%\daemon rem support JohnDoe74's Windows Defender addon (RunOnce version only) If exist %SystemRoot%\windefender\windefender.cmd Copy %SystemRoot%\Microsoft.NET\Framework\v2.0.50727\gdiplus.dll %SystemRoot%\System32\ %SystemRoot%\windefender\hidec.exe /w %SystemRoot%\windefender\windefender.cmd RmDir /S /Q %SystemRoot%\windefender rem all GUI run once commands go here rem definition updates for Spybot, Defender & Avast %Source%AddOns\mpas-fe.exe /Q %Source%AddOns\spybotsd_includes.exe /S "%ProgramFiles%\Spybot - Search & Destroy\SpybotSD.exe" /taskbarhide /autoimmunize /autoclose %Source%AddOns\vpsupd.exe /Silent rem setup for second pass Echo Windows Registry Editor Version 5.00 > %Temp%\2ndPass.reg Echo. >> %Temp%\2ndPass.reg Echo [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce] >> %Temp%\2ndPass.reg Echo "command0"="%1:\\Run2_W2Ksp5.bat %1 " >> %Temp%\2ndPass.reg RegEdit /S %Temp%\2ndPass.reg Del %Temp%\2ndPass.reg rem this patch will force reboot %Source%RunOnce\Windows2000-KB923191-x86-ENU.exe /Passive On the second attempt to logon the desktop will actually appear, but don't try to use it just yet, as we still have to install Media Player 9 and it's updates, which is done by Run2_W2Ksp5.bat. The batch file gets run by GuiRunOnce which was setup by the RegEdit command in Run1_W2Ksp5.bat. Run2_W2Ksp5.bat rem startup delay to allow disk thrashing to subside before proceeding Ping -n 121 127.0.0.1 > nul rem you must use either %1:\ or %Source% when referring to files on the install media Set Source=%1:\ rem second pass of updates %Source%RunOnce\NDP20SP2-KB958481-x86.exe /Passive /NoRestart %Source%RunOnce\Windows2000-KB951698-v2-DX9-ENU.exe /Passive /NoRestart %Source%RunOnce\WMP09-Setup-98Me2000.exe /Q %Source%RunOnce\WindowsMedia9-KB936782-x86-ENU.exe /Passive /NoRestart %Source%RunOnce\Windows2000-KB941569-x86-ENU.EXE /Passive /NoRestart %Source%RunOnce\Windows2000-WindowsMedia-KB952069-x86-ENU.exe /Passive /NoRestart rem support Bashrat the Sneaky's Driver Packs %SystemDrive%\DPsFnshr.exe rem install & configure Open Office, requires 7-Zip for configuration options (defaults shown) "%ProgramFiles%\7-Zip\7z" X %Source%AddOns\OOo_3.0.1_Win32Intel_install_en-US.exe -O%Temp%\OpenOffice If exist %Temp%\OpenOffice\openofficeorg30.msi msiexec /I %Temp%\OpenOffice\openofficeorg30.msi ALLUSERS=1 ADDLOCAL=ALL SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1 /Qr /NoRestart RmDir /S /Q %Temp%\OpenOffice If Not exist "%ProgramFiles%\7-Zip\7z.exe" %Source%AddOns\OOo_3.0.1_Win32Intel_install_en-US.exe /S Copy %SystemRoot%\Microsoft.NET\Framework\v2.0.50727\gdiplus.dll "%ProgramFiles%\OpenOffice.org 3\Basis\program\" rem support QuicktimeAltLite for Win 2000 %Source%AddOns\quicktimealt181lite.exe /Silent /NoRestart /LoadInf=".\qtalt.ini" rem silent installers go here rem optional defrag rem Defrag %SystemDrive% rem setup for the next pass Set NextBatch=Run3_W2Ksp5.bat Echo Windows Registry Editor Version 5.00 > %Temp%\NextPass.reg Echo. >> %Temp%\NextPass.reg Echo [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce] >> %Temp%\NextPass.reg Echo "command0"="%1:\\%NextBatch% %1 " >> %Temp%\NextPass.reg If exist %1:\%NextBatch% RegEdit /S %Temp%\NextPass.reg Del %Temp%\NextPass.reg rem support Comodo Firewall %Source%AddOns\Comodo2.exe rem VirtualBox Drivers "%ProgramFiles%\7-Zip\7z" X %Source%AddOns\VBoxGuestAdditions.iso -O%Temp%\VirtualBox %Temp%\VirtualBox\VBoxGuestAdditions.exe /S %Temp%\VirtualBox\VBoxWindowsAdditions-x86.exe /S RmDir /S /Q %Temp%\VirtualBox rem VMware drivers "%ProgramFiles%\7-Zip\7z" X %Source%AddOns\Windows.iso -O%Temp%\VMware msiexec /I "%Temp%\VMware\VMware Tools.msi" ADDLOCAL=ALL /Passive /NoRestart RmDir /S /Q %Temp%\VMware rem VirtualPC drivers (ejects CD, must be the last command of the last batch file) "%ProgramFiles%\7-Zip\7z" X %Source%AddOns\VMAdditions.iso -O%Temp%\VirtualPC msiexec /I %Temp%\VirtualPC\Windows\VirtualMachineAdditions.msi ADDLOCAL=ALL /Passive /ForceRestart ShutDown /R /F /T 20 You can have as many application install reboot passes as desired. To do this simply set the system to auto-logon (in step 5) as many times as required and place the appropriate number of batch files in the root directory of your install media. The first 5 batch files are already written (at \Misc) with the needed handover command, but if you need more they are fairly self explanatory. If using VirtualPC be sure to install its drivers last. Run3_W2Ksp5.bat rem startup delay to allow disk thrashing to subside before proceeding Ping -n 121 127.0.0.1 > nul rem you must use either %Source% or %1:\ when referring to files on the install media Set Source=%1:\ rem silent installers go here rem setup for the next pass Set NextBatch=Run4_W2Ksp5.bat Echo Windows Registry Editor Version 5.00 > %Temp%\NextPass.reg Echo. >> %Temp%\NextPass.reg Echo [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce] >> %Temp%\NextPass.reg Echo "command0"="%1:\\%NextBatch% %1 " >> %Temp%\NextPass.reg If exist %1:\%NextBatch% RegEdit /S %Temp%\NextPass.reg Del %Temp%\NextPass.reg ShutDown /R /F /T 20 ================================================================ Part 3: Optional components (currently SubInACL/ChOwn & SchTasks) Any small (<2MB) but useful optional components will be placed in the \AddOns directory. The batch files will be written to support their installation if \AddOns is copied to the nLite working directory. SchTasks.exe from XP sp2 (modified to work with Windows 2000) was originally used to launch Run2_W2Ksp5.bat, so it's inclusion is a legacy item, none the less it does add advanced command line task scheduling abilities to Windows 2000.
  4. Updated DirectX link to March 2009 version 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.
  5. John, as I don't get the problem, I can't really help you. As I see it the only way forward is to follow the guide exactly as written, see if you still get the problem and then start diverging until you hit the error. 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.
  6. MD5 is a match. 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.
  7. I'd suggest trying again without removing any components, KB967715 is the autorun update which affects (amongst other things) USB devices and network shares and there are some items in the removed list that (admittedly at a stretch) could affect it. I will move the guide onto IE8 when IE8 direct integration is officially supported by nLite.
  8. Weird, KB967715 works fine for me. 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.
  9. If you (for security reasons?) prefer not to have an account called "Administrator" then I think the easiest way would be to deactivate the account in nLite. Obviously you will need at least one Administrator class account, so set the install to auto-login to that account twice and modify the SchTasks command in Run1_W2Ksp5.bat to match the new account name and password. This is just a suggestion, I haven't tested the described scenario
  10. As stated above "use the DriverPacks BASE program to integrate them (do not extract the .7z archives) after nLite has finished its processing, but before creating the .iso". It cannot be done before nLite makes its modifications. You'll have to give us a link to the HP/Compaq files in question.
  11. March updates Deletions: Hotfix\230-Windows2000-KB935840-x86-ENU.EXE Hotfix\590-Windows2000-KB954211-x86-ENU.EXE Hotfix\670-msxml4-KB954430-enu.exe Additions: Hotfix\760-Windows2000-KB960225-x86-ENU.EXE [561,192] Hotfix\770-Windows2000-KB958690-x86-ENU.EXE [1,312,296] Hotfix\780-Windows2000-KB967715-x86-ENU.EXE [1,243,704] RunOnce\msxml.msi [2,434,048] Optional, Microsoft XML Core Services 4.0 Service Pack 3
  12. March updates 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 ...".
  13. You have extracted the DriverPacks and integrated them with nLite, this is incorrect. Rather you must use the DriverPacks BASE program to integrate them (do not extract the .7z archives) after nLite has finished its processing, but before creating the .iso (obviously).
  14. February updates: Deletion Hotfix\620-Windows2000-KB956391-x86-ENU.EXE Addition Hotfix\750-Windows2000-KB960715-x86-ENU.EXE [493,608] Also added a screenshot archive to my eSnips page.
  15. Probably better off using Strel's continuation of Tomcat's script: http://www.msfn.org/board/index.php?showtopic=127790 The topic linked to in Gkar's post hasn't been updated in quite some time.
  16. February updates Deletions: Hotfix\670-IE7-WindowsServer2003.WindowsXP-KB958215-x64-ENU.exe Hotfix\680-IE7-WindowsServer2003.WindowsXP-KB960714-x64-ENU.exe RunOnce\WindowsServer2003.WindowsXP-KB956391-x64-ENU.exe Additions: @ . . . Hotfix\700-IMAPI_SRV2003_x64.exe [2,370,504] Optional, Blu-Ray image mastering support # ▼ Hotfix\710-IE7-WindowsServer2003.WindowsXP-KB961260-x64-ENU.exe [37,213,048] @ . . . RunOnce\WindowsServer2003.WindowsXP-KB960715-x64-ENU.exe [673,144] Meowing: I prefer giving the user feedback as to how the installation is progressing, hence you will see that I use /Passive rather than /Quiet and /Silent rather than /VerySilent. It saves them from wondering if the process has hung. Anthonyaudi: As Johnhc noted you can add the MSRT to Run1_XP-64.bat, I don't include it for 2 reasons: 1. There's no point checking your system until you've installed all your applications & 2. Not including it allows you to check that Windows Update is working correctly. EDIT: I've uploaded Radix's fixed script for Deamon Tools lite v4303 to the eSnips page, just place it at \AddOns without renaming if you want to use the latest version.
  17. Meowing: My best guess is some sort of sequencing problem, maybe related to the reason why using ProgramAddons is problematic (failure to register file associations being the most obvious symptom). The replies I got when querying that strange behaviour suggested that it is due to the registry not being fully formed prior to the final reboot. \$OEM$\cmdlines.txt [Commands] "rundll32 advpack.dll,LaunchINFSection nLite.inf,U" \AMD64\NLITE.CM_ TimeOut /T 40 for /f "tokens=3" %%i IN ('reg query HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup /v "SourcePath" ^| findstr "REG_SZ"') do set SOURCE=%%i CMD /R %Source%Run1_XP-64.bat "%windir%\daemon\dt410x64.exe" EXIT The "%windir%\daemon\dt410x64.exe" bit is from JohnDoe74's 2-part Daemon Tools installer, but I have to put it before Spybot: S&D in the batch file.
  18. If people would prefer it faster, they can use sysinternals' Sync for that. Like so:%WINDIR%\sync (and then of course have it as \$OEM$\$$\sync.exe or something..) Make sure you register it, or it asks for eula acceptance. [HKEY_CURRENT_USER\Software\Sysinternals\Sync] "EulaAccepted"=dword:00000001 You appear to have misunderstood the TimeOut's purpose, it's not there to flush the cache. It's there to allow time for system services and other applications to fully initialise before proceeding with the next round of installations.
  19. Well I'm back and had a great (if somewhat cold) time. While this is not the place to comment on my travels I just had to share one thing. This photo was taken on a 10 hour flight from Beijing to Sydney, the user in question was told several times to fasten his seat belt and stow his laptop for takeoff. While still climbing he pulled it out again and started gaming then settled down for a movie, when dinner came around most people would take a break, not this guy: One has to wonder if he paid for it himself.
  20. Hello John, you're right. This problem is resolved. Do you have some ideas for: KB960714 KB958215 KB956391 ?? First two are hotfixes for IE7, the last one is Killbit hotfix. POPRZEDNIA_SESJA.INI Best regards, Looking at your preset file, you are using the IE6 rather than the IE7 specific versions of KB960714 & KB958215. Do a search under the hotfix number and use the version with a similar name to: IE7-WindowsXP-KB958215-x86-PLK.exe IE7-WindowsXP-KB960714-x86-PLK.exe
  21. .Net 2.0 SP2 standalone installer has been released, so you can now install .Net 2.0 SP2 rather than .Net 2.0 SP1. From Microsoft you want (▼ is a direct link to the executable): ▼ .Net framework 2.0 service pack 2, save it to \RunOnce. MD5: C64FD1F972822ED84378C7058FEA0744 SHA-1: 22D776D4D204863105A5DB99E8B8888BE23C61A7 ▼ NDP20SP2-KB958481-x86.exe (.Net 2.0 SP2 compatibility update) save it to \RunOnce MD5: CCD59228523CC8720452625FE04EE14A SHA-1: 04FCDE4B28DD4F6DB7548831D35D1C6BF38E1335 You will no longer need: RunOnce\NetFx20SP1_x86.exe RunOnce\NDP20SP1-KB947748-x86.exe Hopefully by patch Tuesday, Strel will have updated the "Build your own .Net" script and I'll be able to offer a .Net 2.0 SP2 AddOn that should save about 8MB on your install media. Lastly, a housekeeping note, I'm on vacation from 24 Jan to 2 Feb, so the tracker will be down.
  22. .Net framework 2.0 SP2 standalone has been released, main post & batch file updated to support. If you only want/need .Net 2.0 SP2 & update % ▼ NetFx20SP2_x64.exe [48,524,296] MD5: AD55AD64B69FED73807429859291DB8C SHA-1: A7CC6C6E5A4AD9CDF3DF16A7D277EB09FEC429B7 % ▼ NDP20SP2-KB958481-x64.exe [19,282,272] MD5: 37CD8D927566FCABF4DFFCBBE63D16EF SHA-1: 1392380EF7BAABD531F35EE5799C255A03B0DCBE Advance notice, I will be out of contact and the tracker will be down from 24 Jan to 2 Feb inclusive, I'm trading in the 38C of Sydney for the -15C of Harbin.
  23. The machine name is generated randomly if you did not specify one. However, if you specified a company name, the computer name will take the form: CompanyName-RandomString
  24. Uploaded an archive of the screenshots to my eSnips page.
  25. \AMD64\Update exists in the extracted SP2, you can't extract it into itself. It has } rather than ), because if I use ) I get B). It doesn't need and should NOT be done in the source folder. After SP2 is integrated you no longer need the extracted files. 451MB extracted vs 350MB for original executable.
×
×
  • Create New...