compstuff Posted July 20, 2013 Posted July 20, 2013 OK... so I tried what you said and sure enough it still says FALSE.... so then I created a new integration with my x64 enterprise edition which included IE10. I made sure I deleted all .CLG files. I created a new catalog and then created a NEW XML using the same settings that I want to use for the install. Sure enough it says FALSE and I simply can't get get it to read TRUE. I am really begining to think it is my image that has IE10 integrated but I have no idea why that would be the case.delete this line<cpi:offlineImage cpi:source=Then go to e:/_slipstream/_7builds/technet/w7t_7sp1x64ent_technet-step-2-sfx/sourcesand delete the .clg file and reload this in wsim. rebuild catalog file
maxXPsoft Posted July 20, 2013 Author Posted July 20, 2013 I am really begining to think it is my image that has IE10 integrated but I have no idea why that would be the case.Me too, but don't understand why. Except IE10 might be actually pending?
compstuff Posted July 20, 2013 Posted July 20, 2013 (edited) I posted over on the WinToolKit forum also and I will see if I can get some ideas from there as well. http://www.wincert.net/forum/topic/11384-anyone-else-using-an-win7x64-enterprise-edition-with-ie10/I am really begining to think it is my image that has IE10 integrated but I have no idea why that would be the case.Me too, but don't understand why. Except IE10 might be actually pending? Edited July 20, 2013 by compstuff
compstuff Posted July 29, 2013 Posted July 29, 2013 (edited) More updates... In my search to get all my tweaks configured I managed to get completely confused due to over complicating things so I decided to just do a test with my XML and see what I got. I seemed to make a bit more headway in as far as what is and isn't working from the XML. It doesn't mean I know why but I do see a pattern. Here is the XML AutounattendIE10settings.xml1) I added a Cache Limit and it runs for the main admin profile but does not pass to other profiles<component name="Microsoft-Windows-IE-ClientNetworkProtocolImplementation" <CacheLimit>65</CacheLimit></component>2) These are the IE items I added with notes next to them<component name="Microsoft-Windows-IE-InternetExplorer"<AllowedSites>http://www.pg.org;https://www.lanline.com</AllowedSites> WORKS<FilterLevel>Medium</FilterLevel> WORKS<PlaySound>true</PlaySound> WORKS<ShowInformationBar>true</ShowInformationBar> ?<CompanyName>Optimum Networks</CompanyName> Deprecated?<DisableAccelerators>false</DisableAccelerators> WORKS<DisableDevTools>true</DisableDevTools> WORKS<DisableFirstRunWizard>true</DisableFirstRunWizard> WORKS<DisableOOBAccelerators>true</DisableOOBAccelerators> WORKS<DisableWelcomePage>true</DisableWelcomePage> WORKS<EnableLinksBar>true</EnableLinksBar> DOESN'T WORK<FavoritesDelete>false</FavoritesDelete> ?<Help_Page></Help_Page> ?<Home_Page>about:blank</Home_Page> WORKS<LockToolbars>true</LockToolbars> WORKS<MSCompatibilityMode>true</MSCompatibilityMode> WORKS<ShowCommandBar>false</ShowCommandBar> WORKS<SuggestedSitesEnabled>false</SuggestedSitesEnabled> WORKS<Window_Title_CN>Optimum Networks</Window_Title_CN> ?<FavoriteBarItems> WORKS<FavoritesList> WORKS<QuickLinkList> WORKS<SearchScopes> WORKS<ShowMenuBar>true</ShowMenuBar> DOESN'T WORK<TrustedSites>https://www.laure.com;http://www.pg.org;https://mail.pg.org;https://helesk.g.org</TrustedSites> DOESN'T WORK<FavoritesOnTop>true</FavoritesOnTop> WORKS<CompatibilityViewDomains>https://mail.gg.org/exchange</CompatibilityViewDomains> DOESN'T WORK<IntranetCompatibilityMode>false</IntranetCompatibilityMode> WORKS<BlockPopups>yes</BlockPopups> WORKS Edited July 29, 2013 by compstuff
maxXPsoft Posted July 29, 2013 Author Posted July 29, 2013 <CacheLimit> The allowed values are from 8192 (= 8 MB) to 1048576 (= 1 GB).FavoritesDelete specifies whether all pre-existing favorites and quick links are deleted. This setting can be used only by corporations.<Help_Page>http://www.fabrikam.com/support</Help_Page>do you have the unattend.chm help file?It is within this download http://www.microsoft.com/en-us/download/details.aspx?id=2458
compstuff Posted July 31, 2013 Posted July 31, 2013 Using MDK 2010 and my Win7x64 Enterprise image the CacheLimit value fails with a popup error during install when I enter the values as you describe. I actually tried that a few times and it repeatedly failed for me. I then found a post online that stated their was an undocumented change and to apply the value as just the MB value. That worked for me but only on the administrator profile which is the 1st one created.I think you may find this interesting regarding the Trusted Sites failure<TrustedSites>https://www.laure.com;http://www.pg.org;https://mail.pg.org;https://helesk.g.org</TrustedSites> DOESN'T WORKhttp://social.technet.microsoft.com/Forums/en-US/cd61de9c-8680-448b-a26e-875e5c40b4da/mdt-2010-unattendxml-trusted-sites-does-not-populate-the-zonemapdomains-in-registry-to-installI confirmed that this is exactly whats happening on my installs<CacheLimit> The allowed values are from 8192 (= 8 MB) to 1048576 (= 1 GB).FavoritesDelete specifies whether all pre-existing favorites and quick links are deleted. This setting can be used only by corporations.<Help_Page>http://www.fabrikam.com/support</Help_Page>do you have the unattend.chm help file?It is within this download http://www.microsoft.com/en-us/download/details.aspx?id=2458
Octopuss Posted August 9, 2013 Posted August 9, 2013 More updates... In my search to get all my tweaks configured I managed to get completely confused due to over complicating things so I decided to just do a test with my XML and see what I got. I seemed to make a bit more headway in as far as what is and isn't working from the XML. It doesn't mean I know why but I do see a pattern. Here is the XML AutounattendIE10settings.xml1) I added a Cache Limit and it runs for the main admin profile but does not pass to other profiles<component name="Microsoft-Windows-IE-ClientNetworkProtocolImplementation" <CacheLimit>65</CacheLimit></component>2) These are the IE items I added with notes next to them<component name="Microsoft-Windows-IE-InternetExplorer"<AllowedSites>http://www.pg.org;https://www.lanline.com</AllowedSites> WORKS<FilterLevel>Medium</FilterLevel> WORKS<PlaySound>true</PlaySound> WORKS<ShowInformationBar>true</ShowInformationBar> ?<CompanyName>Optimum Networks</CompanyName> Deprecated?<DisableAccelerators>false</DisableAccelerators> WORKS<DisableDevTools>true</DisableDevTools> WORKS<DisableFirstRunWizard>true</DisableFirstRunWizard> WORKS<DisableOOBAccelerators>true</DisableOOBAccelerators> WORKS<DisableWelcomePage>true</DisableWelcomePage> WORKS<EnableLinksBar>true</EnableLinksBar> DOESN'T WORK<FavoritesDelete>false</FavoritesDelete> ?<Help_Page></Help_Page> ?<Home_Page>about:blank</Home_Page> WORKS<LockToolbars>true</LockToolbars> WORKS<MSCompatibilityMode>true</MSCompatibilityMode> WORKS<ShowCommandBar>false</ShowCommandBar> WORKS<SuggestedSitesEnabled>false</SuggestedSitesEnabled> WORKS<Window_Title_CN>Optimum Networks</Window_Title_CN> ?<FavoriteBarItems> WORKS<FavoritesList> WORKS<QuickLinkList> WORKS<SearchScopes> WORKS<ShowMenuBar>true</ShowMenuBar> DOESN'T WORK<TrustedSites>https://www.laure.com;http://www.pg.org;https://mail.pg.org;https://helesk.g.org</TrustedSites> DOESN'T WORK<FavoritesOnTop>true</FavoritesOnTop> WORKS<CompatibilityViewDomains>https://mail.gg.org/exchange</CompatibilityViewDomains> DOESN'T WORK<IntranetCompatibilityMode>false</IntranetCompatibilityMode> WORKS<BlockPopups>yes</BlockPopups> WORKSAre these settings specifically for IE10? I am not sure some of those were mentioned in the original WAIK.
maxXPsoft Posted August 10, 2013 Author Posted August 10, 2013 Well we now have IE11 so back to the drawing board.I usually set settings for IE after the install and with a reg file. xml one mistake can crash you.Set the way you like then export these keysHKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main
Octopuss Posted August 10, 2013 Posted August 10, 2013 I am not too fussed about IE anyway, the browser is utter crap. No idea what they fixed or improved in v10, but the functionality is just as crippled as v8/9. I only use it to open sites that don't work in Opera... heh. Wondering when will Ms learn.
gustavo21 Posted September 11, 2013 Posted September 11, 2013 (edited) Hi guys, I need some help with my xml. I just add some synchronous commands, but sysprep give me error in this line:<FirstLogonCommands> I put the whole file:<?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"> <SetupUILanguage> <UILanguage>es-ES</UILanguage> </SetupUILanguage> <InputLocale>0409:00000409</InputLocale> <UserLocale>es-AR</UserLocale> <UILanguage>es-ES</UILanguage> <SystemLocale>es-AR</SystemLocale> </component> <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"> <UserData> <AcceptEula>true</AcceptEula> <FullName>Usuario</FullName> <Organization></Organization> </UserData> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <Order>1</Order> <Description>INSTALANDO PROGRAMAS ADICIONALES</Description> <CommandLine>cmd /C start /wait C:\INSTALAR\WPI.EXE</CommandLine> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <Order>2</Order> <Description>INSTALANDO PROGRAMAS ADICIONALES</Description> <CommandLine>cmd /C rmdir C:\INSTALAR /S /Q</CommandLine> </SynchronousCommand> </FirstLogonCommands> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <TimeZone>Argentina Standard Time</TimeZone> <UserAccounts> <AdministratorPassword> <Value></Value> <PlainText>true</PlainText> </AdministratorPassword> <LocalAccounts> <LocalAccount> <Password> <Value></Value> <PlainText>true</PlainText> </Password> <Description></Description> <DisplayName>Usuario</DisplayName> <Group>Administrators;Users;</Group> <Name>Usuario</Name> </LocalAccount> </LocalAccounts> </UserAccounts> </component> <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"> <Home_Page>http://www.google.com.ar</Home_Page> <DisableFirstRunWizard>true</DisableFirstRunWizard> <DisableWelcomePage>true</DisableWelcomePage> </component> <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"> <InputLocale>es-ES</InputLocale> <UserLocale>es-AR</UserLocale> <UILanguage>es-ES</UILanguage> <SystemLocale>es-ES</SystemLocale> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"> <ComputerName>*</ComputerName> <CopyProfile>true</CopyProfile> <RegisteredOrganization>Home</RegisteredOrganization> <RegisteredOwner></RegisteredOwner> </component> </settings> <cpi:offlineImage cpi:source="" xmlns:cpi="urn:schemas-microsoft-com:cpi" /></unattend>I can't figure out what the problem is!! I just copy and paste from other XML posted here and XML generators too.thanks! Edited September 11, 2013 by gustavo21
WinOutreach4 Posted September 11, 2013 Posted September 11, 2013 (edited) Both Synchronous commands are set to <Order>1</Order>. They can't both be first, one of them must be order 2. This can be seen in the examples on the Order page of the Unattended Windows Setup Reference on TechNet.You may want to use the Windows System Image Manager to create your unattend files, as the validation feature can help catch errors. The Windows SIM is a part of the WAIK and WADK.Hope this helps,DavidWindows Outreach Team - IT ProThe Springboard Series on TechNet Edited September 11, 2013 by WinOutreach4
gustavo21 Posted September 11, 2013 Posted September 11, 2013 Both Synchronous commands are set to <Order>1</Order>. They can't both be first, one of them must be order 2. This can be seen in the examples on the Order page of the Unattended Windows Setup Reference on TechNet.You may want to use the Windows System Image Manager to create your unattend files, as the validation feature can help catch errors. The Windows SIM is a part of the WAIK and WADK.Hope this helps,DavidWindows Outreach Team - IT ProThe Springboard Series on TechNetIt just a typing wrong. Order numbers are OK. I modified the post already!
gustavo21 Posted September 11, 2013 Posted September 11, 2013 (edited) I solved with this: xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Edited September 11, 2013 by gustavo21
Tripredacus Posted September 13, 2013 Posted September 13, 2013 Oh yeah, every component should have that in them.
Octopuss Posted September 21, 2013 Posted September 21, 2013 Well we now have IE11 so back to the drawing board.I usually set settings for IE after the install and with a reg file. xml one mistake can crash you.Set the way you like then export these keysHKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MainI just got back to this. Can these keys be used completely generally? As in, do they contain any machine/user/whatever specific values that would cause any problems when imported elsewhere?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now