Jump to content

Ask your Seven xml ? here


Recommended Posts

I'm using VMWare too.

I have NO special application won't run in 7. I'm preparing my Win7_x64. It's on ly to prevent.

Installing that won't prevent. It's like vmware where you have to run it with xp as image in it.

A waste of disk if not needed

Edited by maxXPsoft
Link to comment
Share on other sites


I've found some help about the first run for Internet Explorer window choice (KB976002).

[solved] Windows 7 KB976002 All Versions

http://windows.microsoft.com/en-gb/windows/what-is-the-browser-choice-update

http://www.forum-unattend.fr/phpBB3/viewtopic.php?f=35&t=541

You can add this reg file inside your unattend installation:


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\BrowserChoice]
"Shortcut"=dword:00000000
"Enable"=dword:00000000

I hope that can help you!

Cheers

Here bellow my reg for Windows 7 x86

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\BrowserChoice]
"Enable"=dword:00000000
"Shortcut"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Main]
"DisableFirstRunCustomize"=dword:00000001

Do this disable browser choice for Windows 7 x64 too?

Link to comment
Share on other sites

Thanks coucou! :rolleyes:

It was before IE9 and SP1

I use customized settings saved on my computer for IE9 (IE9.reg) and I don't use any more these reg keys! Even if I install Firefox! Weird

I add inside my Autounattend.xml to DisableFirstRunWizard


<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>
</component>

Yes the reg files are the same for x64-bit version!

*Edit: But I must check if I have already "injected" this reg files inside my Windows 7 customized! I don't remember!

*Edit2: I haven't injected the reg files and I use only the example given above and works fine. Added my customized settings for IE9 integrated!

IE9.reg (x86)


Windows Registry Editor Version 5.00

;-----------------------------------------
; - Préférences pour Internet Explorer 9 -
;-----------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Disable Script Debugger"="yes"
"Start Page"="http://www.bluewin.ch/index.html.fr"
"Anchor Underline"="yes"
"Cache_Update_Frequency"="Once_Per_Session"
"Display Inline Images"="yes"
"Do404Search"=hex:01,00,00,00
"Local Page"="C:\\Windows\\system32\\blank.htm"
"Save_Session_History_On_Exit"="no"
"Show_FullURL"="no"
"Show_StatusBar"="yes"
"Show_ToolBar"="yes"
"Show_URLinStatusBar"="yes"
"Show_URLToolBar"="yes"
"Use_DlgBox_Colors"="yes"
"Search Page"="http://go.microsoft.com/fwlink/?LinkId=54896"
"XMLHTTP"=dword:00000001
"NoUpdateCheck"=dword:00000001
"UseClearType"="no"
"Enable Browser Extensions"="yes"
"Play_Background_Sounds"="yes"
"Play_Animations"="yes"
"CompatibilityFlags"=dword:00000000
"IE8TourNoShow"=dword:00000001
"FullScreen"="no"
"Move System Caret"="no"
"Expand Alt Text"="no"
"Print_Background"="no"
"Show image placeholders"=dword:00000000
"Enable AutoImageResize"="yes"
"UseThemes"=dword:00000001
"Friendly http errors"="yes"
"Error Dlg Displayed On Every Error"="no"
"Page_Transitions"=dword:00000001
"NotifyDownloadComplete"="yes"
"DisableScriptDebuggerIE"="yes"
"NscSingleExpand"=dword:00000000
"Force Offscreen Composition"=dword:00000000
"EnableSearchPane"=dword:00000000
"AllowWindowReuse"=dword:00000001
"SmoothScroll"=dword:00000001
"AutoSearch"=dword:00000004
"DOMStorage"=dword:00000001
"AlwaysShowMenus"=dword:00000001
"Use FormSuggest"="yes"
"FormSuggest PW Ask"="no"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MINIE]
"AlwaysShowMenus"=dword:00000001
"LinksBandEnabled"=dword:00000001
"CommandBarEnabled"=dword:00000001
"ShowStatusBar"=dword:00000001
"TabBandWidth"=dword:000001f4
"ShowTabsBelowAddressBar"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\{AEB25C89-CF33-42B0-9642-C5D54C66937E}]"DisplayName"="Google"
"URL"="http://www.google.fr/search?hl=fr&q={searchTerms}+&meta="
"ShowSearchSuggestions"=dword:00000001
"SuggestionsURL_JSON"="http://suggestqueries.google.com/complete/search?output=firefox&client=firefox&qu={searchTerms}"
"OSDFileURL"="http://download.microsoft.com/download/e/5/9/e591f530-ef24-433b-ab31-1c16100fd720/Google_FR.xml"
"FaviconURL"="http://www.google.fr/favicon.ico"
"FaviconPath"="C:\\Users\\Antoine\\AppData\\LocalLow\\Microsoft\\Internet Explorer\\Services\\search_{AEB25C89-CF33-42B0-9642-C5D54C66937E}.ico"
"TopResultURLFallback"=""
"SuggestionsURLFallback"="http://clients5.google.com/complete/search?hl={language}&q={searchTerms}&client=ie8&inputencoding={inputEncoding}&outputencoding={outputEncoding}"
"FaviconURLFallback"="http://www.google.com/favicon.ico"
"SortIndex"=dword:00000001

Edited by myselfidem
Link to comment
Share on other sites

TNX myselfidem,

here my actual Autounattend.xml x86 using part to DisableFirstRunWizard

   <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.free.fr/adsl/</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>
<SearchScopes>
<Scope wcm:action="add">
<ScopeDefault>true</ScopeDefault>
<ScopeDisplayName>Google</ScopeDisplayName>
<ScopeKey>Search1</ScopeKey>
<ScopeUrl>http://www.google.com/advanced_search?hl=fr</ScopeUrl>
</Scope>
</SearchScopes>
<LockToolbars>true</LockToolbars>
<ShowLeftAddressToolbar>true</ShowLeftAddressToolbar>
<ShowMenuBar>true</ShowMenuBar>
<SuggestedSitesEnabled>true</SuggestedSitesEnabled>
</component>

and still I continue using the above reg setting. Next time on x64 I'll try without the reg setting.

Do yr IE9.reg (x86) can be used for IE9 x64?

Regards

Link to comment
Share on other sites

Yes, you can if you want! Also available on x64-bit :rolleyes:

But when I copy/paste a file with the editor inside a topic the files with http:// are writed twice! :ph34r:

You need to change the lines with: http:// and remove lines unneeded!

Also change the name inside:

"FaviconPath"="C:\\Users\\User _Name\\AppData\\LocalLow\\Microsoft\\Internet Explorer\\Services\\search_{AEB25C89-CF33-42B0-9642-C5D54C66937E}.ico"

But you may want personal settings for IE9. You can do as I made. Install Windows 7 SP1 with IE9 integrated - on a Virtual Machine - and keep the connection.

Choose your personal settings and save the reg file!

Or save the reg files inside your x86 Windows 7 computer and add the file inside your UA-CD 64-bit.

Regards

Edited by myselfidem
Link to comment
Share on other sites

But you may want personal settings for IE9. You can do as I made. Install Windows 7 SP1 with IE9 integrated - on a Virtual Machine - and keep the connection.

Choose your personal settings and save the reg file!

Regards

For sure that what I'll do ;)

Regards

Link to comment
Share on other sites

  • 1 month later...

Max (or anyone else), can you give me an example of how the partition creation looks in the answer file please? Say I want to simply overwrite the disk with two partitions, one for system, one for data.

OR

Is the setup capable of something a bit more advanced? Like if the disk is partitioned in a specific way, don't touch one of the partitions and only "redo" the others? I'd say not :P

Link to comment
Share on other sites

I wanted something simple as a start, but can't get it to work.

<DiskConfiguration>

<Disk wcm:action="add">

<CreatePartitions>

<CreatePartition wcm:action="add">

<Order>1</Order>

<Size>100</Size>

<Type>Primary</Type>

</CreatePartition>

<CreatePartition wcm:action="add">

<Order>2</Order>

<Type>Primary</Type>

<Extend>true</Extend>

</CreatePartition>

</CreatePartitions>

<ModifyPartitions>

<ModifyPartition wcm:action="add">

<PartitionID>1</PartitionID>

<Order>1</Order>

<Format>NTFS</Format>

<Label>Boot</Label>

<Extend>false</Extend>

<Active>false</Active>

</ModifyPartition>

<ModifyPartition wcm:action="add">

<Order>2</Order>

<PartitionID>2</PartitionID>

<Format>NTFS</Format>

<Active>true</Active>

<Letter>C</Letter>

</ModifyPartition>

</ModifyPartitions>

<WillWipeDisk>true</WillWipeDisk>

<DiskID>0</DiskID>

</Disk>

<WillShowUI>Never</WillShowUI>

</DiskConfiguration>

I still get that partitions list screen.

I wanted to achieve the following: simply wipe the disk and create the usual 100MB boot partition and fill rest of the drive with system one.

Do I always use both CreatePartition and ModifyPartition?

Link to comment
Share on other sites

Do I always use both CreatePartition and ModifyPartition?

Yes!

Example: (give the label name you want for C:\)

<settings pass="windowsPE">


<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>OnError</WillShowUI>
<Disk wcm:action="add">
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
<CreatePartitions>
<CreatePartition wcm:action="add">
<Order>1</Order>
<Type>Primary</Type>
<Size>100</Size>
</CreatePartition>
<CreatePartition wcm:action="add">
<Order>2</Order>
<Type>Primary</Type>
<Extend>true</Extend>
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
<ModifyPartition wcm:action="add">
<Active>true</Active>
<Format>NTFS</Format>
<Label>system</Label>
<Order>1</Order>
<PartitionID>1</PartitionID>
</ModifyPartition>
<ModifyPartition wcm:action="add">
<Format>NTFS</Format>
<Label>SEVEN</Label>
<Letter>C</Letter>
<Order>2</Order>
<PartitionID>2</PartitionID>
</ModifyPartition>
</ModifyPartitions>
</Disk>
</DiskConfiguration>

*Edit: post updated

Edited by myselfidem
Link to comment
Share on other sites

Oh I need to set the small one as active instead?! Good to know.

If there were three partitions: boot, system and data ones, how would I overwrite the first two and not touch the last?

edit:

still nothing. tried setting both partitions as active and nothing works.

I always end up with the partition selection. It goes as far as renaming the small one Boot, but it's unformatted. The other one is just left untouched.

            <DiskConfiguration>
<Disk wcm:action="add">
<CreatePartitions>
<CreatePartition wcm:action="add">
<Order>1</Order>
<Size>100</Size>
<Type>Primary</Type>
</CreatePartition>
<CreatePartition wcm:action="add">
<Order>2</Order>
<Type>Primary</Type>
<Extend>true</Extend>
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
<ModifyPartition wcm:action="add">
<PartitionID>1</PartitionID>
<Order>1</Order>
<Format>NTFS</Format>
<Label>Boot</Label>
</ModifyPartition>
<ModifyPartition wcm:action="add">
<Order>2</Order>
<PartitionID>2</PartitionID>
<Format>NTFS</Format>
<Letter>C</Letter>
<Label>System</Label>
<Active>true</Active>
</ModifyPartition>
</ModifyPartitions>
<WillWipeDisk>true</WillWipeDisk>
<DiskID>0</DiskID>
</Disk>
<WillShowUI>Never</WillShowUI>
</DiskConfiguration>

Edited by TheWalrus
Link to comment
Share on other sites

Check the order inside your Autounattend.xml like my example above!

Set at first!


<DiskConfiguration>
<WillShowUI>OnError</WillShowUI>
<Disk wcm:action="add">
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>

Edited by myselfidem
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...