Da_SyEnTisT I found a way to install the updates and bypass the ''this update is not applicable..'' error ! First , download the hotfixes you need . Create a folder called Temp on the C: drive Use the Command Promt with administrator privilege with ''cd'' command go to the directory where the hotfix is type : expand -f:* "Windows6.1-KB981130-x64.msu" C:\Temp you will have a confirmation that the operation is done now type : 'pkgmgr.exe /ip /m:"C:\Temp\Windows6.1-KB981130-x64.CAB" this will force the installation of the hotfix , sadly there is no confirmation message Reboot your computer then , locate your original hotfix and double-click on it it should tell you the the update is already installed !! youre done ! p.s. sorry for my english : )
I found a way to install the updates and bypass the ''this update is not applicable..'' error !
First , download the hotfixes you need .
Create a folder called Temp on the C: drive
Use the Command Promt with administrator privilege
with ''cd'' command go to the directory where the hotfix is
type : expand -f:* "Windows6.1-KB981130-x64.msu" C:\Temp
you will have a confirmation that the operation is done
now type :
'pkgmgr.exe /ip /m:"C:\Temp\Windows6.1-KB981130-x64.CAB"
this will force the installation of the hotfix ,
sadly there is no confirmation message
Reboot your computer
then , locate your original hotfix and double-click on it
it should tell you the the update is already installed !!
youre done !
p.s. sorry for my english : )
You can direct the output of the pkgmgr command to a log file, to see whether the command is successful.
e.g.: pkgmgr.exe /l:c:\temp\log /ip /m:"C:\Temp\Windows6.1-KB981130-x64.CAB"
The log will then be in c:\temp\log.txt