Jump to content

oilernut

Member
  • Posts

    16
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

About oilernut

oilernut's Achievements

0

Reputation

  1. Well finally had time today to try this method out and no go... Tried pointing it to the folder with the msu files and failed, so I tried pointing it to the extracted cab files failed as well.
  2. Something like this after i mount the image? dism /image:c:\mount /add-package /packagepath:C:\extract\blah1.msu /packagepath:C:\extract\blah2.msu
  3. Hey, Just was wondering if the way I slipstream updates into wim files is the best method. I download all the msu updates and then extract the updates one by one using the following command in a batch file: expand "blah1.msu" -F:* c:\extract expand "blah2.msu" -F:* c:\extract expand "blah3.msu" -F:* c:\extract I then go into the c:\extract folder and delete everything except for the cab files that were extracted. I run WSIM and mount the wim file and create a xml answer file with all the cab files included. After that I run the following batch file to integrate the updates into the wim: dism /mount-wim /wimfile:c:\extract\install.wim /index:1 /mountdir:c:\mount /quiet echo %errorlevel% start /wait "" pkgmgr /n:"c:\extract\updates-x86.xml" /o:c:\mount;c:\mount\windows /s:c:\sandbox echo %errorlevel% dism /unmount-wim /mountdir:c:\mount /commit /quiet echo %errorlevel% Is there a better process in doing this? Is there a better way or more efficient way?
  4. Thanks. Running start /w ocsetup InboxGames worked. I found the ocsetup command but was trying "Games" and "FreeCell"
  5. At work we need to create a script that we can run to install the Games feature under Vista (Don't ask why), has anyone been able to run a command to do this or any other Windows feature?
  6. Well that sucks. *curses Microsoft* Thanks for the info though.
  7. Only other thing I was slipstreaming was some Ultimate extras. They worked fine. I've tried both the pkgmr method and peimg without any luck. I have been able to integrate all other security updates in my wim file using peimg.
  8. Anyone else having issues installing Vista with IE8 integrated into the wim? I keep getting a message on install that says "Updates were not configured correctly. Reverting changes."
  9. Is there a way to check in the registry to see if Microsoft Update is installed instead of Windows update? I know you can tell my running windows update, but was wondering if there was another way.
  10. Those 2 files don't seem to be enough though.
  11. Has anyone figured out what updates it's trying to install when doing the .Net Framework Family Update? I went under the SoftwareDistrubution\Download folder like usual, but this update seems different. I found the 4 of the following updates and tried installing them manually on a new install: KB948609 KB948610 KB958481 KB958483 It still wants me to download the update though. Anyone slipstream this yet? Update: I actually found this other file that it wants installed, NDP35SP1-KB958484-x86.exe, but it extracts to a msp not a cab or msu file.
  12. Hi, I am trying to make it so that only the English (Canada) - US keyboard layout is used and shown. So I added the following line: InputLocale=1009:00000409 Only thing is that it installed the English (Canada) - English, French, Multilingual and English (US) - US These are my other regional settings: [RegionalSettings] InputLocale=1009:00000409 LanguageGroup=1 Language=00001009 Has anyone succusfully made it so that only English (Canada) - US is installed? Or another language?
  13. I have actually tried that, it screws with the graphics and the mouse is still a problem. I have thought about doing that but rather not if there was any other way. Also I know in windows you can change drive letters, is that possible with the system drive? Because I wouldn't really want to keep C drive in windows as the dos partition.
×
×
  • Create New...