Jump to content

myselfidem

Members
  • Posts

    600
  • Joined

  • Last visited

  • Days Won

    9

Posts posted by myselfidem

  1. I used 7customizer for only autounattend.xml. I used it before, and I hadn't had any problem.

    Do the same with your SP1!

    And you can use W7T with a clean Windows 7 SP1. It's better do not use two programs to customize your image!

  2. When you use All-In-One Tool, the install.wim image with your customized choices is mounted inside the folders [C:\W7T\Mount] created by W7T.

    You can also read the log files and other files inside :

    C:\W7T130-98RC\Last Sessions

    C:\W7T130-98RC\Mount Logs

    In this scenario I have expanded W7T inside C:\W7T130-98RC

    And when all is done, W7T removes the folders: [C:\W7T\Mount] !

  3. OK!

    I haven't this problem with my install.wim SP1 customized and captured using sysprep, and with my clean MSDN SP1!

    Maybe you can try to use your clean MSDN Windows 7 SP1 with your Autounattend.xml file only!

    And how do you create your iso file with a batch file ?

    Thanks to let us know!

  4. My current work is for captured wim. Are there any problems for captured wim files?

    No!

    I think the problem is with the last line inside your Autounattend.xml file.

    Try to remove the last line and save your file (or change the path for install.wim)!

    You can check also the <Value /> (error) for password on my post above.

    Thanks to let us know the result.

  5. @XC*LUSiVE

    I'm guessing you have used 7Customizer to create your Autounattend.xml file.

    You can change inside Autounattend.xml file:


    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="windowsPE">
    <component name="Microsoft-Windows-International-Core-WinPE" 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">
    <SystemLocale>tr-TR</SystemLocale>
    <UserLocale>tr-TR</UserLocale>
    <UILanguage>tr-TR</UILanguage>
    <InputLocale>041f:0000041f</InputLocale>
    </component>

    And also:


    <settings pass="specialize">
    <component name="Microsoft-Windows-Shell-Setup" 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">
    <AutoLogon>
    <Enabled>true</Enabled>
    <Username>XCLUSiVE7</Username>
    <Password>
    <PlainText>true</PlainText>
    <Value></Value>
    </Password>
    <LogonCount>9999999</LogonCount>
    </AutoLogon>
    <TimeZone>GTB Standard Time</TimeZone>
    <ComputerName>EXC7-PC</ComputerName>
    </component>

    And if you change the "Folder_Location" you need to change the path for the last line or remove this one:


    <cpi:offlineImage cpi:source="wim:E:/7Work/DVD/sources/install.wim#Windows 7 Ultimate" xmlns:cpi="urn:schemas-microsoft-com:cpi" />

    And you can check your Autounattend.xml file with WSIM and valdate it. You need first to install WAIK 3.0 for Windows 7, and WSIM is include inside.

    http://www.microsoft.com/downloads/tr-tr/details.aspx?FamilyID=696dd665-9f76-4177-a811-39c26d3b3b34

    I hope that can help you!

  6. thanks ... so after that do i just save the wim again ?

    i have been using w7toolkit to mount the wim so far ... i found the files .... just not sure how i'm supposed to keep the changed files ....

    i assume that i would copy n paste the edited files into the mounted folder and then save the wim ?

    I tested W7T130-98RC successfully and after mounting the install.wim image you can replace the dll's you want inside your temp folder opened.

    After select "Unmount" and "Save Image" (or "Save and Rebuild Image") to keep your changes.

    Do the same for: Microsoft Windows Setup (x86) (or amd64) = boot.wim 2

  7. Oops...Sorry bphlpt and vampyr07au !

    After a new test, I see it's not needed to use takeown with ImageX.exe with /mountrw to change files!

    But when we use Dism.exe we need to use takeown to change files inside the mounted image!

    It makes a long time I haven't use ImageX.exe. Sorry again

  8. You need to "takeowner ship" and remove the imageres.dll and copy your customized file inside install.wim mounted image and boot.wim 2 mounted image!

    Mounted_Folder\Windows\System32\imageres.dll

    Example using batch file:


    @echo off
    CMD /C TAKEOWN /F %Mounted_Folder%\Windows\System32\imageres.dll && ICACLS %Mounted_Folder%\Windows\System32\imageres.dll /grant *S-1-5-32-544:F
    Copy /Y "%~dp0imageres.dll" "%Mounted_Folder%\Windows\System32\imageres.dll"

    (needed for install.wim and boot.wim 2)!

    Cheers

  9. Well see then we are only getting HALF of the conversation.

    PLEASE pick ONE or the OTHER! PM's and hiding it ALL from us... or... Public so we can all help and contribute.

    You're right Kels!

    Now with W7T the key can be integrated.

    I give some help about this question and suggest to try using my command (SetProductKey.cmd) inside my signature below!

    Kind regards

  10. I think you need to add msu or cab files for updates and not exe files!

    I integrate IE9 with msu and language cab file and all is fine!

    Or maybe there is something wrong, because with W7T it's possible to add IE9 as exe file ?

  11. Strange... here are a few lines from the C:\Windows\Panther\setupact.log


    2012-01-28 22:20:11, Info IBS ==== Computername wird initialisiert ====
    2012-01-28 22:20:11, Info IBS Generating a random computer name
    2012-01-28 22:20:11, Info IBS No computer name specified, generating a random name.
    2012-01-28 22:20:11, Info IBS Renaming computer to MININT-PJP2K0M.
    2012-01-28 22:20:11, Info IBS Acquired profiling mutex
    2012-01-28 22:20:11, Info IBS Service winmgmt disable: 0x00000000
    2012-01-28 22:20:11, Info IBS Service winmgmt stop: 0x00000000
    2012-01-28 22:20:11, Info IBS Service winmgmt enable: 0x00000000
    2012-01-28 22:20:11, Info IBS Released profiling mutex
    2012-01-28 22:20:11, Info IBS STATUS: SUCCESS (0x00000000)

    Yes I have also the same result but with another random name. It's not an error!

    It seems that the key isn't accepted and Windows use the default key to finish the silent installation.

    Or there is a problem with "Apply Unattended" process!

  12. Try to use another "computer name" and "full name", because Intel is a trademark and maybe it's the reason:

    http://www.intel.com...egal/third2.htm

    Thanks to let us know the result after these changes.

    However we can see the Computer Name used with Autounattend.xml file inside:

    C:\Windows\Panther\UnattendGC\setupact.log

    Example mine (read the first lines): ComputerName set to Se7en


    [windeploy.exe] ------------------------------------------------
    [windeploy.exe] WinDeploy.exe launched with command-line []...
    [windeploy.exe] Setup has not completed, adding pending reboot.
    [windeploy.exe] Found generalization state [0x4], setup.exe completion flag [False] --> launching setup.exe.
    [windeploy.exe] Launching [C:\Windows\system32\oobe\setup.exe]...
    [Shell Unattend] Running 'specialize' pass
    [Shell Unattend] ComputerName set to Se7en
    2012-01-04 19:59:38, Info ...

    Cheers

  13. I could not expression: (

    @ myselfidem

    exe, and if I open myself;

    IE9-Win7.cab

    ielangpack-TRK.cab

    If we put all the files that work seamlessly.

    BUT!

    threw it into the exe, that is;

    IE9-Windows7-x86-enu.exe

    IE9 is seamlessly integrated

    BUT!

    Language files are not integrated.

    Why do you want install IE9-Windows7-x86-enu.exe for your localized version ?

    You tell yourself that all is fine and works with IE9-Win7.cab and ielangpack-TRK.cab.

    You need only to install IE9 for your localized version!

    http://technet.micro...y/gg699422.aspx

    http://www.microsoft...lang=en&id=1944

    @adminxp

    Look at this workaround:

    http://www.msfn.org/board/topic/150416-msu-version-of-internet-explorer-9/page__view__findpost__p__959524

    Cheers

×
×
  • Create New...