MSFN Forum: RT7Lite and AIO x86 x64 - MSFN Forum

Jump to content



  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

RT7Lite and AIO x86 x64

#21 User is offline   myselfidem 

  • 2 Slow 4 You
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,751
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 06 May 2011 - 07:06 AM

However, if you do not want integrate all the keys inside the mounted images, you can use this Autounattend.xml file (as example and adapt to your needs):

But that means:

1) All availables images will be displayed (remove ei.cfg inside %DVD%\sources\ei.cfg)
2) The dialog box "Accept Eula" will be displayed
3) The section OOBE will be displayed:
User Name
Password
Product key (you can choose to enter the valid key or do not enter a product key) and uncheck: Activate...

- You can skip the product key and not enter a key at all, and Windows will install the defautl key needed for the version you choose!
Or
- You can enter the valid key matching the Windows 7 version you want to install

Using this method the customer can install the Windows 7 version he wants!

Autounattend.xml (x86)

<?xml version="1.0" encoding="utf-8"?>
<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">
            <SetupUILanguage>
                <UILanguage>fr-FR</UILanguage>
            </SetupUILanguage>
            <InputLocale>100c:0000100c</InputLocale>
            <SystemLocale>fr-CH</SystemLocale>
            <UILanguage>fr-FR</UILanguage>
            <UserLocale>fr-CH</UserLocale>
        </component>
        <component name="Microsoft-Windows-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">
            <Diagnostics>
                <OptIn>false</OptIn>
            </Diagnostics>
            <DiskConfiguration>
                <WillShowUI>Always</WillShowUI>
            </DiskConfiguration>
            <Display>
                <ColorDepth>32</ColorDepth>
                <HorizontalResolution>1280</HorizontalResolution>
                <VerticalResolution>1024</VerticalResolution>
                <RefreshRate>60</RefreshRate>
            </Display>
            <DynamicUpdate>
                <Enable>false</Enable>
                <WillShowUI>OnError</WillShowUI>
            </DynamicUpdate>
            <ImageInstall>
                <OSImage>
                    <WillShowUI>Always</WillShowUI>
                </OSImage>
            </ImageInstall>
            <EnableFirewall>true</EnableFirewall>
        </component>
    </settings>
    <settings pass="offlineServicing">
        <component name="Microsoft-Windows-LUA-Settings" 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">
            <EnableLUA>false</EnableLUA>
        </component>
    </settings>
    <settings pass="generalize">
        <component name="Microsoft-Windows-PnpSysprep" 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">
            <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
        </component>
    </settings>
    <settings pass="specialize">
        <component name="Microsoft-Windows-IE-InternetExplorer" 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">
            <Home_Page>http://www.bluewin.ch/index.html.fr</Home_Page>
            <BlockPopups>yes</BlockPopups>
            <FavoritesOnTop>true</FavoritesOnTop>
            <FilterLevel>High</FilterLevel>
            <Help_Page>http://people.consolidated.net/veeger/</Help_Page>
            <DisableFirstRunWizard>true</DisableFirstRunWizard>
            <DisableWelcomePage>true</DisableWelcomePage>
            <PlaySound>false</PlaySound>
            <ShowInformationBar>true</ShowInformationBar>
            <LockToolbars>true</LockToolbars>
            <ShowLeftAddressToolbar>true</ShowLeftAddressToolbar>
            <ShowMenuBar>true</ShowMenuBar>
            <SuggestedSitesEnabled>true</SuggestedSitesEnabled>
        </component>
        <component name="Microsoft-Windows-RemoteAssistance-Exe" 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">
            <fAllowFullControl>false</fAllowFullControl>
            <fAllowToGetHelp>false</fAllowToGetHelp>
        </component>
        <component name="Microsoft-Windows-Security-SPP-UX" 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">
            <SkipAutoActivation>true</SkipAutoActivation>
        </component>
        <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">
            <Display>
                <ColorDepth>32</ColorDepth>
                <HorizontalResolution>1280</HorizontalResolution>
                <VerticalResolution>1024</VerticalResolution>
                <RefreshRate>60</RefreshRate>
            </Display>
        </component>
    </settings>
    <settings pass="oobeSystem">
        <component name="Microsoft-Windows-International-Core" 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">
            <UILanguage>fr-FR</UILanguage>
            <UserLocale>fr-CH</UserLocale>
            <InputLocale>100c:0000100c</InputLocale>
        </component>
        <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">
            <Display>
                <ColorDepth>32</ColorDepth>
                <HorizontalResolution>1280</HorizontalResolution>
                <VerticalResolution>1024</VerticalResolution>
                <RefreshRate>60</RefreshRate>
            </Display>
            <TimeZone>W. Europe Standard Time</TimeZone>
            <OEMInformation>
                <Logo></Logo>
                <Manufacturer>Se7en_UA</Manufacturer>
                <Model>Seven Titan</Model>
                <SupportHours>A tout instant, consultez les Forums</SupportHours>
                <SupportPhone>BR549</SupportPhone>
                <SupportURL>http://www.msfn.org</SupportURL>
            </OEMInformation>
            <OOBE>
                <HideEULAPage>true</HideEULAPage>
                <NetworkLocation>Home</NetworkLocation>
                <ProtectYourPC>1</ProtectYourPC>
                <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
            </OOBE>
            <VisualEffects>
                <FontSmoothing>ClearType</FontSmoothing>
            </VisualEffects>
            <WindowsFeatures>
                <ShowInternetExplorer>true</ShowInternetExplorer>
                <ShowMediaCenter>true</ShowMediaCenter>
                <ShowWindowsMediaPlayer>true</ShowWindowsMediaPlayer>
            </WindowsFeatures>
        </component>
        <component name="Microsoft-Windows-Sidebar" 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">
            <Gadget1>%PROGRAMFILES%\Windows Sidebar\Gadgets\Clock.Gadget</Gadget1>
            <Gadget2>%PROGRAMFILES%\Windows Sidebar\Gadgets\Calendar.Gadget</Gadget2>
            <Gadget3>%PROGRAMFILES%\Windows Sidebar\Gadgets\Weather.Gadget</Gadget3>
        </component>
    </settings>
</unattend>



I've tested successfully the installation for Windows 7 Professional. And I can choose the Windows 7 Edition I want to install!

You can use only one Autounattend.xml (x86 and amd64) for Windows 7 x86 and Windows 7 x64 merging the two unattend files!

Image Windows 7 without key

This post has been edited by myselfidem: 22 January 2012 - 02:29 PM



#22 User is offline   eangulus 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 14-September 03

Posted 07 May 2011 - 08:02 PM

OK thankyou. Thats answered allot of my questions now.

There is only one more question left, and that is how to merge both the x86 and the x64 xml files.

If I have a working x86 Autounattend.xml file and I have a working x64 Autounattend.xml file, what do I do to merge the 2 files into 1 file?

Like do I just past one after the other or is there something specific I need to do?

#23 User is offline   myselfidem 

  • 2 Slow 4 You
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,751
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 08 May 2011 - 12:52 AM

About Autounattend.xml file for x86 and amd64 architectures:

1) First create the Autounattend.xml file for x86 with WSIM (Windows System Image Manager) include with WAIK (example Windows 7 Ultimate)

2) Copy manually the same passes inside your Autounattend.xml file for amd64 Architecture (always for the same image Windows 7 Ultimate)

Example here: http://www.msfn.org/...e/page__st__100 (post #116)

3) Check with WSIM to see if errors

4) Remove the last line inside the Autounattend.xml file (example):

<cpi:offlineImage cpi:source="wim:c:/WinMSDN/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi"/>



WARNING:
You will be able to choose between Windows 7 Ultimate x86 or amd64 Architectures for the silent installation!
If you have all Windows 7 versions inside install.wim image, take care to write the correct IMAGE/INDEX value (number) for each Windows 7 Edition Ultimate (example).
Because if there is only two images (keeping only Windows 7 Ultimate x86 and amd64), there is only 2 values; and if all images are merged (x86 and x64) you have 9 values!


Using IMAGE/INDEX inside Autounattend.xml file
---------------------------------------------------------------------------------
<ImageInstall>
<OSImage>
<WillShowUI>Always</WillShowUI>
<InstallFrom>
<MetaData wcm:action="add">
<Key>/IMAGE/INDEX</Key>
<Value>1</Value>
</MetaData>
</InstallFrom>
</OSImage>
</ImageInstall>
-----------------------------------------------------------------------------


Use imagex to read this info about index value:

imagex /info <path_to_install.wim>

Example: imagex /info C:\WinMSDN\sources\install.wim

This post has been edited by myselfidem: 10 May 2011 - 03:38 PM


#24 User is offline   eangulus 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 14-September 03

Posted 08 May 2011 - 08:16 AM

OK, after a test run I have something I am happy with. Thankyou for all the help.

Basically I havn't fully automated it but its a close I can get while keeping some flexability for different machines and users and keys.

I now just select the edition, drive to install to, enter a username and computer name, skip or enter a key and done.

I do have 1 small problem that I can't seem to find an answer for.

Under a normal none attended install, I normally select English Australia, and I never get a language bar in windows afterwards.

This time around thou I have en-AU set as the user local, and en-US for all other options. But now I get a Language bar in windows. I presume I need to enter en-AU somewhere else but looking the the help files it is not showing as a valid option.

What do I need to change to fix it 100% for Australia?

Don't worry, I solved it.

This post has been edited by eangulus: 09 May 2011 - 10:40 PM


#25 User is offline   myselfidem 

  • 2 Slow 4 You
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,751
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 10 May 2011 - 03:12 PM

View Posteangulus, on 08 May 2011 - 08:16 AM, said:

Don't worry, I solved it.


Nice! ;)

#26 User is offline   Quad 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 10-July 09

Posted 12 May 2011 - 08:52 AM

Hi,

Another question about an AiO installation. I made a custom wim file with x86 and x64 in it. I did some registery tweaks and added some custom wallpapers but when i apply these settings and rebuild all the images is does only apply to the version of Windows i selected ealier. I figured out that i have to do the same trick over and over for every version of Windows inside the image to apply them to all of the version wich take alot of time whenever i have to make a small adjustment.

Can any1 help me out how to apply them to ALL of the images inside the wim file without rebuilding and reloading them every time?

#27 User is offline   myselfidem 

  • 2 Slow 4 You
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,751
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 12 May 2011 - 11:59 AM

View PostQuad, on 12 May 2011 - 08:52 AM, said:

Can any1 help me out how to apply them to ALL of the images inside the wim file without rebuilding and reloading them every time?


You must "Mount" each image you want customize and Unmount /Commit. Because each image is different!

#28 User is offline   Quad 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 10-July 09

Posted 13 May 2011 - 01:16 AM

Oke thanks. But how about driver and updatepacks? Do i have to load them in each image or only once?

#29 User is offline   grabben 

  • -Grabben
  • PipPipPipPip
  • Group: Members
  • Posts: 598
  • Joined: 20-December 09
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 13 May 2011 - 01:17 AM

Them too, you have to process each version:)

#30 User is offline   Quad 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 10-July 09

Posted 13 May 2011 - 02:55 AM

Boah! Oke... takes about 6-8hours to load them in.

#31 User is offline   myselfidem 

  • 2 Slow 4 You
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,751
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 14 May 2011 - 06:11 AM

About Autounattend.xml file for Windows 7 AIO x86 and amd64 without insert the keys!

It's possible to only have the dialog box to insert the key or skip the key, like this:

Autounattend.xml (example adapt to your needs):
<?xml version="1.0" encoding="utf-8"?> 
<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"> 
            <SetupUILanguage> 
                <UILanguage>fr-FR</UILanguage> 
            </SetupUILanguage> 
            <InputLocale>100c:0000100c</InputLocale> 
            <SystemLocale>fr-CH</SystemLocale> 
            <UILanguage>fr-FR</UILanguage> 
            <UserLocale>fr-CH</UserLocale> 
        </component> 
        <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
            <SetupUILanguage> 
                <UILanguage>fr-FR</UILanguage> 
            </SetupUILanguage> 
            <InputLocale>100c:0000100c</InputLocale> 
            <SystemLocale>fr-CH</SystemLocale> 
            <UILanguage>fr-FR</UILanguage> 
            <UserLocale>fr-CH</UserLocale> 
        </component> 
        <component name="Microsoft-Windows-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"> 
            <Diagnostics>                
                <OptIn>false</OptIn>            
            </Diagnostics>
            <DiskConfiguration>
                <WillShowUI>Always</WillShowUI>
            </DiskConfiguration>
            <Display> 
                <ColorDepth>32</ColorDepth> 
                <HorizontalResolution>1280</HorizontalResolution> 
                <VerticalResolution>1024</VerticalResolution> 
            </Display>
            <DynamicUpdate>                
                <Enable>false</Enable>                
                <WillShowUI>OnError</WillShowUI>            
            </DynamicUpdate> 
            <ImageInstall> 
                <OSImage> 
                    <WillShowUI>Always</WillShowUI> 
                </OSImage> 
            </ImageInstall>
            <UserData>
                <AcceptEula>true</AcceptEula>
                <FullName>Nom complet</FullName>
                <Organization>particulier</Organization>
            </UserData>
            <EnableFirewall>true</EnableFirewall>
        </component> 
        <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">  
            <Diagnostics>                
                <OptIn>false</OptIn>            
            </Diagnostics>
            <DiskConfiguration>
                <WillShowUI>Always</WillShowUI>
            </DiskConfiguration>
            <Display> 
                <ColorDepth>32</ColorDepth> 
                <HorizontalResolution>1280</HorizontalResolution> 
                <VerticalResolution>1024</VerticalResolution> 
            </Display>
            <DynamicUpdate>                
                <Enable>false</Enable>                
                <WillShowUI>OnError</WillShowUI>            
            </DynamicUpdate> 
            <ImageInstall> 
                <OSImage> 
                    <WillShowUI>Always</WillShowUI>  
                </OSImage> 
            </ImageInstall>
            <UserData>
                <AcceptEula>true</AcceptEula>
                <FullName>Nom complet</FullName>
                <Organization>particulier</Organization>
            </UserData> 
            <EnableFirewall>true</EnableFirewall> 
        </component> 
    </settings> 
    <settings pass="specialize"> 
        <component name="Microsoft-Windows-Security-SPP-UX" 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"> 
            <SkipAutoActivation>true</SkipAutoActivation> 
        </component> 
        <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
            <SkipAutoActivation>true</SkipAutoActivation> 
        </component> 
        <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"> 
            <ComputerName>Se7en_AIO</ComputerName> 
            <TimeZone>W. Europe Standard Time</TimeZone> 
        </component> 
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
            <ComputerName>Se7en_AIO</ComputerName> 
            <TimeZone>W. Europe Standard Time</TimeZone> 
        </component> 
        <component name="Microsoft-Windows-IE-InternetExplorer" 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"> 
            <DisableOOBAccelerators>true</DisableOOBAccelerators> 
            <DisableFirstRunWizard>true</DisableFirstRunWizard> 
            <EnableLinksBar>false</EnableLinksBar> 
            <FilterLevel>High</FilterLevel> 
            <Home_Page>www.google.fr</Home_Page> 
            <BlockPopups>yes</BlockPopups> 
            <SuggestedSitesEnabled>false</SuggestedSitesEnabled> 
            <PlaySound>false</PlaySound> 
            <ShowInformationBar>true</ShowInformationBar> 
            <ShowMenuBar>true</ShowMenuBar> 
        </component> 
        <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
            <DisableOOBAccelerators>true</DisableOOBAccelerators> 
            <DisableFirstRunWizard>true</DisableFirstRunWizard> 
            <EnableLinksBar>false</EnableLinksBar> 
            <FilterLevel>High</FilterLevel> 
            <Home_Page>www.google.fr</Home_Page> 
            <BlockPopups>yes</BlockPopups> 
            <SuggestedSitesEnabled>false</SuggestedSitesEnabled> 
            <PlaySound>false</PlaySound> 
            <ShowInformationBar>true</ShowInformationBar> 
            <ShowMenuBar>true</ShowMenuBar> 
        </component> 
    </settings> 
    <settings pass="oobeSystem"> 
        <component name="Microsoft-Windows-International-Core" 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"> 
            <InputLocale>100c:0000100c</InputLocale> 
            <UserLocale>fr-CH</UserLocale> 
            <UILanguage>fr-FR</UILanguage> 
        </component> 
        <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
            <InputLocale>100c:0000100c</InputLocale> 
            <UserLocale>fr-CH</UserLocale> 
            <UILanguage>fr-FR</UILanguage> 
        </component> 
        <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"> 
            <TimeZone>W. Europe Standard Time</TimeZone> 
            <Display> 
                <ColorDepth>32</ColorDepth> 
                <DPI>96</DPI> 
                <HorizontalResolution>1280</HorizontalResolution> 
                <VerticalResolution>1024</VerticalResolution> 
            </Display> 
            <OOBE> 
                <HideEULAPage>true</HideEULAPage> 
                <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> 
                <NetworkLocation>Home</NetworkLocation> 
                <ProtectYourPC>1</ProtectYourPC> 
            </OOBE>
            <AutoLogon>
                <Password>
                   <Value></Value>
                </Password>
                <Enabled>true</Enabled>
                <LogonCount>3</LogonCount>
                <Username>Administrator</Username>
            </AutoLogon>
            <UserAccounts> 
                <LocalAccounts> 
                    <LocalAccount wcm:action="add"> 
                        <Password> 
                            <Value></Value> 
                            <PlainText>true</PlainText> 
                        </Password> 
                        <DisplayName>Administrator</DisplayName> 
                        <Name>Administrator</Name> 
                        <Group>Administrators</Group> 
                    </LocalAccount> 
                </LocalAccounts> 
            </UserAccounts> 
        </component> 
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
            <TimeZone>W. Europe Standard Time</TimeZone> 
            <Display> 
                <ColorDepth>32</ColorDepth> 
                <DPI>96</DPI> 
                <HorizontalResolution>1280</HorizontalResolution> 
                <VerticalResolution>1024</VerticalResolution> 
            </Display> 
            <OOBE> 
                <HideEULAPage>true</HideEULAPage> 
                <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> 
                <NetworkLocation>Home</NetworkLocation> 
                <ProtectYourPC>1</ProtectYourPC> 
            </OOBE> 
            <AutoLogon>
                <Password>
                   <Value></Value>
                </Password>
                <Enabled>true</Enabled>
                <LogonCount>2</LogonCount>
                <Username>Administrator</Username>
            </AutoLogon>
            <UserAccounts> 
                <LocalAccounts> 
                    <LocalAccount wcm:action="add"> 
                        <Password> 
                            <Value></Value> 
                            <PlainText>true</PlainText> 
                        </Password> 
                        <DisplayName>Administrator</DisplayName> 
                        <Name>Administrator</Name> 
                        <Group>Administrators</Group> 
                    </LocalAccount> 
                </LocalAccounts> 
            </UserAccounts> 
        </component> 
    </settings> 
</unattend>



Enjoy!

This post has been edited by myselfidem: 22 January 2012 - 02:37 PM


#32 User is offline   myselfidem 

  • 2 Slow 4 You
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,751
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 23 May 2011 - 07:35 AM

New batch files to Set Product keys inside the images!

Download (English and French version): SetProductKey.rar

http://www.mediafire.com/?uss84mzbqo91q


Enjoy! :rolleyes:

This post has been edited by myselfidem: 03 November 2011 - 05:31 AM


#33 User is offline   Quad 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 10-July 09

Posted 24 May 2011 - 02:31 PM

Thanks for the unattended info. Altho i tryed to add it to my WDS server but its gives me a parse error at line 4, colum 190...

#34 User is offline   myselfidem 

  • 2 Slow 4 You
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,751
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 24 May 2011 - 11:50 PM

View PostQuad, on 24 May 2011 - 02:31 PM, said:

Thanks for the unattended info. Altho i tryed to add it to my WDS server but its gives me a parse error at line 4, colum 190...


I've updated the batch files! Download with the same link above.
If you have errors, thanks to let me know.

Or maybe it's with your Autounattend file ?

This post has been edited by myselfidem: 24 May 2011 - 11:51 PM


#35 User is offline   Quad 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 10-July 09

Posted 25 May 2011 - 02:55 AM

Hmm i didnt chanced much, only some names and language setting. I guess the unattended for the WDS should be the same as for any other unattended version.. Dunno what im missing here..

#36 User is offline   myselfidem 

  • 2 Slow 4 You
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,751
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 25 May 2011 - 03:27 AM

The best way is to check your Autounattend.xml file with WSIM!

This post has been edited by myselfidem: 22 January 2012 - 02:40 PM


#37 User is offline   Quad 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 10-July 09

Posted 25 May 2011 - 03:45 AM

I used the WSIM to validate the xml. Could you check out my unattended file?

Attached File(s)


This post has been edited by Quad: 25 May 2011 - 03:46 AM


#38 User is offline   myselfidem 

  • 2 Slow 4 You
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,751
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 25 May 2011 - 05:16 AM

I've found many erors!

You can try this Autounattend.xml file with your values but I don't know if all your commands will work !?

Here is your Autounattend.xml file, checked with WSIM and it's OK!

The setting pass for <FirstLogonCommands> is inside : <settings pass="oobeSystem"> !

Be careful with the http:// (double!!!)

*Edit: Don't validate this Autounattend.xml file (with x86 and amd64 : AIO) with WSIM...Just open it to see if errors!

This post has been edited by myselfidem: 25 May 2011 - 12:27 PM


#39 User is offline   Quad 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 10-July 09

Posted 25 May 2011 - 09:03 AM

Thanks! This really helped alot..

#40 User is offline   Quad 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 10-July 09

Posted 25 May 2011 - 11:48 AM

Got 1 more question wich i ran into with WPI and the security warnings. I looked up the registery files at http://www.msfn.org/...silent-install/ wich worked.
But when i apply them i have to reboot to get rid of the securtiy message. Does the FirstLogonCommands continue at the order where it was if i would give in a reboot command?

Share this topic:


  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy