Jump to content

Er1ch

Members
  • Posts

    42
  • Joined

  • Last visited

Posts 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. The AIO Tool has also started behaving weird as of late.

    I got the following error during component removal:

    post-26714-0-62728800-1324414193_thumb.j

    Followed by this twice:

    post-26714-0-19908300-1324414153_thumb.j

    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. :blush:

    The AIO Disk Creator bug still stands.

    2011-12-20_19-04-15.ini

  3. 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.

    post-26714-0-09740500-1324336300_thumb.j

    2. Hit 'Create' and see if this happens.

    post-26714-0-16936600-1324336302_thumb.j

    3. Let's cry together.

  4. 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.

  5. 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'. :)

  6. 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:

    BTW you only need the ie9 hotfix if you are forcing the LDR branch to install, because the main IE9 installer already has the updates
  7. 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?

  8. 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.

  9. Remove the lines about:

    <servicing>

    <package action="configure">

    Not available for Windows 7!

    It works for 7 Pro x86 setup. I suspect that I've made some syntax error so it won't work under x64.
  10. 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>

  11. 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:

×
×
  • Create New...