Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Installing manually Windows Update

Reply
Thread Tools Display Modes

Installing manually Windows Update

 
 
Maslow
Guest
Posts: n/a

 
      11-11-2008
Failing to install manually kb files (.msu), I found this trick on the web.
Do you think it can install msu files in this way ?

"expand -f:* "C:\file.msu" %TEMP%"

then :

"start /w /IP /m:%TEMP%\file.cab"

I found also this command on Microsoft site
http://support.microsoft.com/kb/934307/ : "pkgmgr.exe /n:%TEMP%\file.xml"



 
Reply With Quote
 
 
 
 
Diana
Guest
Posts: n/a

 
      11-11-2008
Hello,

Yes, KB934307 should help you manually install an update.

Diana

Diana Smith [MSFT] <>
CSS Security Team

This posting is provided "AS IS" with no warranties, and confers no rights.


"Maslow" <valy-> wrote in message
news:87CD05D7-910E-4BBB-80F4-...
> Failing to install manually kb files (.msu), I found this trick on the
> web. Do you think it can install msu files in this way ?
>
> "expand -f:* "C:\file.msu" %TEMP%"
>
> then :
>
> "start /w /IP /m:%TEMP%\file.cab"
>
> I found also this command on Microsoft site
> http://support.microsoft.com/kb/934307/ : "pkgmgr.exe /n:%TEMP%\file.xml"
>
>
>


 
Reply With Quote
 
Maslow
Guest
Posts: n/a

 
      11-11-2008
Thanks for your answer.
But I don't know which of these 2 commands should I use after extracting the
file in a temp folder :
"start /w /IP /m:%TEMP%\file.cab" or "pkgmgr.exe /n:%TEMP%\file.xml"

These are the 3 files I need to install : KB958644, 957200, 953155. I run
Vista Premium SP1.


"Diana " <> a écrit dans le message de groupe de
discussion : 01CDBA4E-5DB9-462E-BEDD-...
> Hello,
>
> Yes, KB934307 should help you manually install an update.
>
> Diana
>
> Diana Smith [MSFT] <>
> CSS Security Team
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
>
> "Maslow" <valy-> wrote in message
> news:87CD05D7-910E-4BBB-80F4-...
>> Failing to install manually kb files (.msu), I found this trick on the
>> web. Do you think it can install msu files in this way ?
>>
>> "expand -f:* "C:\file.msu" %TEMP%"
>>
>> then :
>>
>> "start /w /IP /m:%TEMP%\file.cab"
>>
>> I found also this command on Microsoft site
>> http://support.microsoft.com/kb/934307/ : "pkgmgr.exe /n:%TEMP%\file.xml"
>>
>>
>>

>

 
Reply With Quote
 
Diana
Guest
Posts: n/a

 
      11-11-2008
pkgmgr.exe /n:%TEMP%\file.xml" -- is what you would use to put the file in
the temporary folder


To install an .msu update package, run Wusa.exe together with the full path
of the file. For example, if the Windows6.0-KB934307-x86.msu file is in the
D:\934307 folder, type the following command at a command prompt to install
the update package:
wusa.exe d:\934307\Windows6.0-KB934307-x86.msu

Diana

]

]
]
>


"Maslow" <valy-> wrote in message
news70F0B14-F444-4EA5-ADB9-...
> Thanks for your answer.
> But I don't know which of these 2 commands should I use after extracting
> the file in a temp folder :
> "start /w /IP /m:%TEMP%\file.cab" or "pkgmgr.exe /n:%TEMP%\file.xml"
>
> These are the 3 files I need to install : KB958644, 957200, 953155. I run
> Vista Premium SP1.
>
>
> "Diana " <> a écrit dans le message de groupe de
> discussion : 01CDBA4E-5DB9-462E-BEDD-...
>> Hello,
>>
>> Yes, KB934307 should help you manually install an update.
>>
>> Diana
>>
>> Diana Smith [MSFT] <>
>> CSS Security Team
>>
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>>
>> "Maslow" <valy-> wrote in message
>> news:87CD05D7-910E-4BBB-80F4-...
>>> Failing to install manually kb files (.msu), I found this trick on the
>>> web. Do you think it can install msu files in this way ?
>>>
>>> "expand -f:* "C:\file.msu" %TEMP%"
>>>
>>> then :
>>>
>>> "start /w /IP /m:%TEMP%\file.cab"
>>>
>>> I found also this command on Microsoft site
>>> http://support.microsoft.com/kb/934307/ : "pkgmgr.exe
>>> /n:%TEMP%\file.xml"
>>>
>>>
>>>

>>


 
Reply With Quote
 
Maslow
Guest
Posts: n/a

 
      11-12-2008
Thanks

What is then the difference between "expand -f:* "C:\file.msu" %TEMP%" and
"pkgmgr.exe /n:%TEMP%\file.xml".

In fact, "wusa.exe" command didn't work for me. This is why I'm looking for
an other way to install my msu files.

"Diana " <> a écrit dans le message de groupe de
discussion : 7D8C3201-3E15-4CF8-B19B-...
> pkgmgr.exe /n:%TEMP%\file.xml" -- is what you would use to put the file
> in the temporary folder
>
>
> To install an .msu update package, run Wusa.exe together with the full
> path of the file. For example, if the Windows6.0-KB934307-x86.msu file is
> in the D:\934307 folder, type the following command at a command prompt to
> install the update package:
> wusa.exe d:\934307\Windows6.0-KB934307-x86.msu
>
> Diana
>
> ]
>
> ]
> ]
>>

>
> "Maslow" <valy-> wrote in message
> news70F0B14-F444-4EA5-ADB9-...
>> Thanks for your answer.
>> But I don't know which of these 2 commands should I use after extracting
>> the file in a temp folder :
>> "start /w /IP /m:%TEMP%\file.cab" or "pkgmgr.exe /n:%TEMP%\file.xml"
>>
>> These are the 3 files I need to install : KB958644, 957200, 953155. I run
>> Vista Premium SP1.
>>
>>
>> "Diana " <> a écrit dans le message de groupe de
>> discussion : 01CDBA4E-5DB9-462E-BEDD-...
>>> Hello,
>>>
>>> Yes, KB934307 should help you manually install an update.
>>>
>>> Diana
>>>
>>> Diana Smith [MSFT] <>
>>> CSS Security Team
>>>
>>> This posting is provided "AS IS" with no warranties, and confers no
>>> rights.
>>>
>>>
>>> "Maslow" <valy-> wrote in message
>>> news:87CD05D7-910E-4BBB-80F4-...
>>>> Failing to install manually kb files (.msu), I found this trick on the
>>>> web. Do you think it can install msu files in this way ?
>>>>
>>>> "expand -f:* "C:\file.msu" %TEMP%"
>>>>
>>>> then :
>>>>
>>>> "start /w /IP /m:%TEMP%\file.cab"
>>>>
>>>> I found also this command on Microsoft site
>>>> http://support.microsoft.com/kb/934307/ : "pkgmgr.exe
>>>> /n:%TEMP%\file.xml"
>>>>
>>>>
>>>>
>>>

>

 
Reply With Quote
 
MowGreen [MVP]
Guest
Posts: n/a

 
      11-12-2008
Diana,

For a reference point, Maslow posted this in a previous thread in this
NG. There's a support case number at the bottom :

Subject: I can't install critical updates
Date: 10/30/2008

> I'm from France and I think that Microsoft technical support is located in Swiss, or Luxembourg or
> Belgium. Anyway, the guy has a French name.
> I have Antivir and Windows Defender as antivirus and antimalwares residential softwares.
> Furthermore, I scan my computer from time to time with Malwarebytes and Spybot (theses two softwares
> are not residentials).
> I have Vista Premium Vista SP1 and use Windows Firewall (Inbound and Outbound : I created some
> outbound rules).
>
> Last news : Microsoft sent me a third mail and suggested me to install this file :
> "au_client_tool_v72.exe". I don't know exactly the contents of this file, but I think(I'm not sure)
> the guy installed me Windows Installer 3.1 !!! Anyway, this third solution didn't work like the
> others.
>
> I don't know what you mean by "case number" but in alls objects of my emails, I've got this figure :
> SRX1082888031ID



MowGreen [MVP 2003-2009]
===============
*-343-* FDNY
Never Forgotten
===============



Diana wrote:

> pkgmgr.exe /n:%TEMP%\file.xml" -- is what you would use to put the file
> in the temporary folder
>
>
> To install an .msu update package, run Wusa.exe together with the full
> path of the file. For example, if the Windows6.0-KB934307-x86.msu file
> is in the D:\934307 folder, type the following command at a command
> prompt to install the update package:
> wusa.exe d:\934307\Windows6.0-KB934307-x86.msu
>
> Diana
>
> ]
>
> ]
> ]
>
>>

>
> "Maslow" <valy-> wrote in message
> news70F0B14-F444-4EA5-ADB9-...
>
>> Thanks for your answer.
>> But I don't know which of these 2 commands should I use after
>> extracting the file in a temp folder :
>> "start /w /IP /m:%TEMP%\file.cab" or "pkgmgr.exe /n:%TEMP%\file.xml"
>>
>> These are the 3 files I need to install : KB958644, 957200, 953155. I
>> run Vista Premium SP1.
>>
>>
>> "Diana " <> a écrit dans le message de groupe de
>> discussion : 01CDBA4E-5DB9-462E-BEDD-...
>>
>>> Hello,
>>>
>>> Yes, KB934307 should help you manually install an update.
>>>
>>> Diana
>>>
>>> Diana Smith [MSFT] <>
>>> CSS Security Team
>>>
>>> This posting is provided "AS IS" with no warranties, and confers no
>>> rights.
>>>
>>>
>>> "Maslow" <valy-> wrote in message
>>> news:87CD05D7-910E-4BBB-80F4-...
>>>
>>>> Failing to install manually kb files (.msu), I found this trick on
>>>> the web. Do you think it can install msu files in this way ?
>>>>
>>>> "expand -f:* "C:\file.msu" %TEMP%"
>>>>
>>>> then :
>>>>
>>>> "start /w /IP /m:%TEMP%\file.cab"
>>>>
>>>> I found also this command on Microsoft site
>>>> http://support.microsoft.com/kb/934307/ : "pkgmgr.exe
>>>> /n:%TEMP%\file.xml"
>>>>
>>>>
>>>>
>>>

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Manually Installing Updates Tony Windows Update 1 03-17-2008 06:31 PM
Installing a PNP driver manually Daniel Windows Vista Drivers 2 07-26-2005 09:01 AM
Need help with manually installing updates Laurie Windows Update 1 08-28-2004 07:13 AM
Can you update a server that has no internet access and no SUS without manually installing each patch? Paul Windows Update 1 10-02-2003 07:29 PM
Manually installing USB drivers Rene Windows Vista Drivers 4 09-26-2003 09:33 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59