Jump to content

Er1ch

Members
  • Posts

    42
  • Joined

  • Last visited

Everything posted by Er1ch

  1. Using ver.71 and I noticed two bugs which occur when loading session from .ini. Saving session works fine AFAIK. 1. Silent Installs section. If the switches are separated by space, only the last part is loaded. For example, SPTD requires "add /q" switch, but it loads as "/q", resulting in failed installation. 2. Files section. If you have two different entries with the same filename, only one of them is loaded. For example, changing the buttons in explorer for a better match with a theme requires replacing ExplorerFrame.dll in both System32 and SysWOW64 on a x64 system. In my case, only the entry about the 32-bit system file is loaded.
  2. Perhaps there should be a sticky with links to McRip's stuff? I didn't know he provided Office updates until now.
  3. I've noticed SoLoR doesn't update his site anymore... Any ideas on where to find up-to-date Office 2010 update list?
  4. Hey guys, do you think it would be safe to add new drivers to a customized image, if it's the ONLY thing I do (no addons etc)?
  5. Perhaps add a notice to component 'Music and Video Samples', that removing it will break Windows Experience Index? Done.
  6. Thanks for the advice guys! Will try it out soon. EDIT: It seems removing the component 'Music and Video Samples' was responsible. You can still remove Ringtones, though.
  7. AFAIK the reason was sloooowwwing down the process, not messing it up. Anyway, will give it a run with AV disabled.
  8. The AIO Tool has also started behaving weird as of late. I got the following error during component removal: Followed by this twice: This happened at least a dozen times. All during removal, I think. I attached the ini. Can anyone else confirm the bug? EDIT: This one seemed to be caused by AV running in the background. Sorry for the false alarm. The AIO Disk Creator bug still stands. 2011-12-20_19-04-15.ini
  9. After upgrading to the latest version of W7T (from another recent version: .80 or so), the AIO creator started behaving weird. To reproduce the bug: 1. Load untouched x86 & x64 images like this. 2. Hit 'Create' and see if this happens. 3. Let's cry together.
  10. Nope. You can't use XML to set Windows to use your integrated theme, only to create a new theme. As explained by Rick here and by M$ here. The only solution Google says should work is using Group Policy as described here and here, but I don't know if it's any good for a standalone computer.
  11. In AIO Tool > Files I cannot add two different files into different folders with the same name. This can be necessary on the x64 version of Windows because of separate x64 & x86 folders (Program Files, SysWOW64). Edit: for example, I have x64 & x86 versions of ExplorerFrame.dll, which I want to place to System32 & SysWOW64, respectively.
  12. Can someone kindly advise me on what components NOT to remove for the Windows Experience Index to work properly? I get the error 'This system does not have the necessary multi-media support to run the requested assessment' I attached the .ini file. W7Tx64.ini
  13. I think I stumbled upon something. It seems removing 'Broadcom Drivers' also removes the built-in drivers for Intel ethernet controllers. Hence I suspect the package contains various ethernet drivers, not just Broadcom, and I propose renaming the option to 'Ethernet Drivers'.
  14. No. Deleting all the settings and other files left from older versions of W7T solved the weird behavior for me. Regarding IE9 and LDR-QFE:
  15. I noticed that removing the non-Aero themes causes Windows to set the old Cairo-style interface as default. I also understand that it's no longer possible to set default theme in Autounattend.xml. So I was wondering if someone here knows a way to set my own integrated custom theme as default?
  16. It seems none of the updates were integrated, despite me selecting a lot of them, including IE9. I still have IE8 and Microsoft Update shows a bunch of available updates. What could be the problem? Attached the ini. 27-11-2011_22-02-43.ini
  17. Yes, I tested disabling features by dism from command prompt and it works. Yay! But since I create an AIO disk, I seek to write a batch file in order to automate the process. I suppose I'll post a feature request to add the option of running a custom batch file upon finishing.
  18. Then I suppose the optimal way of disabling those features is to create a batch file using dism before deployment?
  19. It works for 7 Pro x86 setup. I suspect that I've made some syntax error so it won't work under x64.
  20. Thanks for the tip, but it's no help. More suggestions?
  21. Can anyone help me with my unattended file? It seems to work fine for 7 Pro x86, but for 7 Pro x64 gives error 'could not apply unattend settings during pass [offlineservicing] in the end of setup. I suppose the problem lies with <servicing> section, because upon removing it everything works fine. What am I doing wrong here? :g: <?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>en-US</UILanguage> </SetupUILanguage> <InputLocale>et-EE</InputLocale> <SystemLocale>et-EE</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>et-EE</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>en-US</UILanguage> </SetupUILanguage> <InputLocale>et-EE</InputLocale> <SystemLocale>et-EE</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>et-EE</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"> <UserData> <AcceptEula>true</AcceptEula> </UserData> </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"> <UserData> <AcceptEula>true</AcceptEula> </UserData> </component> </settings> <servicing> <package action="configure"> <assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="6.1.7601.17514" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="" /> <selection name="FaxServicesClientPackage" state="false" /> <selection name="Printing-Foundation-InternetPrinting-Client" state="false" /> <selection name="Printing-XPSServices-Features" state="false" /> </package> <package action="configure"> <assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="6.1.7601.17514" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" /> <selection name="FaxServicesClientPackage" state="false" /> <selection name="Printing-Foundation-InternetPrinting-Client" state="false" /> <selection name="Printing-XPSServices-Features" state="false" /> </package> </servicing> <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"> <AllSitesCompatibilityMode>false</AllSitesCompatibilityMode> <BlockPopups>yes</BlockPopups> <DisableAccelerators>true</DisableAccelerators> <DisableDevTools>true</DisableDevTools> <DisableFirstRunWizard>true</DisableFirstRunWizard> <DisableOOBAccelerators>true</DisableOOBAccelerators> <DisableWelcomePage>true</DisableWelcomePage> <EnableLinksBar>false</EnableLinksBar> <FilterLevel>Medium</FilterLevel> <FindProvidersURL>http://mycroft.mozdev.org/index.html</FindProvidersURL> <Home_Page>https://www.google.com</Home_Page> <LockToolbars>true</LockToolbars> <MSCompatibilityMode>true</MSCompatibilityMode> <PlaySound>false</PlaySound> <SearchScopes> <Scope wcm:action="add"> <FaviconURL>https://www.google.com/favicon.ico</FaviconURL> <ScopeDefault>true</ScopeDefault> <ScopeDisplayName>Google</ScopeDisplayName> <ScopeKey>SearchProvider1</ScopeKey> <ScopeUrl>https://www.google.com/search?q={searchTerms}</ScopeUrl> <ShowSearchSuggestions>true</ShowSearchSuggestions> <SuggestionsURL_JSON>https://clients1.google.com/complete/search?json&hl=et&q={searchTerms}</SuggestionsURL_JSON> </Scope> <Scope wcm:action="add"> <FaviconURL>https://en.wikipedia.org/favicon.ico</FaviconURL> <ScopeDisplayName>Wikipedia</ScopeDisplayName> <ScopeKey>SearchProvider2</ScopeKey> <ScopeUrl>https://en.wikipedia.org/w/index.php?Special:Search&search={searchTerms}</ScopeUrl> <ShowSearchSuggestions>true</ShowSearchSuggestions> <SuggestionsURL_JSON>https://en.wikipedia.org/w/api.php?action=opensearch&search={searchTerms}</SuggestionsURL_JSON> </Scope> </SearchScopes> <ShowCommandBar>false</ShowCommandBar> <ShowCompatibilityViewButton>false</ShowCompatibilityViewButton> <ShowInformationBar>true</ShowInformationBar> <ShowMenuBar>false</ShowMenuBar> <ShowStatusBar>false</ShowStatusBar> <SuggestedSitesEnabled>false</SuggestedSitesEnabled> </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"> <AllSitesCompatibilityMode>false</AllSitesCompatibilityMode> <BlockPopups>yes</BlockPopups> <DisableAccelerators>true</DisableAccelerators> <DisableDevTools>true</DisableDevTools> <DisableFirstRunWizard>true</DisableFirstRunWizard> <DisableOOBAccelerators>true</DisableOOBAccelerators> <DisableWelcomePage>true</DisableWelcomePage> <EnableLinksBar>false</EnableLinksBar> <FilterLevel>Medium</FilterLevel> <FindProvidersURL>http://mycroft.mozdev.org/index.html</FindProvidersURL> <Home_Page>https://www.google.com</Home_Page> <LockToolbars>true</LockToolbars> <MSCompatibilityMode>true</MSCompatibilityMode> <PlaySound>false</PlaySound> <SearchScopes> <Scope wcm:action="add"> <FaviconURL>https://www.google.com/favicon.ico</FaviconURL> <ScopeDefault>true</ScopeDefault> <ScopeDisplayName>Google</ScopeDisplayName> <ScopeKey>SearchProvider1</ScopeKey> <ScopeUrl>https://www.google.com/search?q={searchTerms}</ScopeUrl> <ShowSearchSuggestions>true</ShowSearchSuggestions> <SuggestionsURL_JSON>https://clients1.google.com/complete/search?json&hl=et&q={searchTerms}</SuggestionsURL_JSON> </Scope> <Scope wcm:action="add"> <FaviconURL>https://en.wikipedia.org/favicon.ico</FaviconURL> <ScopeDisplayName>Wikipedia</ScopeDisplayName> <ScopeKey>SearchProvider2</ScopeKey> <ScopeUrl>https://en.wikipedia.org/w/index.php?Special:Search&search={searchTerms}</ScopeUrl> <ShowSearchSuggestions>true</ShowSearchSuggestions> <SuggestionsURL_JSON>https://en.wikipedia.org/w/api.php?action=opensearch&search={searchTerms}</SuggestionsURL_JSON> </Scope> </SearchScopes> <ShowCommandBar>false</ShowCommandBar> <ShowCompatibilityViewButton>false</ShowCompatibilityViewButton> <ShowInformationBar>true</ShowInformationBar> <ShowMenuBar>false</ShowMenuBar> <ShowStatusBar>false</ShowStatusBar> <SuggestedSitesEnabled>false</SuggestedSitesEnabled> </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"> <ProductKey>Y-U-SO-CURIOUS?</ProductKey> <ShowWindowsLive>false</ShowWindowsLive> <TimeZone>FLE 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"> <ProductKey>Y-U-SO-CURIOUS?</ProductKey> <ShowWindowsLive>false</ShowWindowsLive> <TimeZone>FLE Standard Time</TimeZone> </component> </settings> <settings pass="oobeSystem"> <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"> <OOBE> <HideEULAPage>true</HideEULAPage> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <ProtectYourPC>3</ProtectYourPC> </OOBE> </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"> <OOBE> <HideEULAPage>true</HideEULAPage> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <ProtectYourPC>3</ProtectYourPC> </OOBE> </component> </settings> </unattend>
  22. I ran W7T on x64 Pro with the exact same settings as above, but integrated no updates. Right upon starting the VM, Windows Boot Manager gives me an error status 0xc0000225: unexpected error. :sad01_anim: Again, I'm running W7T on Win7 Pro x64. I use identical settings for x86 & x64. Yet x86 starts up fine, but x64 fails on boot. :sad02:
  23. Nice to know, thaks! But should I prefer downloading IE9 from MS or SoLoR site? The latter seems to be updated more recently.
×
×
  • Create New...