Jump to content

Angel Blue01

Member
  • Posts

    109
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About Angel Blue01

Profile Information

  • OS
    none specified

Angel Blue01's Achievements

0

Reputation

  1. This is a Vista SP1 disc with SP2 slipstreamed with Win Integrator. Here's the relevent section of my DISM.log I made an ISO and tested the disc out: SP2 is installed but none of the updates including IE9
  2. I am trying to integrate IE9 and many .msu files into the source of a Vista x64 WIM. I'm running this on a Win7x64 machine with the Win7 WAIK installed. Here's the contents of my batch file containing the commands. dism /mount-wim /wimfile:C:\WinVistax64\sources\install.wim /index:1 /mountdir:c:\wim dism /image:c:\wim /add-package /packagepath:C:\ie9\vistax64\ie9-Vista.cab for %%g in (c:\vistax64Updates\*.msu) do dism /Image:c:\wim /Add-Package /PackagePath:%%g dism /unmount-wim /mountdir:c:\wim /commit However when I run this bach file I get the following error message for each .msu file plus the .cab file: I've also tried to integrate the msu files using 7Customizer .5.0 and got the same results. Any ideas what's going on? I downloaded the msu files from Microsoft's site so they should be fine.
  3. I realize this is an old thread but I would like it if WPI allowed priorties: I'd like to install IE8 *before* Flash, Shockwave and Java, but also allow Flash, Shockwave and Java to install even if I don't want IE8, something dependencies in 8.0 doesn't seem to allow.
×
×
  • Create New...