Problem with customizing Windows Vista

Discussion in 'Windows Vista' started by KyoriAsh, Jul 24, 2016.

  1. KyoriAsh

    KyoriAsh MDL Novice

    Nov 21, 2015
    26
    1
    0
    #1 KyoriAsh, Jul 24, 2016
    Last edited by a moderator: Apr 20, 2017
    Hi, guys,

    I'd been trying to customize Windows Vista the same as how Windows 7 customization is, but unfortunely I'm stuck with some problems especially related to DISM.

    As we know, Windows Vista is consider down-level when using DISM and DISM will call out Pkgmgr.

    I would like to ask that if there is any similar command to

    Code:
    dism /image:<image path> /get-packages
    dism /image:<image path> /get-intl
    Also, when I install Vista, during the very beginning of the setup process where you can Ctrl + Shift + F3, and after I captured the image when everything I wanted installed into Vista, the image won't be detected by Vista installer, may I know why this happened?

    Thanks in advance.
     
  2. CEW

    CEW MDL Senior Member

    Jan 21, 2011
    296
    155
    10
    You need to set the flag

    imagex /capture /flags "professional" d: c:\install.wim "Win7Pro"

    Or add the flag to the wim already captured:

    imagex /info "C:\install.wim" 1 "Win7Pro" "Win7Pro" /flags "professional"
     
  3. KyoriAsh

    KyoriAsh MDL Novice

    Nov 21, 2015
    26
    1
    0
    Hmm... only imagex.exe supports the flags command? dism.exe unable to do that?