Jump to content

MAVERICKS CHOICE

Member
  • Posts

    1,816
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    Australia

Posts posted by MAVERICKS CHOICE

  1. The text file should be blank.

    You need this in your xml:

    - <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    - <RunSynchronous>

    - <RunSynchronousCommand wcm:action="add">

    <Order>1</Order>

    <Path>cmd /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\AppsRoot.txt SETX AppsRoot %i:\ -m"</Path>

    <Description>Path</Description>

    </RunSynchronousCommand>

    - <RunSynchronousCommand wcm:action="add">

    Your first logon command should be something similar to the following:

    FirstLogonCommands>

    - <SynchronousCommand wcm:action="add">

    <CommandLine>%AppsRoot%Install\Firefox\Firefox3.0.exe -ms -ira</CommandLine>

    <Description>Firefox</Description>

    <Order>01</Order>

    </SynchronousCommand>

    Can't help with the sysprep.

  2. How are you producing your xml? Are you checking it, validating it with the wsim? Looking through your xml appears to have all the necessary fields. Just on the Timezone issue you have a quick review of my xml have specified timezone/location etc four times in total pe,audit, specialize & oobe.

    The network problem is overcome with this reg entry.

    <SynchronousCommand wcm:action="add">

    <Order>5</Order>

    <Description>Block_ Network </Description>

    <CommandLine>cmd /c reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\NewNetworks" /v NetworkList /t REG_MULTI_SZ /d "" /f</CommandLine>

    </SynchronousCommand>

    The wsim has a great built in help files recheck your xml.

  3. Just in testing 7 with VLite seems to work fine here. I did notice you cannot remove many files from the Sources dir as we do in Vista cause the installation won't get past the pe boot.

    Anyone else noticed this?

  4. Yep Vlite works fine, exept for drivers (Never worked for me.) and hotfixes.

    Those things you need to do with Dism.exe.

    (Deployment Image Servicing and Management tool)

    Mount an image from Windows 7 and go to "System32" in the mounted wim.

    Copy the directory "DISM" and the file "DISM.exe" to the system32 folder of your computer.

    For x64 this is wow64 ( Im not sure cause i dont have the x64 version. )

    Open the DISM folder and register the dll's inside (Some cant be registered.)

    Then do "DISM.exe /?" without the quotes in a command promt.

    Then you will see how it works.

    I sucsessfully integrated drivers and the hotfix that is there for Windows7. (Used Vista drivers for that, most work fine.)

    So the old ways to do this will not work on Windows7 anymore (pkmgr and peimg.)

    And very importand is to not empty the sources folder on the root of your windows7 DVD.

    With Vista it was no problem to remove all things in there exept "boot.wim" and "install.wim"

    Thanks for the heads up spOOf, please empty ya inbox man.... :blink:

    EDIT: Few q's guys whats the min that must be left in the root & sources dir for the OS to work.

  5. Does anyone have a problem integrating Windows6.0-KB958644-x86-EXPRESS.cab or the Windows6.0-KB954955-x86_Tinkerbell.cab into their source.

    For some reason when I integrate with both VLite fails each time all other patches no problem??

    I also tried the other soft VTool it integrates without fail but will not install.

    Any pointers with these fixes guys?

×
×
  • Create New...