Jump to content

Orsi

Member
  • Posts

    285
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Brazil

Everything posted by Orsi

  1. TH1 build is the 10249 build. What Microsoft did last week is to forbid new installation of any Win10 version. I mean, you can try to do it still but its serial wont work anymore.
  2. I do Windows 10 clean installs since its first version, there´s no problem at all, except when I add an unattended file
  3. My Windows 10 Pro image is natively in that language (brazilian portuguese). What I'm finding really weird is that the setup hangs after the language selection phase - right after the "Setup is starting"
  4. 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>
  5. The weird thing is that this error happens if I try to serialize a Windows 8.1 image either.
  6. 10.0.9933.0 way released last week and (theorically) is compatible with Windows 10. I tried with both Windows 8.1 x64 and Windows 10 x64 as hosts
  7. 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)
  8. Hey there. Im trying to use Windows System Image Manager 10.0.9933 to build a unattended Windows 10 x64 setup but everytime I select a source file (install.wim), a 0xc1420117 error is shown when the image is being unmounted. Is there a solution for this?
  9. 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.
  10. Thanks! It's working perfectly as administrator !
  11. Hello. Can anybody teach me how to properly use AutoIt to install a few softwares in Windows 8.1 x64? Looks like AutoIt doesn't recognize, can't or don't even try to send the commands I need and sometimes not even MouseClick or MouseMove works.
  12. Hey there. Is there someway to add my online MS account in Autounattended.xml? Thanks
  13. 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.
  14. Tks but how to enter the audit mode? I mean, in Windows 8 we need to sign in our MS account to download some apps and that only happens at the OOBE stage.
  15. Hey there. Is it possible to do a reverse integration in Win 8 just like in Win 7? Same commands, process and so on? tks!
  16. the Windows resolution works perfectly, but the problem is the Setup resolution. I have no idea why thats happening since it was working before with a similar video card. I slipstreamed the video and AHCI drivers perfectly with a batch file.
  17. 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>
  18. 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
  19. Adobe Master Collection contains several Adobe softwares (Photoshop, Illustrator, Premiere and so on). What Set-up.exe do is to install them all in the right order, like Windows Live do. Yesterday I installed it using the Reverse Integration method, much easier and painless
  20. Im mouseclicking the next button and after that the installer will unpack itself, which takes about 35 seconds Its hard to find which is the last process since seems there's only one executable file in the package The idea its to make a completely automated script, just like the others
  21. 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?
  22. ITs Adobe CS5 Master Collection fault indeed. Ni! (as Monty Python would say)
  23. 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...