Windows 7 CheckSUR unavailable manifest files

there is an MS Visual Studio 11.0 folder in the Program Files (x86) directory, with many VisualC++ snippets. Would that be VS2005?
I think that is part of Visual Studio 2012. That version is 11.0.x as you can see in the first screenshot.
Are there any other folders named Microsoft Visual Studio <a number> in the Program Files (x86) folder ?

I am not sure how/whether to try to install VS 2005 (your message #137 above) because there is no trace of a previous installation on the PC
My goal was to install VS2005 and uninstall it afterwards to remove it safely from the list of installed programs and so prevent the 'zombie' update and KB2463332 being offered as important update.

When available, attach the file C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Hotfix\SQL9_Hotfix_KB2463332_sqlrun_sql.msp.log
 
Last edited:
Hello; I took a break during the US elections, which were of great interest even though I live in France. I then carried out your instruction to install VS2005. I rebooted, then uninstalled it, but the update required for it remains. So I got a bit discouraged at this point.

I had forgotten to supply the log file you requested, so I have now re-installed VS2005. It defaults to C:/Program Files (x86). But the required component SQL Server 2005 Express Edition x64 failed to install. There are versions of MS SQL Server/90 on both /Prog Files and /Prog Files (x86). But they date from 2013 when I first set up the machine.

During the VS2005 installn there was a 'known compatibility issues' message about the SQL Server failure, with an option to check online for solutions. I did not do this.

To answer your question in #141, there is VS 11.0 dating from 2013, as well as VS 8.0 installed today.

There are no *.log files in the VS 8.0 directory or subfolders.

Here is a screenshot of the current important updates (now 14; was 11 3 weeks ago):
1606493743992.png

Again, any pointers would be appreciated thanks.
 
Install KB890830 and KB915597 only and report the result.
 
To answer your question in #141, there is VS 11.0 dating from 2013, as well as VS 8.0 installed today.
Rename the bold folder C:\Program Files (x86)\Microsoft Visual Studio 8.0 into C:\Program Files (x86)\Microsoft Visual Studio 8.0backup
Restart the computer.
Check Windows Update again and post a screenshot of the available import updates.
 
I renamed the folder as you said, and rebooted. The same list of important updates came up, with a MS Defender Antivirus added:
1606946238492.png
I managed to apply that update. But I then failed to update MS VS 2010 Security (KB2467173) and MS VS 2012 (KB2781514), each attempted separately.
But updates to VS 2005 SP1, followed by VS 2005 Security Update (KB2538242), then VS 2005 Security Update (KB925674) and VS 2005 Security Update (KB937060) were successful - but the last two were 'Not needed'.
I rebooted; now the important updates list is as follows:
1606946121285.png
I tried to update VS 2005 security update for SP1 (KB2538218), as the lowest-number KB in the list, but it failed.
Should I try just uninstalling VS 2005?
 
Try to install KB4516065 only.
If it fails, attach the zipped cbs.log to your next reply.
 
The update you suggested failed.
I couldn't zip the CBS.log file as it was 'in use' (don't know why - I had shut the Win Update) but made a copy - attached.
I hope you can make something of it.
 

Attachments

Install Update with DISM
  1. Download the update MSU here: http://download.windowsupdate.com/c..._8acbe17ab3a57e50df6c84a4940f2933fa790468.msu
  2. Copy the MSU file to a convenient location (such as C:\temp).
  3. Click on the Start button and in the search box, type Command Prompt
  4. When you see Command Prompt on the list, right-click on it and select Run as administrator
  5. When command prompt opens, copy and paste the following commands into it, press enter after each

    cd C:\temp

    replace C:\temp with your path if different

    expand windows6.1-kb4343900-x64_8acbe17ab3a57e50df6c84a4940f2933fa790468.msu -f:* C:\temp

    DISM.exe /Online /Add-Package /PackagePath:C:\temp\windows6.1-kb4343900-x64.cab

  6. You should receive the message:
    The operation completed successfully.
  7. Make sure to allow the computer to restart if prompted.

    If you receive any other message:
  8. Right-click on the Command Prompt window and click Select All, this will invert all of the colors by selecting the text, now press enter. All of this text is now copied.
  9. Paste (Ctrl+V) it into your next post.
  10. Zip and attach C:\Windows\Logs\CBS\CBS.log
 
I ran the two parts of the instructions under 5 above. I had to clear space on my 500GB drive C: which was nearly full. As well as backups and moving big files to D: I did a disk cleanup. I notice that this included cleaning up Windows Update files. I trust that this has not affected our progress to date.

Here is the edited cmd prompt:

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

...

d:\TEMP>expand windows6.1-kb4343900-x64_8acbe17ab3a57e50df6c84a4940f2933fa790468
.msu -f:* D:\temp
Microsoft (R) File Expansion Utility Version 6.1.7600.16385
Copyright (c) Microsoft Corporation. All rights reserved.

Adding D:\temp\WSUSSCAN.cab to Extraction Queue
Adding D:\temp\Windows6.1-KB4343900-x64.cab to Extraction Queue
Adding D:\temp\PkgInstallOrder.txt to Extraction Queue
Adding D:\temp\PCIClearStaleCache.exe to Extraction Queue
Adding D:\temp\Windows6.1-KB4343900-x64-pkgProperties.txt to Extraction Queue
Adding D:\temp\Windows6.1-KB4343900-x64.xml to Extraction Queue

Expanding Files ....

Expanding Files Complete ...
6 files total.

[I re-ran the DISM.exe part of your instruction after clearing space on my C: drive]

d:\TEMP>DISM.exe /Online /Add-Package /PackagePath:D:\temp\windows6.1-kb4343900-
x64.cab

Deployment Image Servicing and Management tool
Version: 6.1.7600.16385

Image Version: 6.1.7601.18489

Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~
~7601.24214.1.5
[==========================100.0%==========================]
An error occurred - Package_for_RollupFix Error: 0x8000ffff

Error: 0x8000ffff

DISM failed. No operation was performed.
For more information, review the log file.

The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

d:\TEMP>
----
I attach the resulting DISM log. The link for the CBS.zip is TransferNow
 

Attachments

Remove Update Manually
  1. Click on the Start button and in the search box, type Command Prompt.
  2. When you see Command Prompt on the list, right-click on it and select Run as administrator.
  3. When command prompt opens, copy and paste the following command into it, then press enter.
    wusa /uninstall /KB:4343900
  4. Let me know if it says it was successful or if there are any errors.
 
Thanks - tried that, but it comes back quickly saying that KB4343900 is not installed on this computer.
 
FRST Registry Search
  1. Click the Start button and choose Control Panel.
  2. In the upper right corner ensure the View by: is set to Category.
  3. Select the Programs group.
  4. Click the Turn Windows features on or off link. This will bring up the Server Manager dialog.
    Note: This loads your components hive which is what we want. Please keep this dialog open while you perform the remaining steps. You can minimize it if you wish but keep it open.
  5. Right-click on the file FRST64.exe and choose Run as administrator.
  6. Copy and paste KB4343900 into the Search box and click the Search Registry button.
  7. When the scan is complete, a message will display that 'SearchReg.txt' is saved in the same folder FRST was started from. Notepad will open this file also. Close Notepad and attach the file 'SearchReg.txt' to your next reply.
  8. You may close any remaining open windows now.
 
Step 1:
Warning: This script was written specifically for this user, for use on that particular machine. Do not run this script on another machine.
  1. Download the attachment fixlist.txt and save it to your desktop.
  2. Right-click on FRST64.exe and select "Run as administrator".
  3. Press the Fix button.
  4. The tool will now process fixlist.txt.
  5. If for some reason the tool needs a restart, please make sure you let the system restart normally. After that let the tool complete its run.
  6. When finished, a log called Fixlog.txt will appear in the same directory the tool is run from.
  7. Post the logfile Fixlog.txt as attachment in your next reply.

Step 2:
Try to install KB4343900 again as in message #149. You can skip number 1 & 2.
 

Attachments

Here is the latter part of the CMD dialogue, which failed.
I attach the fixlog.txt, as requested, also the zipped DISM log

C:\TEMP>DISM.exe /Online /Add-Package /PackagePath:C:\temp\windows6.1-kb4343900-
x64.cab

Deployment Image Servicing and Management tool
Version: 6.1.7600.16385

Image Version: 6.1.7601.18489

Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~
~7601.24214.1.5
[==========================100.0%==========================]
An error occurred - Package_for_RollupFix Error: 0x8000ffff

Error: 0x8000ffff

DISM failed. No operation was performed.
For more information, review the log file.

The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

C:\TEMP>
 

Attachments

Copy the file c:\Windows\Logs\CBS\cbs.log to your desktop.
Zip the file cbs.log on your desktop and attach it to your next reply.
 
Warning: This script was written specifically for this user, for use on that particular machine. Do not run this script on another machine.
  1. Download the attachment fixlist.txt and save it to your desktop.
  2. Right-click on FRST64.exe and select "Run as administrator".
  3. Press the Fix button.
  4. The tool will now process fixlist.txt.
  5. If for some reason the tool needs a restart, please make sure you let the system restart normally. After that let the tool complete its run.
  6. When finished, a log called Fixlog.txt will appear in the same directory the tool is run from.
  7. Post the logfile Fixlog.txt as attachment in your next reply.
 

Attachments

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top