locked
Windows 7 Service Pack 1 .MSU File? RRS feed

  • Question

  • Will there be a MSU file released for Windows 7 SP1? 

    I know you can install the EXE as an application in MDT 2010 but I would rather install it as a package using a MSU file. 

    Tuesday, February 22, 2011 9:41 PM

Answers

  • no, there is no MSU. You can use the /X switch to extract the exe. But you can't add Sp1 as update you must install it as an application:

    windows6.1-KB976932-X64.exe /quiet /nodialog /forcerestart

     


    "A programmer is just a tool which converts caffeine into code" CLIP- Stellvertreter http://www.winvistaside.de/
    Tuesday, February 22, 2011 9:50 PM

All replies

  • no, there is no MSU. You can use the /X switch to extract the exe. But you can't add Sp1 as update you must install it as an application:

    windows6.1-KB976932-X64.exe /quiet /nodialog /forcerestart

     


    "A programmer is just a tool which converts caffeine into code" CLIP- Stellvertreter http://www.winvistaside.de/
    Tuesday, February 22, 2011 9:50 PM
  • Hi,

     

    How are you? I would like to confirm that if the information which Andre's provided answer your question? If you have any other questions or concerns, please feel free to let me know. I am happy to be of further assistance.  :)

     

    Regards,

     

    Sabrina

     

    TechNet Subscriber Support in forum.

     

    If you have any feedback on our support, please contact tngfb@microsoft.com


    This posting is provided "AS IS" with no warranties or guarantees, and confers no rights. |Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
    Friday, February 25, 2011 1:55 AM
  • Will Microsoft be releasing a .MSU file for Windows 7 Service Pack 1?

    Friday, February 25, 2011 11:16 AM
  • Will Microsoft be releasing a .MSU file for Windows 7 Service Pack 1?


    no.
    "A programmer is just a tool which converts caffeine into code" CLIP- Stellvertreter http://www.winvistaside.de/
    Friday, February 25, 2011 2:38 PM
  • yes. Sp1 will be no MSU becasue it differs from other updates.

    "A programmer is just a tool which converts caffeine into code" CLIP- Stellvertreter http://www.winvistaside.de/
    Friday, February 25, 2011 4:06 PM
  • I used the "/x" switch to export the files from the service pack 1 executable. A MSU file wasn't one of the files, but some cab files were. I was able to import service pack 1 into MDT 2010 with these cab files.

    Friday, February 25, 2011 6:27 PM
  • /X extracts the Win7 Sp1 exe (also the IE9.exe) and results in CABs. MSUs are also CABs + a control file for WUSA.exe.

    What else do you want to know?

    "A programmer is just a tool which converts caffeine into code" CLIP- Stellvertreter http://www.winvistaside.de/
    Friday, February 25, 2011 10:34 PM
  • the /X applies to the Sp1.exe:

    windows6.1-KB976932-x86.exe /X:D:\Sp1

    this extracts the exe to D:\Sp1

    As you can see you get the Sp1 installer and the cabs.


    "A programmer is just a tool which converts caffeine into code" CLIP- Stellvertreter http://www.winvistaside.de/
    Saturday, February 26, 2011 3:48 PM