SP1 slipstreaming guide

Discussion in 'Windows 7' started by Stannieman, Jan 17, 2011.

  1. Raoul

    Raoul MDL Junior Member

    Aug 8, 2009
    61
    10
    0
    This: copy the Licenses folder to somewhere else

    Made me question if he really meant copy. Dont know why actually, maybe because it was late. :p Anyways thanks for the confirmation.
     
  2. Stannieman

    Stannieman MDL Guru

    Sep 4, 2009
    2,232
    1,818
    90
    It is really copy, cause the source files must still be there.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Kaper

    Kaper MDL Junior Member

    Apr 10, 2009
    79
    91
    0
    Hi I was wondering when it will be available to the new guide with the WinPE files?

    thanks and nice day

    original instructions for the integration of SP operate absolutely great with power!

    Finally, I have one question:
    How to successfully remove the English version of the original language and replace it with their national language (language integration package).

    Previously, I used to W7Mount v33 (calax) and he managed to integrate the LP and the en-US removed (build 7600) for 7601 does not work (both languages are still there and it offers a choice of language.

    Thanks to the tips and advice on how to do it because all are given instructions via gimagex etc do not go too in 7601.

    Sorry for the English translated by Google .. translator
     
  4. Stannieman

    Stannieman MDL Guru

    Sep 4, 2009
    2,232
    1,818
    90
    You can remove any package with "dism /image:X:\mountdir /remove-package /packagename:NAMEOFTHEPACKAGE"

    You can get the name of the package with "dism /image:X:\mountdir /get-packages"
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Kaper

    Kaper MDL Junior Member

    Apr 10, 2009
    79
    91
    0
    I tried .. All guides through Disma gimagex, W7Mount, W7share, AIK Command Prompt .. Always write it successfully Removing both languages but are still in the installation...
     
  6. Stannieman

    Stannieman MDL Guru

    Sep 4, 2009
    2,232
    1,818
    90
    That's why it's always better to do it manually, cause you know exactly what's going on then.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Stannieman

    Stannieman MDL Guru

    Sep 4, 2009
    2,232
    1,818
    90
    Dammid, there are problems with the new boot.wim.
    When I make the boot.wim with the new winpe and packages, it says that winload.exe is missing or corrupted when trying to boot from the dvd with the new boot.wim.
    Winload is however in both indexes of the boot.wim I created. I didn't touch any files in the mountdir, just mounted and installed packages with dism.
    Any suggestions?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. OldMX

    OldMX MDL Addicted

    Jul 30, 2009
    539
    229
    30
    Anyone copy / paste the guide before it was removed?
     
  9. dareckibmw

    dareckibmw MDL Expert

    Jun 16, 2009
    1,201
    1,360
    60
    Hmm... I see it wasn't just me (operator error) having that problem yesterday....it only happened when I used integrated sp1 .iso - WZT
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. ambidav

    ambidav MDL Guru

    May 14, 2008
    2,502
    5,675
    90
    Stannieman can you give us any information when your new guide is ready :)
     
  11. luky

    luky MDL Addicted

    Dec 21, 2008
    729
    33
    30
    Has anyone written code or how to manually remove from WIN7SP1 language so that they remain only those who want to have. I have two language en-US and sl-SI. I want to remove en-US, but without success. Thanks.
     
  12. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,466
    1,488
    150
    Dism /Image: /Remove-Package /Packagename:


    Tried that?
     
  13. luky

    luky MDL Addicted

    Dec 21, 2008
    729
    33
    30
    tcntad I tried Dism / Image: / Remove-Package / packagename: en-US, but still something was missing.?
     
  14. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,466
    1,488
    150
    First you have to mount your edition (1-5 32bit, 1-4 64Bit)
    Then list all packages
    Then remove en-us package
    Then dismount.

    There are some guides around here o how to do it.


    You can also use Dism /?
     
  15. luky

    luky MDL Addicted

    Dec 21, 2008
    729
    33
    30
    Looking for a guide, but unfortunately I can not find anything, where would the code how to do it with Dism. Sorry.
     
  16. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,466
    1,488
    150
    #116 tcntad, Feb 6, 2011
    Last edited by a moderator: Apr 20, 2017
    hm to bad

    Code:
    DISM /Mount-Wim /WimFile:D:\DVD\Sources\Install.wim /Index:4 /MountDir:D:\Mount
    DISM /Image:D:\Mount /Add-Package /Packagepath:D:\lp.cab
    
    Dism /Image:Dism /Image:C:\test\offline /Get-Packages /Get-Packages
    DISM /Image:D:\Mount /Remove-Package /PackageName:languagepacks name
    
    DISM /Image:D:\Mount /Gen-LangINI /Distribution:D:\DVD
    DISM /UnMount-Wim /MountDir:D:\Mount /Commit
    
    Done, thats better? Could have been pretty easily found though:)

    32Bit
    1. starter
    2. home basic
    3. home premium
    4. professional
    5. ultimate

    64Bit
    1. home basic
    2. home premium
    3. professional
    4. ultimate
     
  17. vrosa

    vrosa MDL Member

    Jan 31, 2011
    115
    18
    10
    I'll be waiting for the new guide. Thanks Stannieman :)

    :drink: :suicide:
     
  18. nick name

    nick name MDL Novice

    Feb 13, 2011
    1
    0
    0
    Can you Post an other link to Tutorial or similar (here or in the Web)?

    Thank
     
  19. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,466
    1,488
    150
    I think i copied the guide so i could "integrate" it to my batchscript.. Perhaps i still have it.
     
  20. urie

    urie Moderator
    Staff Member

    May 21, 2007
    9,039
    3,388
    300