Jump to content

nice_guy75

Member
  • Posts

    406
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    India

Everything posted by nice_guy75

  1. I don't think so. All you can do is <Themes> <ThemeName>Fabrikam Theme</ThemeName> <DefaultThemesOff>false</DefaultThemesOff> <DesktopBackground>%WINDIR%\web\wallpaper\fabrikam.jpg</DesktopBackground> <BrandIcon>%programfiles%\Fabrikam\fabrikam-logo.png</BrandIcon> <ScreenSaver>Bubbles.scr</ScreenSaver> <WindowColor>Violet</WindowColor> </Themes> it will create a theme file and place that theme file in Resources folder but you won't be able to apply any .msstyle file using "Autounattend.xml". Alternatively you can just delete the default aero theme from the install.wim and then place your custom theme in the install.wim and rename the .theme file as Aero.theme, in this way the setup would read it as default aero theme and apply the same.
  2. On users' request Legolash2o has integrated this function in his tool i.e winkit (which was earlier called as Windows 7 Toolkit ), you can use his tool to set custom theme as default one. Alternative you can also change the reg in the install.wim Key: HKEY_Local_Machine\\Software\\Microsoft\\Windows\\CurrentVersion\\Themes", String Name: "InstallTheme" String Value: "%SystemDrive%\\Windows\\Resources\\Themes\\Aero.theme" Credit goes to legolash2o for this registry.
  3. This was the only way I have not tried I guess changing boot animation in pre-install environment is not possible yet.
  4. You need to create an Autounattend.xml file and put that xml in the root of installation media to automate the installation or what we can call unattended installation. You can also use an already made xml which are posted here by MaxXPsoft.
  5. That's very bad idea, noone knows what gets screwed up by such awkward methods. Why don't you just download SP1 image from official sources? Well there is nothing wrong in this, I have already tried and everything is working fine. I already have SP1 image downloaded from MS but I asked so as I have made loads of customization in my reverse integrated wim so I would stick to that image only.
  6. I don't know this happens with me only or it is a normal process, I tried with runonce registry and it started installation before personal setting loaded, there was a just a blue screen only, no icons, no msg, nothing, so I switched to setupcomplete.cmd . I guess the best way to have applications in the OS is reverse integration.
  7. This one I have been doing since very long and yes it does work properly. You are right, I have tried it for the first time and it did work perfectly. And I was right, there was something wrong with my boot.wim, I have changed my boot.wim from the one I have downloaded from MS and now everything is working perfectly. Most importantly "NO EULA WINDOW". And yes, I had to change the setup.exe of sources folder as well, Boot.wim and setup.exe should be from the same OS.
  8. Ok I guss there is some problem with my boot.wim, I have done some customization in the boot.wim so only it is creating trouble, I did try with with default boot.wim downloaded from official website and my xml worked perfectly (no EULA window), now I have to figure out what is forcing that EULA window to appear. I remember once I tried to integrate xml using Windows 7 toolkit that might have created the problem. I have a related question, I have actually created a SP1 disk (captured install.wim) from RTM by reverse integration now I want to know can I use boot.wim of the SP1 OS I have downloaded from MS or I have to use the same boot.wim of RTM only?
  9. I am talking about EULA only, MaxXPSoft has asked me about wireless network and I replied to his query only. I have no problem of EULA in OOBE, the window is appearing during the setup only. And yes you are right, you mean "<AcceptEula>true</AcceptEula>"? Please see my Autounattend.xml I have posted.
  10. I do have a wifi modem and I don't want that window to appear during my installation. I think its a better idea not to remove it.
  11. OMG, How come I didn't see this thread for so long. Just downloaded. I have seen some interesting feature listed here.
  12. I hope you have not messed with setup.exe of sources folder.
  13. Unable to skip the Licence window, Please see the screenshot (not from my OS as it doesn't appear in Vmware it only appears on actual machine) I am talking about this window: Here is my xml: <?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>en-US</UILanguage> </SetupUILanguage> <InputLocale>0409:00000409</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-US</UserLocale> </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"> <Diagnostics> <OptIn>false</OptIn> </Diagnostics> <DiskConfiguration> <WillShowUI>Always</WillShowUI> </DiskConfiguration> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <VerticalResolution>768</VerticalResolution> <RefreshRate>60</RefreshRate> </Display> <DynamicUpdate> <Enable>false</Enable> <WillShowUI>Never</WillShowUI> </DynamicUpdate> <ImageInstall> <OSImage> <WillShowUI>Always</WillShowUI> <InstallToAvailablePartition>true</InstallToAvailablePartition> </OSImage> </ImageInstall> <UserData> <AcceptEula>true</AcceptEula> <FullName>Team_ARC</FullName> <Organization>Team_ARC</Organization> </UserData> <EnableFirewall>true</EnableFirewall> </component> </settings> <settings pass="specialize"> <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"> <DisableOOBAccelerators>true</DisableOOBAccelerators> <DisableFirstRunWizard>true</DisableFirstRunWizard> <EnableLinksBar>false</EnableLinksBar> <FilterLevel>Medium</FilterLevel> <Home_Page>http://www.google.co.in</Home_Page> <BlockPopups>yes</BlockPopups> <SuggestedSitesEnabled>false</SuggestedSitesEnabled> <PlaySound>True</PlaySound> <ShowInformationBar>true</ShowInformationBar> <ShowMenuBar>true</ShowMenuBar> </component> <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"> <ComputerName>Alaska-PC</ComputerName> </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>0409:00000409</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-US</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"> <RegisteredOwner>Team_ARC</RegisteredOwner> <TimeZone>India Standard Time</TimeZone> <AutoLogon> <Enabled>true</Enabled> <LogonCount>3</LogonCount> <Username>Administrator</Username> <Password> <Value>UABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> </AutoLogon> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <ProtectYourPC>3</ProtectYourPC> </OOBE> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>UABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> <DisplayName>Administrator</DisplayName> <Name>Administrator</Name> <Group>Administrators</Group> </LocalAccount> </LocalAccounts> </UserAccounts> </component> </settings> </unattend> <!-- Key already integrated -->
  14. Can you please elaborate further, I have extracted the driver.exe, there were only only four inf files and I tried all of them but none of them is working I got this msg on three occasions: "Failed to install the driver on any of the devices on the system: No more date is available." And one was autorun.inf.
  15. Thanks mate it worked like charm. Thank you very much.
  16. Cheers I have already tried this but it is not recording the installation. There is no iss file in C drive, I used "/r /f1"C:\setup.iss"
  17. I am looking for silent switch for Intel HD Graphic Driver, here is the link: http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&DwnldID=20391 Thanks in advance.
  18. Ok means you admit that you are not copying you just stole his work, right mate? True but it is definitely WRONG if you are trying to take credit of someone else's work, FOR YOUR KIND INFORMATION.
  19. ha ha ha, we have been waiting for v3 from last 8 months or so, only ben can tell, when he would release that version. See this thread: http://www.rtwincustomize.net/web/index.php?/topic/8767-update-on-v30-from-the-rt7lite-forum/
  20. I would request mods to please pin this thread.
  21. This is clearly a punishable offence. What a KID he is??????????? Yes, he is a kid, see the screenshot.
  22. Thanks once again mate, I would try it and let you know.
  23. Thanks mate, If I set Autologon value to 3 it will not try to log on automatically after 3 times, you have set this value to 3 because OS reboot for 3 times during the entire installation? And regarding key, can I use "/image/index" at the both the places i.e. in user data of International-core-winpe and product key in user data, as I have already integrated the key in the wim itself.
  24. I have some problem with my xml, please help me MaxXPoft or myselfidem, I have taken myselfidem's autounattend.xml and modified it, but I am still facing some problem, please help me with following issues; 1. EULA window is still appearing, I can't post screenshot as it is only appearing on actual machine but not in virtual machine. 2. I see a Blank window just after OOBE animation for about 15-20 secs 3. I have used autologon but after installation when I set the password for Administrator and reboot, it again try to login automatically, and then I see a msg, of "The username of password is incorrect". How can I rectify my xml so that once I set the password it should not try to login automatically and wait at logon screen for me to enter password, instead for trying to login automatically. My xml is attached herewith. Autounattend.xml
×
×
  • Create New...