Jump to content

Orsi

Member
  • Posts

    285
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Brazil

Posts posted by Orsi

  1. Hello guys!

     

    I´m trying to make an unattended setup but everytime I try to start the setup I get a blue screen with the WHEA_UNCORRETABLE_ERROR or MACHINE_CHECK_EXCEPTION error. 

    The weird thing is that my system is running perfectly, no error at all and Windows installs perfectly as long there´s no unattended xml file.

     

    I build the file with Windows System Image Manager lastest build (10.0.10240.16384).

     

    What must I do to discover what's going wrong?

     

    Thanks!

    <?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>pt-BR</UILanguage>            </SetupUILanguage>            <InputLocale>0416:00000416</InputLocale>            <SystemLocale>pt-BR</SystemLocale>            <UILanguage>pt-BR</UILanguage>            <UserLocale>pt-BR</UserLocale>        </component>    </settings>    <cpi:offlineImage cpi:source="wim:g:/win10/sources/install.wim#Windows 10 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" /></unattend>
  2. Everytime I try to mount a Windows 8.1 x64 or Windows 10 x64 install.wim I receive a 0xc1420117 message. 

    I even tried with a totally clean system with no success... Is there anyway to solve this issue or even the lastest WAIK (10.0.9933.0)  is useless to me?

     

    There's the log:

    19:36 : This application requires version 10.0.9933.0 of Windows ADK.Install this version to correct the problem19:41 : 19:41 : Windows SIM was unable to generate a catalog. For troubleshooting assistance, see the topic: 'Windows System Image Manager Technical Reference' in tWindows ADK User's Guide. 19:41 : 19:41 : System.ComponentModel.Win32Exception (0x80004005): Unknown error (0xc1420117)Server stack trace:    em Microsoft.ComponentStudio.ComponentPlatformInterface.WimImageInfo.PostCreateCatalog()   em Microsoft.ComponentStudio.ComponentPlatformInterface.OfflineImageInfo.CreateCatalog()   em Microsoft.ComponentStudio.ComponentPlatformInterface.CatalogCreatorImpl.CreateCatalog(OfflineImageInfo offlineImageInfo)   em System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)   em System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)Exception rethrown at [0]:    em System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)   em System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)   em Microsoft.ComponentStudio.ComponentPlatformInterface.ICatalogCreator.CreateCatalog(OfflineImageInfo offlineImageInfo)   em Microsoft.ComponentStudio.CatalogGenerator.CreateCat(ProgressDialog pd, Object o)
  3. Hey there.

     

    How I can properly add a runonce registry to Windows 8.1?

     

    I tried the following but everything I does it is to run vlc.exe after the desktop shows, not before like the previous Windows used to.

    Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]"VLC"="\"C:\\Users\\Raphael\\Desktop\\Appz\\VLC.exe\""

    Btw, an ideal solution would could be able to run something like 'sleep.exe' to forbit Windows to load its desktop until the sleep.exe process is closed.

  4. If the installer is running as admin and your AutoIt script is running as a standard user then automation issues may occur.

     

    Add this directive to the top of the script to run the script as admin.

    #RequireAdmin

    Add this directive to the top of the script to run a compiled script as admin. This adds the require admin to the resources of the executable.

    #pragma compile(ExecLevel, requireAdministrator)

    Have a look in the AutoIt help file for Tutorials > WinZip Installation. If you can follow that tutorial then perhaps you can progress to using the Control* functions. Looks like the latest WinZip is about 10 versions higher then the tutorial version so some subtle differences may exist. If you have further issues with your attempts, then post your attempts and help may follow.

     

    Also have a look at the pinned topic of AutoIT Script Collection for some examples.

     

    Thanks! It's working perfectly as administrator !

  5. He's not a here. He just heard what Bill Gates said before: MS must get in the tablet market ASAP.

    Windows 8 wont fail - case you hate it or not. Its a mandatory step to a fully tablet OS. Thats why it has some new things but besides the start menu, almost everything else is exactly the same.

    The MS biggest customers dont upgrade to a new OS as soon its released but only a few years later and the Windows strongest point isnt it start menu or so on, but it his huge software compatibility, which is way better with Win 8 than ever before. Thats why nor Apple nor Google even tries to defeat MS in the desktop world - they're unbeatable.

  6. Hey there,

    I'm building a new Windows 7 SP1 x64 unattended setup but something is going wrong. For some reason the setup resolution is being ignored.

    I tried to slipstream the nVidia GeForce GTS 450 with both RT7Lite and Reverse Integration methods but nothing changed.

    Below is the autounattend.xml file. Any help will help! :)

    <?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>pt=BR</UILanguage>
    </SetupUILanguage>
    <SystemLocale>pt-BR</SystemLocale>
    <UILanguage>pt-BR</UILanguage>
    <UserLocale>pt-BR</UserLocale>
    <InputLocale>0416:00020409</InputLocale>
    </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">
    <Display>
    <ColorDepth>32</ColorDepth>
    <HorizontalResolution>1680</HorizontalResolution>
    <VerticalResolution>1050</VerticalResolution>
    </Display>
    <ImageInstall>
    <OSImage>
    <InstallFrom>
    <MetaData wcm:action="add">
    <Key>/IMAGE/INDEX</Key>
    <Value>1</Value>
    </MetaData>
    </InstallFrom>
    </OSImage>
    </ImageInstall>
    <UserData>
    <Organization>Orsi 3D</Organization>
    <FullName>Raphael Orsi</FullName>
    <AcceptEula>true</AcceptEula>
    <ProductKey>
    <Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key>
    <WillShowUI>OnError</WillShowUI>
    </ProductKey>
    </UserData>
    </component>
    </settings>
    <settings pass="specialize">
    <component name="Microsoft-Windows-Security-SPP-UX" 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">
    <SkipAutoActivation>true</SkipAutoActivation>
    </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">
    <Display>
    <ColorDepth>32</ColorDepth>
    <HorizontalResolution>1680</HorizontalResolution>
    <VerticalResolution>1050</VerticalResolution>
    </Display>
    <ComputerName>Shadow</ComputerName>
    <RegisteredOwner>Raphael Orsi</RegisteredOwner>
    <CopyProfile>true</CopyProfile>
    <ProductKey>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</ProductKey>
    <TimeZone>E. South America Standard Time</TimeZone>
    </component>
    <component name="Microsoft-Windows-powercpl" 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">
    <PreferredPlan>8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c</PreferredPlan>
    </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">
    <SearchScopes>
    <Scope wcm:action="add">
    <ScopeDefault>true</ScopeDefault>
    <ScopeDisplayName>Google</ScopeDisplayName>
    <ScopeKey>Search1</ScopeKey>
    <ScopeUrl>http://www.google.com.br</ScopeUrl>
    </Scope>
    </SearchScopes>
    <DisableFirstRunWizard>true</DisableFirstRunWizard>
    <Home_Page>http://www.raphaelorsi.com</Home_Page>
    <ShowInformationBar>true</ShowInformationBar>
    </component>
    </settings>
    <settings pass="auditUser">
    <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">
    <Display>
    <ColorDepth>32</ColorDepth>
    <HorizontalResolution>1680</HorizontalResolution>
    <VerticalResolution>1050</VerticalResolution>
    </Display>
    </component>
    </settings>
    <settings pass="auditSystem">
    <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">
    <Display>
    <HorizontalResolution>1680</HorizontalResolution>
    <VerticalResolution>1050</VerticalResolution>
    <ColorDepth>32</ColorDepth>
    </Display>
    </component>
    </settings>
    <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>0416:00020409</InputLocale>
    <SystemLocale>pt-BR</SystemLocale>
    <UILanguage>pt-BR</UILanguage>
    <UserLocale>pt-BR</UserLocale>
    </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">
    <Display>
    <ColorDepth>32</ColorDepth>
    <HorizontalResolution>1680</HorizontalResolution>
    <VerticalResolution>1050</VerticalResolution>
    </Display>
    <!-- <UserAccounts>
    <LocalAccounts>
    <LocalAccount wcm:action="add">
    <Description>Raphael Orsi</Description>
    <DisplayName>Raphael Orsi</DisplayName>
    <Password>
    <PlainText>false</PlainText>
    </Password>
    <Group>Administrators; Power Users</Group>
    <Name>Orsi</Name>
    </LocalAccount>
    </LocalAccounts>
    </UserAccounts> -->
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    <NetworkLocation>Home</NetworkLocation>
    <ProtectYourPC>1</ProtectYourPC>
    </OOBE>
    <VisualEffects>
    <FontSmoothing>ClearType</FontSmoothing>
    </VisualEffects>
    <WindowsFeatures>
    <ShowMediaCenter>false</ShowMediaCenter>
    </WindowsFeatures>
    <TimeZone>E. South America Standard Time</TimeZone>
    <RegisteredOwner>Orsi 3D</RegisteredOwner>
    </component>
    </settings>
    <settings pass="generalize">
    <component name="Microsoft-Windows-Security-SPP" 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">
    <SkipRearm>1</SkipRearm>
    </component>
    </settings>
    <cpi:offlineImage cpi:source="wim:f:/win7/grmculxfrer_br_dvd/sources/install.wim#Windows 7 Ultimate" xmlns:cpi="urn:schemas-microsoft-com:cpi"></cpi:offlineImage>
    </unattend>

  7. This scripts is the last <FirstLogonCommands> task. It launches properly but quits right after "echo *** DELETING TEMPORARY FILES", so none of the desktop items r excluded, Windows doesnt reboot after either and RunOnceEx script isnt added to registry. Whats wrong with it?

    Tks

    @echo off
    color A0
    cls

    echo *** DISK CLEANUP
    start /wait c:\windows\system32\cleanmgr.exe /sagerun: 100
    echo *** CCLEANER
    start "CCLEANER" /wait "C:\Program Files\CCleaner\CCleaner64.exe" /AUTO
    echo *** DELETING TEMPORARY FILES
    DEL /F /Q "%systemdrive%\Appz\*.*"
    RD /S /Q "%systemdrive%\Appz"
    DEL /F /Q /A:H "%Public%\Desktop\desktop.ini"
    DEL /F /Q /A:H "%UserProfile%\Desktop\desktop.ini"
    DEL /F /Q /A:H "%UserProfile%\Desktop\desktop.ini
    DEL /F /Q "%UserProfile%\Desktop\Easy Duplicate Finder.lnk"
    DEL /F /Q "%UserProfile%\Desktop\UltraISO.lnk"
    DEL /F /Q "%UserProfile%\Desktop\Driver Genius Professional Edition.lnk"
    DEL /F /Q "%UserProfile%\Desktop\Google Chrome.lnk"
    DEL /F /Q "%Public%\Desktop\Adobe Content Viewer.lnk"
    DEL /F /Q "%Public%\Desktop\Adobe Acrobat X Pro.lnk"
    DEL /F /Q "%Public%\Desktop\Microsoft LifeCam.lnk"
    DEL /F /Q "%Public%\Desktop\Nero MediaHub 10.lnk"
    DEL /F /Q "%Public%\Desktop\Nero Burning ROM 10.lnk"
    DEL /F /Q "%Public%\Desktop\Nero Vision 10.lnk"
    DEL /F /Q "%Public%\Desktop\Yahoo! Messenger.lnk"
    DEL /F /Q "%Public%\Desktop\EASEUS*.lnk"
    DEL /F /Q "%Public%\Desktop\EASEUS Partition Master 9.0 Server Edition.lnk"
    DEL /F /Q "%Public%\Desktop\HP Photosmart Essential 3.5.lnk"
    DEL /F /Q "%Public%\Desktop\Mozilla Firefox.lnk"
    DEL /F /Q "%Public%\Desktop\PC Inspector File Recovery.lnk"
    DEL /F /Q "%Public%\Desktop\Wise PC Engineer.lnk"
    DEL /F /Q "%Public%\Desktop\CCleaner.lnk"
    DEL /F /Q "%Public%\Desktop\CPUID CPU-z.lnk"
    DEL /F /Q "%UserProfile%\Desktop\desktop.ini"
    DEL /F /Q "C:\Program Files\desktop.ini"
    %systemdrive%\Appz\runonce.bat
    shutdown.exe -r -f -t 30 -c "O Sistema será reiniciado em 30 segundos."
    EXIT

  8. The script starts like below-

    Run("AdobeCS5\Set-up.exe")
    Sleep(35000)
    WinWait("[CLASS:_macr_PDAPP_Native_frame_window_CS4]")
    If Not WinActive("[CLASS:_macr_PDAPP_Native_frame_window_CS4]") Then WinActivate("[CLASS:_macr_PDAPP_Native_frame_window_CS4]")
    WinWaitActive("[CLASS:_macr_PDAPP_Native_frame_window_CS4]")
    MouseClick("left", 730, 530, 1, 25)

    its pretty basic as you can see and im having to use MouseClick because, like I said, theres no way to use ControlClick.

    I never build a script using the method imtheky said, so can you a sample using the code above? Pls?

    :)

  9. It happens when im installing the 2nd app. The first is Adobe Reader and the second is Adobe Master Collection, which shall take almost 30 min. to be completely installed. It seems to use a xml installer - its controls have no click coords or something and it cant be installed silently.

    I took a look at the Panther and Setup folder logs and they dont point any error.

    Im installing it again but this time I'll skip Adobe softs to see it thats the cause.

×
×
  • Create New...