Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Windows 7 Language Pack deployment

Reply
Thread Tools Display Modes

Windows 7 Language Pack deployment

 
 
manserv
Guest
Posts: n/a

 
      02-24-2010
I would like to let the users decide which language pack should be installed
on "their" system. With Vista this was no problem. But Microsoft doesn't
deliver MUI packs for Windows 7 through WSUS. What other options do I have?
It should be possible for a standard user (_NOT_ admin mit UAC).

I tried importing the language packs but this fails:

--
Dim iUpdateServer As IUpdateServer
Dim proxy As New AdminProxy
iUpdateServer = AdminProxy.GetUpdateServer("wsus", True)
Dim myStrArr() As String = {}
Try

iUpdateServer.ImportUpdateFromCatalogSite("1932080 6-4280-48FC-8AC7-145B5895EA89", myStrArr)
Catch ex As Exception
Console.WriteLine(ex)
Console.ReadKey()
Finally
iUpdateServer = Nothing
End Try
--
Microsoft.UpdateServices.Administration.WsusObject NotFoundException:
requested updates in GetRelatedRevisionsForUpdates do not exist on MU
bei
Microsoft.UpdateServices.Internal.BaseApi.SoapExce ptionProcessor.Deserial
izeAndThrow(SoapException soapException)
bei
Microsoft.UpdateServices.Internal.DatabaseAccess.A dminDataAccessProxy.Cat
alogSiteGetMetadataAndImport(Guid updateId, Byte[][] downloadedFileDigests)
bei
Microsoft.UpdateServices.Internal.BaseApi.UpdateSe rver.ImportUpdateFromCa
talogSite(String updateIdStr, String[] downloadedFilePaths)
bei ConsoleApplication1.Module1.Main() in
ConsoleApplication1\Module1.vb:Zeile 10.
--
 
Reply With Quote
 
 
 
 
PA Bear [MS MVP]
Guest
Posts: n/a

 
      02-24-2010
WSUS newsgroup:
http://www.microsoft.com/communities...pdate_services

WSUS Support forum:
http://social.technet.microsoft.com/...erwsus/threads


manserv wrote:
> I would like to let the users decide which language pack should be
> installed
> on "their" system. With Vista this was no problem. But Microsoft doesn't
> deliver MUI packs for Windows 7 through WSUS. What other options do I
> have?
> It should be possible for a standard user (_NOT_ admin mit UAC).
>
> I tried importing the language packs but this fails:
>
> --
> Dim iUpdateServer As IUpdateServer
> Dim proxy As New AdminProxy
> iUpdateServer = AdminProxy.GetUpdateServer("wsus", True)
> Dim myStrArr() As String = {}
> Try
>
> iUpdateServer.ImportUpdateFromCatalogSite("1932080 6-4280-48FC-8AC7-145B5895EA89",
> myStrArr) Catch ex As Exception
> Console.WriteLine(ex)
> Console.ReadKey()
> Finally
> iUpdateServer = Nothing
> End Try
> --
> Microsoft.UpdateServices.Administration.WsusObject NotFoundException:
> requested updates in GetRelatedRevisionsForUpdates do not exist on MU
> bei
> Microsoft.UpdateServices.Internal.BaseApi.SoapExce ptionProcessor.Deserial
> izeAndThrow(SoapException soapException)
> bei
> Microsoft.UpdateServices.Internal.DatabaseAccess.A dminDataAccessProxy.Cat
> alogSiteGetMetadataAndImport(Guid updateId, Byte[][]
> downloadedFileDigests)
> bei
> Microsoft.UpdateServices.Internal.BaseApi.UpdateSe rver.ImportUpdateFromCa
> talogSite(String updateIdStr, String[] downloadedFilePaths)
> bei ConsoleApplication1.Module1.Main() in
> ConsoleApplication1\Module1.vb:Zeile 10.


 
Reply With Quote
 
manserv
Guest
Posts: n/a

 
      02-25-2010
hello PA Bear,

why are you pointing me to the WSUS newsgroup?

As I said, Windows 6.1 MUI packs aren't offered through WSUS any more and I
am looking for an different solution.
 
Reply With Quote
 
PA Bear [MS MVP]
Guest
Posts: n/a

 
      02-25-2010
To keep track of things, it helps immensely if you quote all of the previous
message(s) in your replies to the newsgroup. Most of us do not access these
newsgroups via the clunky forum-interface you're using and do not have
instant access to all posts in a given thread. Without quoting, we have no
idea what you're referring to. Thank you.

Add or change an input language (all versions of Win7)
http://windows.microsoft.com/en-us/w...input-language

Windows 7 language packs are available for computers that are running
Windows 7 Ultimate or Windows 7 Enterprise [only]
http://support.microsoft.com/kb/972813
--
~Robear Dyer (PA Bear)
MS MVP-IE, Mail, Security, Windows Client - since 2002


manserv wrote:
> hello PA Bear,
>
> why are you pointing me to the WSUS newsgroup?
>
> As I said, Windows 6.1 MUI packs aren't offered through WSUS any more and
> I
> am looking for an different solution.


 
Reply With Quote
 
manserv
Guest
Posts: n/a

 
      02-25-2010

Hello PA Bear,

like your first reply my was off topic so I omited citation.

the steps in KB972813 to install MUI packs require administrative privileges.
>> It should be possible for a standard user (_NOT_ admin mit UAC).


"Windows 7 language packs are available for computers that are running
Enterprise and Ultimate" - but not through WSUS like it is with Vista.
(http://blog.wsuspraxis.de/produkt-support/)

Because Microsoft has abandoned language deployment through WSUS I think I
will have to make msi from the MUI packs that employ lpksetup.exe and use
http://support.microsoft.com/kb/259459 (How to allow users who are not
administrators to install MSI packages).

Regards.

"PA Bear [MS MVP]" wrote:

> To keep track of things, it helps immensely if you quote all of the previous
> message(s) in your replies to the newsgroup. Most of us do not access these
> newsgroups via the clunky forum-interface you're using and do not have
> instant access to all posts in a given thread. Without quoting, we have no
> idea what you're referring to. Thank you.
>
> Add or change an input language (all versions of Win7)
> http://windows.microsoft.com/en-us/w...input-language
>
> Windows 7 language packs are available for computers that are running
> Windows 7 Ultimate or Windows 7 Enterprise [only]
> http://support.microsoft.com/kb/972813
> --
> ~Robear Dyer (PA Bear)
> MS MVP-IE, Mail, Security, Windows Client - since 2002
>
>
> manserv wrote:
> > hello PA Bear,
> >
> > why are you pointing me to the WSUS newsgroup?
> >
> > As I said, Windows 6.1 MUI packs aren't offered through WSUS any more and
> > I
> > am looking for an different solution.

 
Reply With Quote
 
PA Bear [MS MVP]
Guest
Posts: n/a

 
      02-25-2010
I disagree with you and in fact no updates of any kind can be installed
without Admin approval (tacit or otherwise).

manserv wrote:
> Hello PA Bear,
>
> like your first reply my was off topic so I omited citation.
>
> the steps in KB972813 to install MUI packs require administrative
> privileges.
>>> It should be possible for a standard user (_NOT_ admin mit UAC).

>
> "Windows 7 language packs are available for computers that are running
> Enterprise and Ultimate" - but not through WSUS like it is with Vista.
> (http://blog.wsuspraxis.de/produkt-support/)
>
> Because Microsoft has abandoned language deployment through WSUS I think I
> will have to make msi from the MUI packs that employ lpksetup.exe and use
> http://support.microsoft.com/kb/259459 (How to allow users who are not
> administrators to install MSI packages).
>
> Regards.
>
> "PA Bear [MS MVP]" wrote:
>
>> To keep track of things, it helps immensely if you quote all of the
>> previous message(s) in your replies to the newsgroup. Most of us do not
>> access these newsgroups via the clunky forum-interface you're using and
>> do
>> not have instant access to all posts in a given thread. Without quoting,
>> we have no idea what you're referring to. Thank you.
>>
>> Add or change an input language (all versions of Win7)
>> http://windows.microsoft.com/en-us/w...input-language
>>
>> Windows 7 language packs are available for computers that are running
>> Windows 7 Ultimate or Windows 7 Enterprise [only]
>> http://support.microsoft.com/kb/972813
>> --
>> ~Robear Dyer (PA Bear)
>> MS MVP-IE, Mail, Security, Windows Client - since 2002
>>
>>
>> manserv wrote:
>>> hello PA Bear,
>>>
>>> why are you pointing me to the WSUS newsgroup?
>>>
>>> As I said, Windows 6.1 MUI packs aren't offered through WSUS any more
>>> and
>>> I
>>> am looking for an different solution.


 
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
Windows Update Error Code: 80070005 Joe Davis Windows Update 33 05-05-2010 08:03 AM
Why is it Windows *7*? Charles Lavin Windows Vista General Discussion 46 01-07-2010 08:37 PM
Re: Disable Windows Firewall Lanwench [MVP - Exchange] Windows Small Business Server 7 01-06-2010 11:45 PM
Can I use the Windows 7 Upgrade DVD for a Clean Install ? Patrick Windows Vista General Discussion 38 11-11-2009 09:41 PM
Corrupt Files juerg Windows Vista Installation 10 07-12-2007 04:38 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