MSFN Forum: W7-W2K8 UL file - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

W7-W2K8 UL file

#1 User is offline   MrJinje 

  • Tool™ Developer
  • Group: Developers
  • Posts: 942
  • Joined: 14-October 09
  • OS:none specified
  • Country: Country Flag

  Posted 16 October 2009 - 07:35 PM

I built a new W7/W2K8 UL XML file for my own personal use, I imagine some of you can re-use the legwork and get a real ULZ going for W7 x86/x64 and W2K8 R2 now. I didn't follow the listed schema guideline, but it shouldn't be to hard to fix, included every update I could find and a few definitions too.

Posted Image

EDIT: Attached batch scripted version that will download both W7 x86 and W7 x64 updates for later WIM integration.

Coming Soon - Office 2007 SP 2 and XP Mode SP3 support.

Posted Image

Attached File(s)


This post has been edited by MrJinje: 21 October 2009 - 07:22 AM



#2 User is offline   MrJinje 

  • Tool™ Developer
  • Group: Developers
  • Posts: 942
  • Joined: 14-October 09
  • OS:none specified
  • Country: Country Flag

  Posted 22 October 2009 - 06:50 AM

Here is an updated (10-22-2009) ULZ file with Office 2007 Post SP2 support.

Attached File(s)



#3 User is offline   MrJinje 

  • Tool™ Developer
  • Group: Developers
  • Posts: 942
  • Joined: 14-October 09
  • OS:none specified
  • Country: Country Flag

  Posted 10 November 2009 - 02:44 PM

Current Updates List - 11-10-2009

Posted Image

Attached File(s)


This post has been edited by MrJinje: 10 November 2009 - 02:52 PM


#4 User is offline   kklijer 

  • Group: Members
  • Posts: 2
  • Joined: 08-December 09

Posted 08 December 2009 - 04:51 AM

View PostMrJinje, on Nov 10 2009, 03:44 PM, said:

Current Updates List - 11-10-2009

Posted Image


If i may ask how did you creat te list i want to creat it to only for the dutch X64 version.

thanks

Oxin

#5 User is offline   MrJinje 

  • Tool™ Developer
  • Group: Developers
  • Posts: 942
  • Joined: 14-October 09
  • OS:none specified
  • Country: Country Flag

  Posted 08 December 2009 - 08:07 PM

Only one update this month, here is a drop in.

 
<!-- Added 12-8-09 -->

<update id="KB976325" category="1" publishdate="2009-12-02" article="http://support.microsoft.com/?kbid=976325">
		<!---->
		<title>CRITICAL - Cumulative Security Update for Internet Explorer 8 in Windows 7 - x86 - 976325</title>
		<description>Security issues have been identified that could allow an attacker to compromise a computer running Microsoft Internet Explorer and gain control over it.</description>
		<filename>Windows6.1-KB976325-x86.msu</filename>
		<url>http://download.microsoft.com/download/7/F/3/7F39597F-B1F8-4633-98B9-BE426D36B219/Windows6.1-KB976325-x86.msu</url>
</update>

<update id="KB976325" category="2" publishdate="2009-12-02" article="http://support.microsoft.com/?kbid=976325">
		<!---->
		<title>CRITICAL - Cumulative Security Update for Internet Explorer 8 in Windows 7 - x64 - 976325</title>
		<description>Security issues have been identified that could allow an attacker to compromise a computer running Microsoft Internet Explorer and gain control over it.</description>
		<filename>Windows6.1-KB976325-x64.msu</filename>
		<url>http://download.microsoft.com/download/8/8/7/887D964F-BF76-4E14-B4BA-CB6058FB5AE3/Windows6.1-KB976325-x64.msu</url>
</update>

<update id="KB976325" category="5" publishdate="2009-12-02" article="http://support.microsoft.com/?kbid=976325">
		<!---->
		<title>CRITICAL - Cumulative Security Update for Internet Explorer 8 in Windows Server 2008 R2 - x64 - 976325</title>
		<description>Security issues have been identified that could allow an attacker to compromise a computer running Microsoft Internet Explorer and gain control over it.</description>
		<filename>Windows6.1-KB976325-x64.msu</filename>
		<url>http://download.microsoft.com/download/D/8/E/D8EBFFAA-0E1A-410C-AAF4-DD806E4AB488/Windows6.1-KB976325-x64.msu</url>
</update> 


@kklijer - I used this. You will have to visit each KB article page. Find/follow the link for "IT Professionals. Sift through the list of "Affected Software" until you find your version of Windows 7 (x86 or x64). Then fill in all the information from the download page and use the "Other Update" or "Direct Link" button to generate your XML. Repeat the process for each and every update.

Otherwise, probably have to do it by hand and use XML format similar to the above example.

#6 User is offline   Gilou 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 10-May 08

Posted 15 December 2009 - 02:48 AM

Hello,

I may be stupid be I do not understand how to integrate the ULs. The '+' symbol directs to the website and there are no win7 list. And once downloaded from here, I cannot figure out how to integrate them.

Could anyone help me please?

Gilou

[Edit] Ok it works

This post has been edited by Gilou: 15 December 2009 - 11:51 AM


#7 User is offline   MrJinje 

  • Tool™ Developer
  • Group: Developers
  • Posts: 942
  • Joined: 14-October 09
  • OS:none specified
  • Country: Country Flag

  Posted 15 December 2009 - 11:17 PM

For future readers, just double click the ULZ file, jcarle is not hosting it from his website, so you will have to download it from this thread.

This post has been edited by MrJinje: 15 December 2009 - 11:18 PM


#8 User is offline   kklijer 

  • Group: Members
  • Posts: 2
  • Joined: 08-December 09

Posted 17 December 2009 - 02:10 PM

View PostMrJinje, on Dec 8 2009, 09:07 PM, said:

Only one update this month, here is a drop in.

 
<!-- Added 12-8-09 -->

<update id="KB976325" category="1" publishdate="2009-12-02" article="http://support.microsoft.com/?kbid=976325">
		<!---->
		<title>CRITICAL - Cumulative Security Update for Internet Explorer 8 in Windows 7 - x86 - 976325</title>
		<description>Security issues have been identified that could allow an attacker to compromise a computer running Microsoft Internet Explorer and gain control over it.</description>
		<filename>Windows6.1-KB976325-x86.msu</filename>
		<url>http://download.microsoft.com/download/7/F/3/7F39597F-B1F8-4633-98B9-BE426D36B219/Windows6.1-KB976325-x86.msu</url>
</update>

<update id="KB976325" category="2" publishdate="2009-12-02" article="http://support.microsoft.com/?kbid=976325">
		<!---->
		<title>CRITICAL - Cumulative Security Update for Internet Explorer 8 in Windows 7 - x64 - 976325</title>
		<description>Security issues have been identified that could allow an attacker to compromise a computer running Microsoft Internet Explorer and gain control over it.</description>
		<filename>Windows6.1-KB976325-x64.msu</filename>
		<url>http://download.microsoft.com/download/8/8/7/887D964F-BF76-4E14-B4BA-CB6058FB5AE3/Windows6.1-KB976325-x64.msu</url>
</update>

<update id="KB976325" category="5" publishdate="2009-12-02" article="http://support.microsoft.com/?kbid=976325">
		<!---->
		<title>CRITICAL - Cumulative Security Update for Internet Explorer 8 in Windows Server 2008 R2 - x64 - 976325</title>
		<description>Security issues have been identified that could allow an attacker to compromise a computer running Microsoft Internet Explorer and gain control over it.</description>
		<filename>Windows6.1-KB976325-x64.msu</filename>
		<url>http://download.microsoft.com/download/D/8/E/D8EBFFAA-0E1A-410C-AAF4-DD806E4AB488/Windows6.1-KB976325-x64.msu</url>
</update> 


@kklijer - I used this. You will have to visit each KB article page. Find/follow the link for "IT Professionals. Sift through the list of "Affected Software" until you find your version of Windows 7 (x86 or x64). Then fill in all the information from the download page and use the "Other Update" or "Direct Link" button to generate your XML. Repeat the process for each and every update.

Otherwise, probably have to do it by hand and use XML format similar to the above example.


@MrJinje
thanks for your response!
I'll be working on this in the weekend thanks voor the chart,it will take some thime though but it's a great way to it.

thanks a bunch looking forward to dhis.


KKlijer

#9 User is offline   Moorlun 

  • Group: Members
  • Posts: 1
  • Joined: 01-January 10

Posted 01 January 2010 - 01:07 AM

View PostMrJinje, on Nov 10 2009, 10:44 PM, said:

Current Updates List - 11-10-2009


Thanks, MrJinje, You are a great man!!! :thumbup

#10 User is offline   missile0407 

  • Group: Members
  • Posts: 9
  • Joined: 07-January 10
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 08 January 2010 - 06:15 AM

Hi,

I am new member, nice to see u.

I have a problem for this

Can this make a Chinese Traditional version ULz?

I am doing Windows 7 combination in these days

#11 User is offline   MrJinje 

  • Tool™ Developer
  • Group: Developers
  • Posts: 942
  • Joined: 14-October 09
  • OS:none specified
  • Country: Country Flag

  Posted 08 January 2010 - 01:29 PM

Welcome to all MSFN Newcomers...

View Postmissile0407, on Jan 8 2010, 06:15 AM, said:

Can this make a Chinese Traditional version ULz?
Mine does not, I am supporting english only.

You could try the XML Generator and create your own updates list. I'd be interested to know if it works on a non-english machine or not.

#12 User is offline   missile0407 

  • Group: Members
  • Posts: 9
  • Joined: 07-January 10
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 12 January 2010 - 09:33 AM

View PostMrJinje, on Jan 9 2010, 03:29 AM, said:

Welcome to all MSFN Newcomers...

View Postmissile0407, on Jan 8 2010, 06:15 AM, said:

Can this make a Chinese Traditional version ULz?
Mine does not, I am supporting english only.

You could try the XML Generator and create your own updates list. I'd be interested to know if it works on a non-english machine or not.

Thank ur pointing
I'm already create one ULz for CHT.
But I want to test with non-chinese version's OS
Cuz this XML is written with UTF-8, I want to test there is NOT have any words that can't show

There's a file, if it is OK, tell me. Thanks again.

(P.S Sorry for my bad ENG :) )

Attached File(s)


This post has been edited by missile0407: 12 January 2010 - 09:39 AM


#13 User is offline   chris_heyward 

  • Group: Members
  • Posts: 3
  • Joined: 09-April 09

  Posted 10 February 2010 - 06:39 PM

Cheers for the lists guys. Its so much simpler. Does anyone have a list they've kept up to date? Other than the one mentioned here with the added drop-in. Or even an up-to-date drop-in will do. I cant figure out how to find the download link on the MS site. All i can get is a forwarding link, not a direct link to an *exe or *msi....

This post has been edited by chris_heyward: 10 February 2010 - 06:42 PM


#14 User is offline   MrJinje 

  • Tool™ Developer
  • Group: Developers
  • Posts: 942
  • Joined: 14-October 09
  • OS:none specified
  • Country: Country Flag

  Posted 10 February 2010 - 06:51 PM

Check here.

http://www.msfn.org/...howtopic=128393

To find the link, go to the KB Article for each update, follow the link "for it professionals", scroll to section listing affected OS'es, follow the individual links to the download pages for each OS (W7x86, W7x64, W2K8-R2x64 etc) from there, click the "Download" button. On the next page, find the "start download" and right click it to get the direct path.

#15 User is offline   chris_heyward 

  • Group: Members
  • Posts: 3
  • Joined: 09-April 09

  Posted 10 February 2010 - 07:13 PM

View PostMrJinje, on Feb 11 2010, 12:51 AM, said:

Check here.

http://www.msfn.org/...howtopic=128393

To find the link, go to the KB Article for each update, follow the link "for it professionals", scroll to section listing affected OS'es, follow the individual links to the download pages for each OS (W7x86, W7x64, W2K8-R2x64 etc) from there, click the "Download" button. On the next page, find the "start download" and right click it to get the direct path.


That was exactly what I was looking for! Cheers MrJinje. One more question. Not sure if its possible, but is there a way to use the WUD on another PC without admin rights? By that I mean a portable version where no install is needed to download the list.

My internet connection is running off a Mobile Broadband dongle and its veeeeerrrrrryyyy slow!! So I use another PC (public) for my downloads. The PC's I use have disabled installs of any type and also disabled .bat and .cmd files from being executed.

#16 User is offline   MrJinje 

  • Tool™ Developer
  • Group: Developers
  • Posts: 942
  • Joined: 14-October 09
  • OS:none specified
  • Country: Country Flag

  Posted 15 February 2010 - 10:19 AM

View Postchris_heyward, on Feb 10 2010, 07:13 PM, said:

That was exactly what I was looking for! Cheers MrJinje. One more question. Not sure if its possible, but is there a way to use the WUD on another PC without admin rights? By that I mean a portable version where no install is needed to download the list.

My internet connection is running off a Mobile Broadband dongle and its veeeeerrrrrryyyy slow!! So I use another PC (public) for my downloads. The PC's I use have disabled installs of any type and also disabled .bat and .cmd files from being executed.

Could try this. It works like a portable version of WUD, just copy to your USB and you are all set.

http://forums.mydigitallife.info/threads/1...2450#post162450

#17 User is offline   cloferba 

  • Member
  • PipPip
  • Group: Members
  • Posts: 119
  • Joined: 25-April 08

Posted 12 April 2010 - 07:09 PM

no updates for windows 7 =(

#18 User is offline   MrJinje 

  • Tool™ Developer
  • Group: Developers
  • Posts: 942
  • Joined: 14-October 09
  • OS:none specified
  • Country: Country Flag

Posted 12 April 2010 - 10:29 PM

View Postcloferba, on 12 April 2010 - 07:09 PM, said:

no updates for windows 7 =(

steven4554 has taken over. see this thread

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

3 User(s) are reading this topic
0 members, 3 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy