MSFN Forum: Ask your Seven xml ? here - MSFN Forum

Jump to content


  • 25 Pages +
  • « First
  • 12
  • 13
  • 14
  • 15
  • 16
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Ask your Seven xml ? here Sample .xml's including Audit Mode for DVD and other Install's

#261 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,748
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 03 October 2011 - 10:10 AM

Each of the settings under TaskbarLinks specifies the complete path and the file name of a shortcut file with a .lnk file name extension

On other I have taskbar disabled on this install so I don't have anything there but quicklaunch

This post has been edited by maxXPsoft: 03 October 2011 - 10:12 AM



#262 User is offline   TheWalrus 

  • N.W.O.
  • PipPipPipPipPip
  • Group: Members
  • Posts: 911
  • Joined: 11-August 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 15 October 2011 - 01:25 PM

Are there any instances where a command ran from live system would work normally, and putting it in firstlogoncommands wouldn't?

I am trying to install Cisco VPN Client and it just doesn't do anything.


                 	<Order>9</Order>
                    <CommandLine>cmd /c start /wait msiexec.exe /qn /i "%systemdrive%\install\Cisco VPN 5\vpnclient-winx64-msi-5.0.07.0440-k9\vpnclient_setup.msi"</CommandLine>
                    <Description>install Cisco VPN</Description>
                </SynchronousCommand>







Update: if I install this first, it WORKS. If I leave my answer file as it usually is (few more entries before), it doesn't. I have no idea what's wrong :(

Is there a way to check what actually happens in those popup windows where apps get installed? With an eyeblink I saw some text in two of them, but then it disappeared. It doesn't help to use "cmd /k" instead, the window gets wiped and I see clean command prompt.



This post has been edited by TheWalrus: 15 October 2011 - 04:38 PM


#263 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,748
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 17 October 2011 - 07:32 AM

&quot;%systemdrive%\VistaUA\VistaUA.exe&quot;
you have to do quotes like that. I would just shorten path so it easier Cisco_VPN_5 otherwise you have to end the quote precisely

#264 User is offline   TheWalrus 

  • N.W.O.
  • PipPipPipPipPip
  • Group: Members
  • Posts: 911
  • Joined: 11-August 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 17 October 2011 - 08:40 AM

Oh it's not about quotes. I tested that. I mean, just because it's more "proper" way to use the code doesn't mean quotes won't work.

In fact, I nailed it down to previous command, which installs some Citrix plugin. I have no idea why is it acting up like this, because the commands are supposed to execute separately, waiting for the previous one to finish, but it works after I removed the Citrix thing. Weird, really weird.



#265 User is offline   simurqq 

  • Newbie
  • Group: Members
  • Posts: 49
  • Joined: 03-January 09

Posted 17 October 2011 - 04:44 PM

I'm posting my question {problem} here since I found the topic most suitable for asking answer file questions and am trying to avoid bloating the forum space. Sorry if it's the wrong place...

Below is my AutoUnattend.xml. It's a slightly modified version of the file posted by "Rick Steele". I've only hushed up the product key and my name in it, plus removed or added sections I use often.

Win7 SP1 (x64) image - which I use for testing on VirtualBox - recognizes it OK in the root of DVD and all goes fine until expansion of files is complete. After that the setup pops up with the following message: "Windows could not apply settings during pass [offlineServicing]". I've rearranged the order of passes, removed pass [offlineServicing] completely, re-checked the sections which I modified in original XML... tens of times - to no avail yet!!!

Googling didn't help either - I found only this article but the symptoms described there are not applicable to my file since both Setup.exe and "Microsoft-Windows-Foundation-Package" under "servicing" are the same version, i.e. 6.1.7601.17514... :(

Any help is much appreciated!!!

Attached File(s)


This post has been edited by simurqq: 17 October 2011 - 04:58 PM


#266 User is offline   circuitraver74 

  • Group: Members
  • Posts: 3
  • Joined: 22-February 08
  • OS:Windows 8 x64
  • Country: Country Flag

Posted 17 October 2011 - 07:04 PM

View Postsimurqq, on 17 October 2011 - 04:44 PM, said:

I'm posting my question {problem} here since I found the topic most suitable for asking answer file questions and am trying to avoid bloating the forum space. Sorry if it's the wrong place...

Below is my AutoUnattend.xml. It's a slightly modified version of the file posted by "Rick Steele". I've only hushed up the product key and my name in it, plus removed or added sections I use often.

Win7 SP1 (x64) image - which I use for testing on VirtualBox - recognizes it OK in the root of DVD and all goes fine until expansion of files is complete. After that the setup pops up with the following message: "Windows could not apply settings during pass [offlineServicing]". I've rearranged the order of passes, removed pass [offlineServicing] completely, re-checked the sections which I modified in original XML... tens of times - to no avail yet!!!

Googling didn't help either - I found only this article but the symptoms described there are not applicable to my file since both Setup.exe and "Microsoft-Windows-Foundation-Package" under "servicing" are the same version, i.e. 6.1.7601.17514... :(

Any help is much appreciated!!!


I could be wrong but I think it's the Foundation packages you have in the Autounattend, that should be moved to the Unattend.xml. That's the only time I get those Offline errors is if the packages are in the wrong place.

#267 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,748
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 18 October 2011 - 08:47 PM

simurqq I agree with circuitraver74, those package removals cause problems.
you may also look at this here to track problems
http://www.msfn.org/...post__p__888486

#268 User is offline   simurqq 

  • Newbie
  • Group: Members
  • Posts: 49
  • Joined: 03-January 09

Posted 19 October 2011 - 04:48 AM

Thank you both!!!

I guess I somehow managed to solve the problem by:
(i) completely removing packages from Autounattend.xml
(ii) dropping Autounattend.xml onto a separate USB stick.

After that unattended setup completed successfully! Dunno why but whatever I do, setup refuses to read Autounattend.xml directly from the root of installation DVD. Actually, it reads it and follows instructions partially (judging from "skipped" windows during setup) but pops up with the above message at some point after expansion of Windows files. Anyway, I'll stick to the above scheme for now, and will share future problems/achievements with you here...

Now, let me ask a completely different question which occurred during the last successful installation... I cannot implement different keyboard input languages. As you can see from Autounattend.xml (see: my previous post above), the XML contains the following:

    <settings pass="oobeSystem">
        <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>0409:00000409; 042c:0000042c; 0419:00000419</InputLocale>
            <SystemLocale>ru-RU</SystemLocale>
            <UILanguage>en-US</UILanguage>
            <UserLocale>en-US</UserLocale>
        </component>


But in fact, on first logon to Desktop I cannot see English, Azeri & Russian set as keyboard input locales on the language bar. Checked it on Regional settings page - the same thing, only en-US is defined. System locale (Russian) is OK though... Input locales - no changes!

Any advice?!? Maybe I need to apply these settings at different pass? Thank you!

#269 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,748
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 19 October 2011 - 12:35 PM

look at myselfdiem post here and follow his link also here http://www.msfn.org/...post__p__963907

#270 User is offline   simurqq 

  • Newbie
  • Group: Members
  • Posts: 49
  • Joined: 03-January 09

Posted 20 October 2011 - 09:39 AM

Thank you, maxXPsoft! Your link helped a lot...

I noticed that I actually had defined <InputLocale> in 2 passes - "specialize" and "oobeSystem". As <InputLocale>0409:00000409</InputLocale> in "specialize", and as <InputLocale>0409:00000409; 042c:0000042c; 0419:00000419</InputLocale> under "oobeSystem". I think that was the problem... So, I have removed the following section from "specialize" and left <InputLocale> values under "oobeSystem" only and this solved the problem! ;)

        <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>0409:00000409</InputLocale>
            <SystemLocale>ru-RU</SystemLocale>
            <UILanguage>en-US</UILanguage>
            <UserLocale>en-US</UserLocale>
        </component>

This post has been edited by simurqq: 20 October 2011 - 09:54 AM


#271 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,748
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 21 October 2011 - 04:58 AM

I use <InputLocale>0409:00000409</InputLocale> in "windowsPE" only but my image is english only

I knew myselfdiem had covered that but had to find myself. I've kinda become dormant waiting on Win 8. Looks to be about the same thank goodness. Switch from XP unattend was a big one.

#272 User is offline   simurqq 

  • Newbie
  • Group: Members
  • Posts: 49
  • Joined: 03-January 09

Posted 21 October 2011 - 05:14 AM

Quote

I use <InputLocale>0409:00000409</InputLocale> in "windowsPE" only but my image is english only


Yeah, same for me... I ain't pro but I think <InputLocale> under WindowsPE is different and serves for the purpose of setting initial setup environment for Windows install while <InputLocale> under oobeSystem is to kinda "please" user experience - hence initializes and sets up things as user wants to see on the screen on the very final stage of setup...

Just my 2 cents BUT I would be very grateful to hear more about differences of SAME settings and their functions at different passes... E.g., OEM info can be used at several locations throughout setup - the same values BUT under different passes. Can anybody enlighten me WHY it's designed as such?!?

#273 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,748
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 22 October 2011 - 10:59 AM

I'd say read unattend.chm - How Configuration Passes Work
If you don't already have the .chm then http://www.microsoft...ckInfoContainer
you can log on at different phases and apply things so having a setting at 2 different places

#274 User is offline   hornet512 

  • Group: Members
  • Posts: 3
  • Joined: 28-September 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 04 November 2011 - 03:28 AM

I have a win7 AIO dvd with 9 images.
do x86 and x64 behave different ? (I mean installing options because there is only one autouattend.xml file.)
x86 images ask user creation only as I would like to.
But x64 images ask two more options. :(
1-security question(update-ask-don't update) 2-network location(home-work-other)

Attached File(s)


This post has been edited by hornet512: 04 November 2011 - 03:31 AM


#275 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,748
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 04 November 2011 - 06:24 AM

View Posthornet512, on 04 November 2011 - 03:28 AM, said:

I have a win7 AIO dvd with 9 images.
do x86 and x64 behave different ? (I mean installing options because there is only one autouattend.xml file.)
x86 images ask user creation only as I would like to.
But x64 images ask two more options. :(
1-security question(update-ask-don't update) 2-network location(home-work-other)

myselfidem has the example here. you combine everything not have 2 diff settings pass on each
http://www.msfn.org/...post__p__963334

This post has been edited by maxXPsoft: 04 November 2011 - 06:25 AM


#276 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,392
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 04 November 2011 - 06:30 AM

Thanks maxXPsoft, answered to the first question posted and solved here:

http://www.wincert.n...9455#entry79455

Regards

This post has been edited by myselfidem: 28 November 2011 - 06:40 AM


#277 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,392
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 21 November 2011 - 02:11 PM

I spend many time trying to create partitions like is explained inside "Unattended Windows Setup Reference for Windows 7.chm:

- Unattended Installation Settings Reference
- Components
- Microsoft-Windows-Setup
- DiskConfiguration
- Disk
- ModifyPartition
- Extend

Whithout success and always errors! It seems there is an error inside the .chm document!?

But if I change like this, works fine: :whistle:

<?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>
                <Disk wcm:action="add">
                    <DiskID>0</DiskID>
                    <WillWipeDisk>true</WillWipeDisk>
                    <CreatePartitions>
                        <!-- Create the recovery partition -->
                        <CreatePartition wcm:action="add">
                            <Order>1</Order>
                            <Extend>false</Extend>
                            <Type>Primary</Type>
                            <Size>200</Size>
                        </CreatePartition>
                        <!-- Create the utility partition -->
                        <CreatePartition wcm:action="add">
                            <Order>2</Order>
                            <Size>5000</Size>
                            <Type>Primary</Type>
                        </CreatePartition>
                        <!-- Create the system partition -->
                        <CreatePartition wcm:action="add">
                            <Order>3</Order>
                            <Size>100</Size>
                            <Type>Primary</Type>
                        </CreatePartition>
                        <!-- Create the extended partition -->
                        <CreatePartition wcm:action="add">
                            <Order>4</Order>
                            <Extend>true</Extend>
                            <Type>Extended</Type>
                        </CreatePartition>
                        <!-- Create the Windows partition -->
                        <CreatePartition wcm:action="add">
                            <Order>5</Order>
                            <Size>10000</Size>
                            <Type>Logical</Type>
                        </CreatePartition>
                        <!-- Create the data partition, with a size of 100. This will be overwritten in the Modify section -->
                        <CreatePartition wcm:action="add">
                            <Order>6</Order>
                            <Type>Logical</Type>
                            <Extend>false</Extend>
                            <Size>100</Size>
                        </CreatePartition>
                    </CreatePartitions>
                    <!-- Modify the recovery partition -->
                    <ModifyPartitions>
                        <ModifyPartition wcm:action="add">
                            <Order>1</Order>
                            <PartitionID>1</PartitionID>
                            <Format>NTFS</Format>
                            <Label>Recovery</Label>
                            <TypeID>0x27</TypeID>
                        </ModifyPartition>
                        <!-- Modify the utility partition -->
                        <ModifyPartition wcm:action="add">
                            <Order>2</Order>
                            <PartitionID>2</PartitionID>
                            <Format>NTFS</Format>
                            <Label>Utility</Label>
                            <Letter>U</Letter>
                        </ModifyPartition>
                        <!-- Modify the system partition -->
                        <ModifyPartition wcm:action="add">
                            <PartitionID>3</PartitionID>
                            <Active>true</Active>
                            <Order>3</Order>
                            <Label>System</Label>
                            <Format>NTFS</Format>
                        </ModifyPartition>
                        <!-- The extended partition does not need to be modified -->
                        <!-- Modify the Windows partition -->
                        <ModifyPartition wcm:action="add">
                            <Order>4</Order>
                            <Format>NTFS</Format>
                            <!-- I CHANGED the partition ID number to --> 
                            <PartitionID>4</PartitionID>
                            <Label>Windows</Label>
                            <Letter>C</Letter>
                        </ModifyPartition>
                        <!-- Modify the data partition -->
                        <ModifyPartition wcm:action="add">
                            <Order>5</Order>
                            <Format>NTFS</Format>
                           <!-- I CHANGED the partition ID number to -->
                            <PartitionID>5</PartitionID>
                            <Label>Data</Label>
                            <Letter>D</Letter>
                            <Extend>true</Extend>
                        </ModifyPartition>
                    </ModifyPartitions>
                </Disk>
            </DiskConfiguration>
            <Display>
                <ColorDepth>32</ColorDepth>
                <HorizontalResolution>1280</HorizontalResolution>
                <VerticalResolution>1024</VerticalResolution>
                <RefreshRate>60</RefreshRate>
            </Display>
            <ImageInstall>
                <OSImage>
                    <InstallFrom>
                        <MetaData wcm:action="add">
                            <Key>/IMAGE/NAME</Key>
                            <Value>Windows 7 ULTIMATE</Value>
                        </MetaData>
                    </InstallFrom>
                    <InstallTo>
                        <DiskID>0</DiskID>
                        <PartitionID>4</PartitionID>
                    </InstallTo>
                    <WillShowUI>OnError</WillShowUI>
                    <InstallToAvailablePartition>false</InstallToAvailablePartition>
                </OSImage>
            </ImageInstall>
            <UserData>
                <AcceptEula>true</AcceptEula>
                <FullName>myselfidem</FullName>
                <Organization>particulier</Organization>
                <ProductKey>
                    <Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key>
                    <WillShowUI>OnError</WillShowUI>
                </ProductKey>
            </UserData>
            <EnableFirewall>true</EnableFirewall>
        </component>
        <component name="Microsoft-Windows-PnpCustomizationsWinPE" 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">
            <DriverPaths>
                <PathAndCredentials wcm:action="add" wcm:keyValue="1">
                    <Path>$WinPEDriver$/Path>
                </PathAndCredentials>
            </DriverPaths>
        </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-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">
            <ComputerName>Se7en</ComputerName>
            <ProductKey>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</ProductKey>
            <RegisteredOwner>Full Name</RegisteredOwner>
            <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;o40c:0000040c</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>
            <RegisteredOwner>Full Name</RegisteredOwner>
            <TimeZone>W. Europe Standard Time</TimeZone>
            <AutoLogon>
                <Enabled>true</Enabled>
                <LogonCount>9999999</LogonCount>
                <Username>myselfidem</Username>
                <Password>
                    <Value></Value>
                    <PlainText>true</PlainText>
                </Password>
            </AutoLogon>
            <OOBE>
                <HideEULAPage>true</HideEULAPage>
                <NetworkLocation>Work</NetworkLocation>
                <ProtectYourPC>3</ProtectYourPC>
                <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
            </OOBE>
            <UserAccounts>
                <LocalAccounts>
                    <LocalAccount wcm:action="add">
                        <Password>
                            <PlainText>true</PlainText>
                            <Value></Value>
                        </Password>
                        <Group>Administrators</Group>
                        <DisplayName>myselfidem</DisplayName>
                        <Name>myselfidem</Name>
                    </LocalAccount>
                </LocalAccounts>
            </UserAccounts>
            <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>

<!--Customized by myselfidem. Fully unattended with 5 partitions = C:\Windows D:\Data and U:\Utility (2 hidden partitions: Recovery and System)--> 
<!--And one Aministrator without password-->



Image

5 Partitions (2 hidden)

This post has been edited by myselfidem: 21 January 2012 - 03:09 AM


#278 User is offline   TheWalrus 

  • N.W.O.
  • PipPipPipPipPip
  • Group: Members
  • Posts: 911
  • Joined: 11-August 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 December 2011 - 04:00 PM

Yay, I ran into new problem. What do I need to change/set in the answer file to change time and currency format? I am preparing an image for notebook for foreign employees and the system language needs to be english of course. The catch is I absolutely hate american format and want it changed. The most universal would be UK english format I guess, but how do I set that? WSIM documentation only mentions en-US. I need to set what you find in control panel-region and language-format tab. Which setting is that?

#279 User is offline   TheWalrus 

  • N.W.O.
  • PipPipPipPipPip
  • Group: Members
  • Posts: 911
  • Joined: 11-August 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 15 December 2011 - 11:59 AM

Actually, nevermind. Figured it out. The only thing I am unhappy about is I have two keyboard layouts installed now.

Fighting with setting searsch scopes atm. I can't seem to manage to eliminate Bing!


1) Is there a way to DELETE a search scope?


2) Tthis doesn't seem to work fully:

        <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="[url="http://schemas.microsoft.com/WMIConfig/2002/State"]http://schemas.microsoft.com/WMIConfig/2002/State[/url]" xmlns:xsi="[url="http://www.w3.org/2001/XMLSchema-instance"]http://www.w3.org/2001/XMLSchema-instance[/url]">
            <DisableAccelerators>true</DisableAccelerators>
            <DisableFirstRunWizard>true</DisableFirstRunWizard>
            <DisableOOBAccelerators>true</DisableOOBAccelerators>
            <EnableLinksBar>false</EnableLinksBar>
            <FavoritesDelete>true</FavoritesDelete>
            <Home_Page>http://www.google.com</Home_Page>
            <SuggestedSitesEnabled>false</SuggestedSitesEnabled>
            <ShowInformationBar>true</ShowInformationBar>
            <SearchScopes>
                <Scope wcm:action="add">
                    <ScopeDefault>true</ScopeDefault>
                    <DisplayQuickPick>false</DisplayQuickPick>
                    <ScopeKey>Search1</ScopeKey>
                    <ScopeDisplayName>Google</ScopeDisplayName>
                    <ScopeUrl>http://www.google.com/search?q=&amp;ie=UTF-8&amp;oe=UTF-8&amp;startIndex=&amp;startPage=1</ScopeUrl>
                    <FaviconURL>http://www.google.com/favicon.ico</FaviconURL>
                    <ShowSearchSuggestions>false</ShowSearchSuggestions>
                </Scope>
            </SearchScopes>
            <DisableDevTools>true</DisableDevTools>
        </component>




posted whole component code in case there;s something bad elsewhere...

What I managed to do is adding Google as search, BUT it;s not default and the **** Bing is still there, and as number one.

Please help! :)

#280 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,392
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 15 December 2011 - 12:03 PM

About english United Kingdom!
Maybe that can help you.
<?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="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>en-US</UILanguage>
            </SetupUILanguage>
            <InputLocale>0809:00000809</InputLocale>
            <SystemLocale>en-GB</SystemLocale>
            <UILanguage>en-US</UILanguage
            <UserLocale>en-GB</UserLocale>
        </component>
 <settings pass="oobeSystem">
        <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">
            <UserLocale>en-GB</UserLocale>
            <UILanguage>en-US</UILanguage>
            <ImputLocale>0809:00000809</ImputLocale>
        </component>


This post has been edited by myselfidem: 21 January 2012 - 03:12 AM


Share this topic:


  • 25 Pages +
  • « First
  • 12
  • 13
  • 14
  • 15
  • 16
  • Last »
  • 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 - 2013 msfn.org
Privacy Policy