Windows 7 Hotfix repository

Discussion in 'Windows 7' started by SoLoR, May 22, 2010.

  1. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,626
    3,856
    90
  2. orbidia

    orbidia MDL Junior Member

    Feb 22, 2010
    79
    30
    0
    Well, I tried with the new link. It did the same thing. Didn't uninstall the x86 2008 9.0.30729.4148. I also tried it again with UAC completely off and VMware Tools off to be sure it wasn't using the C++ 2008 libraries. Same thing. Then I tried the older VC++ v7 from a few days ago through the admin command prompt with VMware Tools enabled. It uninstalled everything properly. I wonder if the installer being used for "Visual C++ Redist Installer V8.exe" is actually using the VC++ 2008 x86 runtime and that's why that version won't install. Other than that, this VMware machine is a completely fresh install of Windows 7 Pro SP1 x64 so something is different between v7 and v8...

    I also tried shon3i's installer with UAC and it does do a silent install of VC++ runtimes. But it doesn't uninstall any of the older runtimes.

    Lastly, I'm still trying to understand this whole update thing. When I extract Solor's x64 folder, I can go into the folder with an Admin Command Prompt and hit update. It says "Extracting and applying updates" for a very long time, and then it starts installing them all. What is the difference between doing "update.cmd" and using "Installer For Windows Updates V22.cmd"? Also, there are a lot of other folders in the x64 update folder: things like "IIS", "Integrate to installation media", "LDR placeholders", "MSMQ", "NFS", "Not integratable to Offline image", "SNMP", Subsystem-for-UNIX-based-applications". Do I have to do anything in those folders or are they there for the updates to work properly? Is it necessary to use "KUC Update Checker" with a fresh install of Windows? or can I just run "update.cmd" or "Installer For Windows Updates V22.cmd" and be done with everything? Maybe this stuff has been covered somewhere in the 3768 posts but I can't find any clear answers...
     
  3. komm

    komm MDL Addicted

    Jun 16, 2011
    894
    3,067
    30
    #3743 komm, Dec 21, 2011
    Last edited by a moderator: Apr 20, 2017
  4. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,626
    3,856
    90
    #3745 burfadel, Dec 21, 2011
    Last edited by a moderator: Apr 20, 2017
  5. ForeverTheGM

    ForeverTheGM MDL Novice

    Sep 1, 2008
    15
    12
    0
    @burfadel, @ricktendo64:
    You can modify the manifest of the SFX file you're using to create the executable, so that it will prompt for Administrator access if UAC is on.

    msdn.microsoft.com/en-us/library/bb756929.aspx
     
  6. joflomo

    joflomo MDL Novice

    Dec 2, 2011
    33
    25
    0
    Is there an overview about kb# that windows update tells as missing
    even if the system is up to date?
     
  7. amires

    amires MDL Member

    Sep 27, 2009
    219
    129
    10
    @komm,

    How do I export the scan results in KUC to excel without having excel installed. What I have in mind is running it in vmware and create the excel file then move the excel file to my host PC and view in excel there.

    thanks
     
  8. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,997
    632
    60
    with the latest updates, what's the version of Windows 7 (and date)?

    thanks :)
     
  9. RickSteele

    RickSteele MDL Addicted

    Nov 12, 2009
    833
    483
    30
    no worries, this was just for feedback...I just hide them and forget about it.:rolleyes:
     
  10. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,626
    3,856
    90
    The 'Windows' version is based on the version of ntoskrnl.exe you have installled. With the botched (sorry, 'incomplete' :whistle3:) Bulldozer patch, the version (Buildlab) would have been 7601.21855.xxxxxxxxx. However, since thats no longer used, the previous most up to date update on x64 brings it to 7601.21831.amd64fre.win7sp1_ldr.111003-1503. You could literally have a fresh install of Windows 7 SP1, and just install that one update and thats the Windows version it will show:) conversely, if you install every update except those that do ntoskrnl.exe, you would have a very much more up to date system, but the Buildlabex would still be the same as the original SP1...

    The version is found under:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
     
  11. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,626
    3,856
    90
    That works too :)
     
  12. komm

    komm MDL Addicted

    Jun 16, 2011
    894
    3,067
    30
    Even if Excel is not installed, you can open the "packages_out.txt" file on another computer with Excel,
    or just look inside with notepad.

    I'm just working on a solution to create & open a "packages_out.txt" file special for notepad.

    Inside the normal output file are a lot of tabs for excel import, so it is not easy to read/view.
    I hope the new version will be ready today or tomorrow.
     
  13. McRip

    McRip MDL Addicted

    Aug 15, 2011
    935
    3,418
    30
    That's my version. This number is higher:
    7601.21855.amd64fre.win7sp1_ldr.111104-1514
     
  14. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,626
    3,856
    90
    Yeah that number is with that Bulldozer patch installed :) its just a newer ntoskrnl.exe
     
  15. Trinket

    Trinket MDL Senior Member

    Feb 20, 2010
    487
    169
    10
    #3758 Trinket, Dec 21, 2011
    Last edited by a moderator: Apr 20, 2017
    @burfadel: So to be clear, the reg entries you posted earlier (and shown here below) are all we need to silence WU on that VC update?

    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\6E815EB96CCE9A53884E7857C57002F0\InstallProperties]
    "LocalPackage"="C:\\Windows\\Installer\\10ce222.msi"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\6E815EB96CCE9A53884E7857C57002F0\Features]
    "Severicingley"="N~=CS6YuR?JaKO&hd{u98h5xw2NY$?uhS]5u_i6NCRs_^&do-7POkR!dJngkWc$)[v^Bm3NO34_]'P}kZ=zY7mk-X8SswGnP(0np$_hRzE7k@5Jc.OnMu@9g$~VKrPRrd687v~Ad*2`Yc&Lg1U.o~62CoMnpphGIURH(L1IN]6@ZIqj[whh-0}&uiPZ.38BVyD@PRKdiffB3j!=WN5Ec?ysySd]3rqLaAN),@79Xrbxaxdm['F?gfJL%m7F[1dmlk+V6'DuyBl$Zh3'&cz.yl%]*"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\67D6ECF5CD5FBA732B8B22BAC8DE1B4D\InstallProperties]
    "LocalPackage"="C:\\Windows\\Installer\\10ce216.msi"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\67D6ECF5CD5FBA732B8B22BAC8DE1B4D\Features]
    "Severicingley"="N~=CS6YuR?JaKO&hd{u98h5xw2NY$?uhS]5u_i6N5F+3[(1cL7uk&u(=K~NfEEVs)kH)U77rB1bZRlgbNNL*upa6+8^f^'Sx[lTrUh+^O?dgV6iZ^2jb4Y_TGm!bGQZSV8`U9d4qi+Y3sjfV!dJ354b,[wVe0CZn37=bn4L'-4$_py'v$(6u^iDpQc?o%4tQM~5`=R)%0,kUflSyn6Q$ATnb_[FLFweU9=]e^5TtHj3V7LMxH`Gqgpc%L6~'FISo0r3,e6uLY*'bE5zHXy]&&Mxi"
    I already applied Ricktendo's mst but I also like to have the reg entries if they're no too long and complex. But I have no current way of verifying if any of this works because I can't get that update to show up in WU whatever I do on my current install (x64 Win7). I've tried uninstalling all runtimes, cleaning the registry, searching the registry, etc.).
     
  16. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,997
    632
    60
    ok, I did a clean install of 7 x64 with all updates integrated, and the version is still "7601.21831.amd64fre.win7sp1_ldr.111003-1503"
    version of ntoskrnl.exe is 7601.21831, that's why I ask

    it's ok?

    thanks :)