Jump to content

Search the Community

Showing results for tags 'installation'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
    • General Discussion
    • Introduction
  • WinCert Member Projects
    • Win Toolkit
    • HeiDoc.net Projects
    • Windows Post-Install Wizard (WPI)
    • WPI, nLite and RVM Addons
    • DX WinNT6.x True Integrator
    • Switchless installers
    • XP Theme Source Patcher
    • OS Transformation Packs
    • Installer Repacks
  • WinCert.net International
    • WinCert.net Turkish
    • WinCert.net Italian
    • WinCert.net French
    • WinCert.net Spanish
    • WinCert.net Dutch
    • WinCert.net German
  • Microsoft Operating Systems and Software
    • Microsoft Windows
    • Microsoft Windows Server Family
    • Microsoft Office
    • Tips and Tricks
  • News, Support, Discussion
    • Software Field
    • Hardware Field
    • Networks and Security Field
    • Games Hangout
    • Scripting and Programming
    • Drivers Field
  • The Design Art Forum
    • Graphics Showcase
    • Windows Customization
    • Web Design/Hosting/Administering
  • Miscellaneous
    • Site and Forum Issues

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 5 results

  1. Hello everybody, Today I will show you how to install Windows 7 on a PC without a CD/DVD/USB, directly onto the HDD, even without the installation wizard/setup ! [Fastest Method] Yesterday my new hard drive for my laptop arrived, and instead of cloning my existing disk, I decided to do a clean install of Windows 10. But I didnt have much time, cuz after installing windows 10, I had to copy my existing downloads, pictures, videos, install programs, etc. & I thought there must be some other way to easily install windows 10 without that installation wizard/setup. After some research, I made my own method, & installed it succesfully, faster than their setup wizard! Now I am gonna show you how to accomplish that. [This guide will work for Windows 8/8.1 also] Lets Begin! Pre-Requisites Seperate Hard Drive with atleast 20GB space, with only 2 primary partitions [where you have to install Win8/8.1] [An empty/new hard drive is highly recommended] Working PC/laptop with Windows XP or above installed, with Internet access Procedure: Firstly, download Windows 7 ISO & extract it to C:\win7 using some archive manager like 7zip/winrar, or Copy the Windows 7 CD contents to C:\win7. Now connect that separate hard drive to your PC (If you have extra hdd cage, then connect to it, else buy a SATA to USB hard disk enclosure like this one) Open a command prompt as administrator (Go to start menu > search cmd > Rightclick on the first search result & Run as administrator) Type: diskpart Now type: list disk It will show the disks connected to your PC. According to the size shown, you should be able to know which is your disk. Type: select disk X [Replace X with the disk number which you saw in the previous guide, in my case it was disk 1] Type the following one by one: create partition primary size=350 format fs=ntfs unit=4096 label="System Reserved" quick active assign letter=P create partition primary size="Any size convenient for you, in MB" format fs=ntfs label="Windows 7" quick assign letter=Q exit Your partitions have been configured! Now, if you are in Windows 7 (or below), download DISM from here, open the file, when It will ask for extraction folder, change the location to: C:\dism Now in Windows Explorer, browse to c:\win7\sources (sources folder inside the folder where you copied/extracted setup files) & check whether you have install.esd or install.wim. Now you have to know the index number of the edition which want to install. Type the following without quotes: cd c:\dism ## [DO NOT TYPE THIS] Skip the first line if you are running Windows 8/above. dism /get-wiminfo /wimfile:C:\win7\sources\install.wim ## This should output the index numbers of different windows 7 editions. ## Note down the index number of the edition which you require. Now, this is the most important step. All the windows files are gonna get copied to the partition. If you are in Windows 7 or below, Open command prompt as administrator & type the following: cd c:\dism Dism /apply-image /imagefile:C:\win8\sources\install.esd /index:1 /ApplyDir:Q:\ ## [DO NOT TYPE THIS] You can replace /index:1 with the index number which we ## found out earlier. ## Also, if you have an insall.wim instead of install.exe in your \sources folder, ## Then replace install.esd with install.wim (in 2nd command). Now you have successfully extracted all the files for windows! Now, all you have to do is prepare the boot files in the System Reserved partition, so that Windows can be booted from the drive succesfully. Now you are gonna prepare the System Reserved partition for booting into Windows 7. Type the following in Administrator CMD Window: bcdboot Q:\Windows /l en-us /s P: /f ALL ## [DO NOT TYPE THIS] You can replace en-us with your locale, ## For eg. en-in, en-gb, en-ru etc. Everything is done! You are now ready to go! Now boot into the drive. If you did everything correctly & succesfully, then Windows will boot to the welcome screen. Done! Enjoy the manually installed Windows! Hope this guide was helpful & easy to you. If you have doubt about something or you got any errors, or if windows doesnt boot after performing all the steps correctly, then feel free to post below. Cheers & Regards, niT3_RiDeR_Pr0
  2. Hello everybody, Today I will show you how to install Windows 8/8.1 on a PC without a CD/DVD/USB, directly onto the HDD, even without the installation wizard/setup ! [Fastest Method] Yesterday my new hard drive for my laptop arrived, and instead of cloning my existing disk, I decided to do a clean install of Windows 10. But I didnt have much time, cuz after installing windows 10, I had to copy my existing downloads, pictures, videos, install programs, etc. & I thought there must be some other way to easily install windows 10 without that installation wizard/setup. After some research, I made my own method, & installed it succesfully, faster than their setup wizard! Now I am gonna show you how to accomplish that. [This guide will work for Windows 8/8.1 also] Lets Begin! Pre-Requisites Seperate Hard Drive with atleast 20GB space, with only 2 primary partitions [where you have to install Win8/8.1] [An empty/new hard drive is highly recommended] Working PC/laptop with Windows XP or above installed, with Internet access Procedure: Firstly, download Windows 8/8.1 ISO & extract it to C:\win8 using some archive manager like 7zip/winrar, or COpy the Windows 8/8.1 CD contents to C:\win8. Now connect that separate hard drive to your PC (If you have externel harddrive cage, then connect to it, else buy a SATA to USB hard disk enclosure like this one) Open a command prompt as administrator (Go to start menu > search cmd > Rightclick on the first search result & RUn as administrator) Type: diskpart Now type: list disk It will show the disks connected to your PC. According to the size shown, you should be able to know which is your disk. Type: select disk X [Replace X with the disk number which you saw in the previous guide, in my case it was disk 1] Type the following one by one: create partition primary size=350 format fs=ntfs unit=4096 label="System Reserved" quick active assign letter=P create partition primary size="Any size convenient for you, in MB" format fs=ntfs label="Windows 8" quick assign letter=Q exit Your partitions have been configured! Now, if you are in Windows 7 (or below), download DISM from here, open the file, when It will ask for extraction folder, change the location to: C:\dism Now in Windows Explorer, browse to c:\win8\sources (sources folder inside the folder where you copied/extracted setup files) & check whether you have install.esd or install.wim. Now you have to know the index number in the wim/esd file, of the Win8/8.1 edition which you want to install. Type the following commands in an administrator CMD: cd c:\dism ## [DO NOT TYPE THIS] Skip the first line if you are running Windows 8/above. dism /get-wiminfo /wimfile:C:\win8\sources\install.esd ## This should output the index numbers of different windows 8/8.1 editios. ## Note down the index number of your chosen edition. ## Also, if you have an insall.wim instead of install.esd in your \sources folder, ## Then replace install.esd with install.wim (in 2nd command). Now, this is the most important step. All the windows files will be copied to the partition. cd c:\dism Dism /apply-image /imagefile:C:\win8\sources\install.esd /index:1 /ApplyDir:Q:\ ## [DO NOT TYPE THIS] You can replace /index:1 with the index number which we ## found out earlier. ## Also, if you have an insall.wim instead of install.exe in your \sources folder, ## Then replace install.esd with install.wim (in 2nd command). If you have an install.esd file instead of wim file, Windows XP & Windows 8 users may (cuz I havent tested in them, but it works in 8.1 & 10) need to convert the install.esd file into an install.wim file (if some error shows up). Search in Google How to convert esd to wim Now you have successfully extracted all the files for windows! Now all you have to do is prepare the boot files in the System Reserved partition. Now you are gonna prepare the System Reserved partition for booting into Win8/8.1 succesfully. Type the following in administrator CMD: bcdboot Q:\Windows /l en-us /s P: /f ALL ## [DO NOT TYPE THIS] You can replace en-us with your locale, ## For eg. en-in, en-gb, en-ru etc. Everything is done! You are now ready to go! Now boot into the drive. If you did everything correctly & succesfully, then Windows will boot to the welcome screen. Done! Enjoy the manually installed Windows! Hope this guide was helpful & easy to you. If you have doubt about something or you got any errors, or if windows doesnt boot after performing all the steps correctly, then feel free to post below. Cheers & Regards, niT3_RiDeR_Pr0
  3. Hello everybody, Today I will show you how to install Windows 10 on a PC without a CD/DVD/USB, directly onto the HDD, even without the installation wizard/setup ! [Fastest Method] Yesterday my new hard drive for my laptop arrived, and instead of cloning my existing disk, I decided to do a clean install of Windows 10. But I didnt have much time, cuz after installing windows 10, I had to copy my existing downloads, pictures, videos, install programs, etc. & I thought there must be some other way to easily install windows 10 without that installation wizard/setup. After some research, I made my own method, & installed it succesfully, faster than their setup wizard! Now I am gonna show you how to accomplish that. Lets Begin! Pre-Requisites Seperate Hard Drive with atleast 20GB space, with only 2 primary partitions [where you have to install Win10] [An empty/new hard drive is highly recommended] Working PC/laptop with Windows XP or above installed, with Internet access Procedure: Firstly, download Windows 10 ISO using Windows 10 Download Tool from here & extract it to C:\win10 using some archive manager like 7zip/winrar. Now connect that seperate hard drive to your PC (If you have externel harddrive cage, then connect to it, else buy a SATA to USB hard disk enclosure like this one) Open a command prompt as administrator (Go to start menu > search cmd > Rightclick on the first search result & RUn as administrator) Type: diskpart Now type: list disk It will show the disks connected to your PC. According to the size, you should be able to know which is your disk. Type: select disk X [Replace X with the disk number which you saw in the previous guide, in my case it was disk 1] Type the following one by one: create partition primary size=350 format fs=ntfs unit=4096 label="System Reserved" quick active assign letter=P create partition primary size="Any size convenient for you, in MB" format fs=ntfs label="Windows 10" quick assign letter=Q exit Your partitions have been configured! Now, if you are in Windows 7 (or below), download DISM from here, open the file, when It will ask for extraction folder, change the location to: C:\dism Now, this is the most important step. All the windows files will be copied to the partition. cd c:\dism ## Skip the above line if you are running Windows 8 & above. Dism /apply-image /imagefile:C:\win10\sources\install.esd /index:1 /ApplyDir:Q:\ ## [DO NOT TYPE THIS] If you downloaded Windows 10 normal edition using the Download Tool, ## & if you want to install Win10 Home then replace /index:1 with /index:2. ## For Win10 pro it is /index:1. Windows XP & Windows 8 users may (cuz I havent tested in them, but it works in 8.1 & 10) need to convert the install.esd file into an install.wim file (if some error shows up). Search in Google How to convert esd to wim Now you have successfully extracted all the files for windows! Now all you have to do is prepare the boot files in the System Reserved partition. Now you are gonna prepare the System Reserved partition for booting succesfully. Run the following in administrator CMD: bcdboot Q:\Windows /l en-us /s P: /f ALL ## [DO NOT TYPE THIS] You can replace en-us with your locale, ## For eg. en-in, en-gb, en-ru etc. Everything is done! Now you are ready to go! Now boot into the drive. If you did everything correctly & succesfully, then Windows will boot to the welcome screen. Done! Enjoy the manually installed Windows! Hope this guide was helpful & easy to you. If you have doubt about something or you got any errors, or if windows doesnt boot, then feel free to post below. Cheers & Regards, niT3_RiDeR_Pr0
  4. So I spent the last 10 hours editing an iso and learning to use Wintoolkit. I've edited windows before but normally after a clean iso install. Tried using WTK to edit the iso before install, save time etc. Is there a log file I can post? I added alot of updates via Alphawaves' updater (all the regular ones 469, and a few didn't take) I added some addons: Waterfox, winrar, ccleaner/ccenhancer, Coretemp and coretemp gadget (all work fine) I did component removal (games, music, pictures etc. features and things I never use) - Games still show up and work ... (I removed them via Component removal and disabled them via Tweaks.. but they still work lol) I did four silent installs (reapers adobe flash/activex and netframework aio and 4.5.2, VBC++ aio) all found on these forums. I think all the silent installs failed? or sort of =/ An error popped up upon first boot to desktop something about unkown error (and flash loads youtube, but not in Uninstall Programs either; asks for update in browser) Net framework verifier shows 2, 3, and 3.5 but not 4-4.5.2 and windows asked me like 6x with a DOS prompt to insert a disk into drive A (no such drive lol) waterfox keeps telling me its not default even though i tell it to be. MS wants to download another 223 mb<>27 updates. heh. I attached my preset, and an .ini file created when I began to compile via AIO. No Log files were in the log folder AIO creation .ini *AIO|v1.4.42.1|Sunday 15 June 2014 1:02:12 AM #Addons D:\Downloads\Reapers.CCleaner.4.13.4693.shell.ext.only.x64.Windows7.or.8.AddOn.WA D:\Downloads\Reapers.Core.Temp.1.0.RC6.Windows7.or.8.AddOn.WA D:\Downloads\Reapers.WinRar.5.01.x64.Windows7.or.8.AddOn.WA D:\Downloads\Reapers.Waterfox.18.0.1.x64.Windows7.or.8.AddOn.WA #Components Australia Local Pack Canada Local Pack Clips In The Library DVD Maker Great Britain Local Pack Inbox Games Internet Games Media Features Music and Video Examples (Ringtones) New Zealand Local Pack Premium Inbox Games Sticky Notes Tablet PC Components TV Tuner Drivers United States Local Pack Windows Media Center Windows Media Format Runtime Windows Media Player Windows Media Player DVD Registration Windows Media Player Network Sharing Service #Gadgets D:\Downloads\CoreTempGadget\CoreTempGadget2.7.gadget #Services Adaptive Brightness::Disabled Bluetooth Support::Disabled Branch Cache::Disabled Certificate Propagation::Disabled Distributed Link Tracking Client::Disabled Encrypting File System (EFS)::Disabled Fax::Disabled FTP::Disabled Function Discovery Provider Host::Disabled Function Discovery Resource Publication::Disabled Link-Layer Topology Discovery Mapper::Disabled LPD Service::Disabled Media Center Extender::Disabled Net.Msmq Listener Adapter::Disabled Net.Pipe Listener Adapter::Disabled Net.Tcp Listener Adapter::Disabled Net.Tcp Port Sharing::Disabled Netlogon::Disabled Network Access Protection Agent::Disabled Offline Files::Disabled Parental Controls::Disabled PnP-X IP Bus Enumerator::Disabled Portable Device Enumerator::Disabled Problem Reports and Solutions Control Panel Support::Disabled Remote Desktop Configuration::Disabled Remote Desktop Services::Disabled Remote Desktop Services UserMode Port Redirector::Disabled Remote Procedure Call (RPC) Locator::Disabled Routing and Remote Access::Disabled Smart Card::Disabled Smart Card Removal Policy::Disabled SNMP Trap::Disabled Tablet PC Input::Disabled TPM Base Services::Disabled WebClient::Disabled Windows Biometric::Disabled Windows CardSpace::Disabled Windows Color System::Disabled Windows Connect Now - Config Registrar::Disabled Windows Error Reporting::Disabled Windows Media Center Receiver::Disabled Windows Media Center Scheduler::Disabled Windows Media Player Network Sharing::Disabled Windows Process Activation::Disabled Windows Remote Management (WS-Management)::Disabled WinHTTP Web Proxy Auto-Discovery::Disabled WWAN AutoConfig::Disabled #Silent Installs Reapers.Adobe.Flash.Player.ActiveX.13.0.0.214::;NO;10.56 MB;D:\Downloads\Reapers.Adobe.Flash.Player.ActiveX.13.0.0.214.exe;Always Installed Reapers.Adobe.Flash.Player.Plugin.13.0.0.214::;NO;8.19 MB;D:\Downloads\Reapers.Adobe.Flash.Player.Plugin.13.0.0.214.exe;Always Installed VBCRedist_AIO_x86_x64::/y;NO;21.87 MB;D:\Downloads\VBCRedist_AIO_x86_x64.exe;Always Installed dotNetFx452_Full_LDR_x86_x64_Slim::/y;NO;46.48 MB;D:\Downloads\dotNetFx452_Full_LDR_x86_x64_Slim.exe;Always Installed KB2809215::N/A (Not Needed);NO;398.20 KB;D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2809215-x64.msu;Always Installed #Theme Packs C:\Users\Edgarhighmen\Desktop\ffxiv_n5.themepack #Tweaks 500ms Delay Aero Peek Show 'Computer' on Desktop Allow 3rd Party Themes Disable Drive Autorun Force Aero Mouse Hover Time::20 Remove 'HomeGroup' from Explorer Remove 'Libraries' from Explorer Show Hidden Files & Folders Disable Auto Reboot after installing updates Disable Windows Media Player AutoUpdates Open NFO files with notepad Word Wrap in Notepad Clear History on Exit Disable Accelerator Disable Default Browser Check Disable First Run Customize Disable Internet Explorer to Check for Updates Disable Password Caching in Internet Explorer Disable Signature checking for EXEs Disable Warning on Close (Tabs) Faster Browsing in IE IE Homepage::https://www.google.com/ Launch Internet Explorer in Separate Process Remove 'Favorites' Menu from IE Remove Links Bar Set Google as Search Provider Turn Off RSS feed discovery Unlimited Simultaneous Downloads Computer::Link Documents::Hide Downloads::Hide Favorites::Hide Games::Hide Homegroup::Hide Music::Hide Network::Hide Pictures::Hide Recorded TV::Hide Run::Show Videos::Hide Open submenus when mouse hovers over item::Enable Disable User Account Control Disable Bandwidth Limit Disable CPU Parking (AMD) Disable Hibernation Disable Superfetch Disable Windows Error Reporting Don’t allow Windows to turn off devices Enable MAC File Sharing #Updates D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB917607-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB982018-v3-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2461631-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2487292-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2492386-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2493989-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2506014-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2506928-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2608658-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2640148-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2660075-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2670838-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2685811-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2685813-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2699779-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2709981-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2719857-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2732059-v5-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2732500-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2750841-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2760730-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2773072-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2775511-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2779272-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2786081-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2791765-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2799926-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2800095-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2808679-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2818604-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2820331-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2834140-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2843630-v3-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2847077-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2852386-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2856676-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2868116-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2882822-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2885698-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2888049-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2891804-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2893519-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2905454-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2908783-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2913152-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2918077-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2919469-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2929733-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2929755-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2935092-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\Windows6.1-KB2952664-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\WUClient-SelfUpdate-ActiveX-x64.cab D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\WUClient-SelfUpdate-Aux-x64.cab D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\General\WUClient-SelfUpdate-Core-x64.cab D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2479943-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2511455-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2525835-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2560656-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2564958-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2570947-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2579686-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2604115-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2619339-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2620704-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2621440-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2631813-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2643719-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2654428-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2690533-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2698365-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2705219-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2727528-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2729452-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2736422-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2742599-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2756921-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2770660-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2803821-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2807986-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2813430-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2835361-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2835364-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2840631-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2844286-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2847311-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2847927-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2861191-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2861698-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2861855-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2862330-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2862335-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2862973-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2863240-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2864058-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2864202-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2868038-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2871997-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2876331-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2887069-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2892074-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2893294-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2894844-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2898851-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2900986-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2911501-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2912390-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2923392-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2926765-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2929961-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2931356-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2939576-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2957503-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Security\Windows6.1-KB2957509-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB911589-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB949843-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB967351-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB972959-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB976042-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB980380-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB982559-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB999994-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2276594-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2401553-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2417168-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2427341-v3-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2443643-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2446607-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2456741-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2457458-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2462182-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2465285-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2466048-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2466493-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2467167-v3-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2472264-v3-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2475491-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2477932-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2480641-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2480994-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2486635-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2486644-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2493006-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2495313-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2496898-v3-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2502333-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2502789-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2503784-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2506628-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2508120-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2509318-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2514642-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2516889-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2519400-v3-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2519735-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2519946-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2520487-v4-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2521416-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2524840-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2526629-v3-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2529781-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2529825-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2535158-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2537203-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2538047-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2545561-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2546868-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2549067-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2549079-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2550648-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2554231-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2554859-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2554876-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2555189-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2555392-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2555948-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2561821-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2569389-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2575866-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2575928-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2577968-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2578214-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2581608-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2582679-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2584475-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2584577-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2591271-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2591857-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2600100-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2603203-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2612905-v4-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2614892-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2615327-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2615701-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2616386-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2616879-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2618301-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2618535-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2618640-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2619260-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2619836-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2624868-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2625737-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2627489-v3-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2635500-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2636056-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2636963-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2638018-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2639043-v5-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2639077-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2640472-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2641634-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2642357-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2644491-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2645594-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2645610-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2647878-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2648039-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2649904-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2652029-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2653312-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2659158-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2660677-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2661796-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2662288-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2662585-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2663607-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2664203-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2668395-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2674705-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2675806-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2680097-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2680243-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2683484-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2683913-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2684982-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2685889-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2685893-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2686369-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2686795-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2687862-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2690750-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2691156-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2693187-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2695321-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2695426-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2697479-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2697738-v3-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2698888-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2698957-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2699780-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2700336-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2701373-v4-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2704299-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2704377-v6-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2706168-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2707135-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2707157-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2707589-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2708857-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2710594-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2710832-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2712331-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2717045-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2718646-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2718841-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2719248-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2719305-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2721259-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2722729-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2724133-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2724137-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2725604-v3-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2727107-v3-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2732072-v3-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2732840-v3-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2733955-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2735209-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2735433-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2736469-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2738898-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2740180-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2740232-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2741416-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2742185-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2742483-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2746119-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2750692-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2752259-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2752407-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2755105-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2755625-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2756263-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2756651-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2763342-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2765067-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2765546-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2767652-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2767671-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2768486-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2768494-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2768523-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2769121-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2769791-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2777201-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2780124-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2780130-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2780410-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2781571-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2782486-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2783429-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2784148-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2787046-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2794422-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2796313-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2796725-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2796764-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2797749-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2797789-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2797822-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2798040-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2799464-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2800170-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2800422-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2801423-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2801662-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2809097-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2809808-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2810177-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2812463-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2815716-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2815853-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2819485-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2820467-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2823655-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2824491-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2824560-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2826164-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2826910-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2829262-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2829537-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2831013-v3-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2831206-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2831347-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2832829-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2833914-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2834548-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2834911-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2834976-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2835595-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2837108-v4-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2843376-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2846340-v3-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2847295-v3-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2847346-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2847625-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2847635-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2848224-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2848576-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2851323-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2855028-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2856310-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2858684-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2860842-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2862067-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2865346-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2866086-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2866772-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2869606-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2870165-v3-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2870256-v3-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2870437-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2870467-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2871085-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2872543-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2876213-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2877115-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2878035-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2878068-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2878378-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2878391-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2878563-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2882780-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2884172-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2884284-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2884927-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2885209-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2885210-v3-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2886127-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2886366-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2891144-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2892678-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2893634-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2894906-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2895044-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2896146-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2896256-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2896881-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2900635-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2903025-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2905216-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2905407-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2906850-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2907020-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2907094-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2911204-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2912821-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2912883-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2913607-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2913763-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2914677-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2914748-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2915094-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2916627-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2917033-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2918833-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2918893-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2920486-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2921916-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2922059-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2922514-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2922852-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2923238-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2923388-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2923766-v5-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2923884-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2924171-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2925489-v3-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2926456-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2926993-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2927111-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2927193-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2927767-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2927901-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2928492-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2928496-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2928800-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2931129-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2932119-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2932722-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2936341-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2936943-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2937668-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2939399-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2939652-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2950358-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2951611-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2952507-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2953722-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2956344-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2956671-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2956701-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2956703-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2957560-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2957775-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2958122-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2958399-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2961132-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2962059-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2964048-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2964073-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2964511-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2964643-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2965351-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2965768-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2966148-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2966779-v2-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2966897-x64.msu D:\Downloads\WinToolkit_1.4.42\Updates\Windows7-x64\Hotfix\Windows6.1-KB2966921-x64.msu #Wallpapers D:\Downloads\en2_01.jpg D:\Downloads\en3_01.jpg C:\Users\Edgarhighmen\AppData\Local\Microsoft\Windows\Themes\FFXIV_ARR\DesktopBackground\ffxiv_01.jpg C:\Users\Edgarhighmen\AppData\Local\Microsoft\Windows\Themes\FFXIV_ARR\DesktopBackground\ffxiv_02.jpg C:\Users\Edgarhighmen\AppData\Local\Microsoft\Windows\Themes\FFXIV_ARR\DesktopBackground\ffxiv_03.jpg C:\Users\Edgarhighmen\AppData\Local\Microsoft\Windows\Themes\FFXIV_ARR\DesktopBackground\ffxiv_04.jpg C:\Users\Edgarhighmen\AppData\Local\Microsoft\Windows\Themes\FFXIV_ARR\DesktopBackground\ffxiv_05.jpg C:\Users\Edgarhighmen\AppData\Local\Microsoft\Windows\Themes\FFXIV_ARR\DesktopBackground\ffxiv_06.jpg D:\Downloads\ffxiv_pcw08006_1920x1080_en.jpg D:\Downloads\ffxiv_pcw08008_1920x1080_en.jpg D:\Downloads\ffxiv_pcw09001_1920x1080_en.jpg C:\Users\Edgarhighmen\AppData\Local\Microsoft\Windows\Themes\FFXIV_ARR\DesktopBackground\ffxiv_wp07.jpg #Options Compatibility Check Create Backups Enable CMD Failed Updates to Silent Installers Integrate 'HDC' Drivers (boot.wim) Integrate 'SCSIADAPTER' Drivers (boot.wim) Integrate 'SYSTEM' Drivers (boot.wim) Move Known Problem Updates to Silent Installers Prepare Drivers Prompt Addons Prompt Drivers Prompt Gadgets Prompt Silent Prompt Themes Prompt Updates Prompt Wallpapers Rebuild Image Remove Invalid Drivers Retry Updates Show Duplicates preset.ini *AIO|v1.4.42.1|Saturday 14 June 2014 10:48:17 PM #Addons D:\Downloads\Reapers.CCleaner.4.13.4693.shell.ext.only.x64.Windows7.or.8.AddOn.WA D:\Downloads\Reapers.Core.Temp.1.0.RC6.Windows7.or.8.AddOn.WA D:\Downloads\Reapers.WinRar.5.01.x64.Windows7.or.8.AddOn.WA D:\Downloads\Reapers.Waterfox.18.0.1.x64.Windows7.or.8.AddOn.WA #Components Australia Local Pack Canada Local Pack Clips In The Library DVD Maker Great Britain Local Pack Inbox Games Internet Games Media Features Music and Video Examples (Ringtones) New Zealand Local Pack Premium Inbox Games Sticky Notes Tablet PC Components TV Tuner Drivers United States Local Pack Windows Media Center Windows Media Format Runtime Windows Media Player Windows Media Player DVD Registration Windows Media Player Network Sharing Service #Gadgets D:\Downloads\CoreTempGadget\CoreTempGadget2.7.gadget #Services Adaptive Brightness::Disabled Bluetooth Support::Disabled Branch Cache::Disabled Certificate Propagation::Disabled Distributed Link Tracking Client::Disabled Encrypting File System (EFS)::Disabled Fax::Disabled FTP::Disabled Function Discovery Provider Host::Disabled Function Discovery Resource Publication::Disabled Link-Layer Topology Discovery Mapper::Disabled LPD Service::Disabled Media Center Extender::Disabled Net.Msmq Listener Adapter::Disabled Net.Pipe Listener Adapter::Disabled Net.Tcp Listener Adapter::Disabled Net.Tcp Port Sharing::Disabled Netlogon::Disabled Network Access Protection Agent::Disabled Offline Files::Disabled Parental Controls::Disabled PnP-X IP Bus Enumerator::Disabled Portable Device Enumerator::Disabled Problem Reports and Solutions Control Panel Support::Disabled Remote Desktop Configuration::Disabled Remote Desktop Services::Disabled Remote Desktop Services UserMode Port Redirector::Disabled Remote Procedure Call (RPC) Locator::Disabled Routing and Remote Access::Disabled Smart Card::Disabled Smart Card Removal Policy::Disabled SNMP Trap::Disabled Tablet PC Input::Disabled TPM Base Services::Disabled WebClient::Disabled Windows Biometric::Disabled Windows CardSpace::Disabled Windows Color System::Disabled Windows Connect Now - Config Registrar::Disabled Windows Error Reporting::Disabled Windows Media Center Receiver::Disabled Windows Media Center Scheduler::Disabled Windows Media Player Network Sharing::Disabled Windows Process Activation::Disabled Windows Remote Management (WS-Management)::Disabled WinHTTP Web Proxy Auto-Discovery::Disabled WWAN AutoConfig::Disabled #Silent Installs Reapers.Adobe.Flash.Player.ActiveX.13.0.0.214::;NO;10.56 MB;D:\Downloads\Reapers.Adobe.Flash.Player.ActiveX.13.0.0.214.exe;Always Installed Reapers.Adobe.Flash.Player.Plugin.13.0.0.214::;NO;8.19 MB;D:\Downloads\Reapers.Adobe.Flash.Player.Plugin.13.0.0.214.exe;Always Installed #Tweaks 500ms Delay Aero Peek Show 'Computer' on Desktop Allow 3rd Party Themes Disable Drive Autorun Force Aero Mouse Hover Time::20 Remove 'HomeGroup' from Explorer Remove 'Libraries' from Explorer Show Hidden Files & Folders Disable Auto Reboot after installing updates Disable Windows Media Player AutoUpdates Open NFO files with notepad Word Wrap in Notepad Change The Download Directory::\Downloads Clear History on Exit Disable Accelerator Disable Default Browser Check Disable First Run Customize Disable Internet Explorer to Check for Updates Disable Password Caching in Internet Explorer Disable Signature checking for EXEs Disable Warning on Close (Tabs) Faster Browsing in IE IE Homepage::https://www.google.com/ Launch Internet Explorer in Separate Process Remove 'Favorites' Menu from IE Remove Links Bar Set Google as Search Provider Turn Off RSS feed discovery Unlimited Simultaneous Downloads Computer::Link Documents::Hide Downloads::Hide Favorites::Hide Games::Hide Homegroup::Hide Music::Hide Network::Hide Pictures::Hide Recorded TV::Hide Run::Show Videos::Hide Open submenus when mouse hovers over item::Enable Disable User Account Control Disable Bandwidth Limit Disable CPU Parking (AMD) Disable Hibernation Disable Superfetch Disable Windows Error Reporting Don’t allow Windows to turn off devices Enable MAC File Sharing #vLite Delete 'WinSXS\\Backup' Folder #Wallpapers D:\Downloads\en2_01.jpg D:\Downloads\en3_01.jpg C:\Users\Edgarhighmen\AppData\Local\Microsoft\Windows\Themes\FFXIV_ARR\DesktopBackground\ffxiv_01.jpg C:\Users\Edgarhighmen\AppData\Local\Microsoft\Windows\Themes\FFXIV_ARR\DesktopBackground\ffxiv_02.jpg C:\Users\Edgarhighmen\AppData\Local\Microsoft\Windows\Themes\FFXIV_ARR\DesktopBackground\ffxiv_03.jpg C:\Users\Edgarhighmen\AppData\Local\Microsoft\Windows\Themes\FFXIV_ARR\DesktopBackground\ffxiv_04.jpg C:\Users\Edgarhighmen\AppData\Local\Microsoft\Windows\Themes\FFXIV_ARR\DesktopBackground\ffxiv_05.jpg C:\Users\Edgarhighmen\AppData\Local\Microsoft\Windows\Themes\FFXIV_ARR\DesktopBackground\ffxiv_06.jpg D:\Downloads\ffxiv_pcw08006_1920x1080_en.jpg D:\Downloads\ffxiv_pcw08008_1920x1080_en.jpg D:\Downloads\ffxiv_pcw09001_1920x1080_en.jpg C:\Users\Edgarhighmen\AppData\Local\Microsoft\Windows\Themes\FFXIV_ARR\DesktopBackground\ffxiv_wp07.jpg #Options Compatibility Check Create Backups Enable CMD Failed Updates to Silent Installers Integrate 'HDC' Drivers (boot.wim) Integrate 'SCSIADAPTER' Drivers (boot.wim) Integrate 'SYSTEM' Drivers (boot.wim) Move Known Problem Updates to Silent Installers Prepare Drivers Prompt Addons Prompt Drivers Prompt Gadgets Prompt Silent Prompt Themes Prompt Updates Prompt Wallpapers Rebuild Image Remove Invalid Drivers Retry Updates Show Duplicates 2014-06-15_01-01-31_Windows7Custom.ini Preset.ini
  5. Error: Windows could not configure one or more system components. To install Windows, restart the computer and the restart the installation. This is the error I get when I attempt to install a windows 7 after integrating Windows updates. The installation then goes on a loop and does not finish. I attempted to integrate Windows 7 updates, I first got a install.wim from a Windows 7 x64 SP1 CD. Downloaded around 540 updates with WindowsHotFixDownloader and with wintoolkit integrated a the patches. I am not making an ISO as I upload the install.wim file to our imaging server. I have done the same procedure in the beginning of February and that worked well in my first attempt. I did get some errors when integrating the patches, I don't know if that would also cause an error when windows is installing. Any tips or suggestions??
×
×
  • Create New...