bensam56 Posted September 23, 2010 Author Posted September 23, 2010 Just tried out the new 1.5 build. Fantastic work Ben! One thing I noticed (even in previous builds), is that in the Integrations tab when you add applications for the PI Wizard, it saves it to the settings ini, but when loading the ini later, all applications are NOT shown. It's weird because when opening the ini file, it's definitely there.Also, do you think you could add a tab for customizing the Start Menu (see image below)? That would be sweet!I will try to add those things. Yeah I just found that.....if you also add silent switch then it will display the last session apps clearly. If you don't specify a silent switch then its not displaying.
bius Posted September 23, 2010 Posted September 23, 2010 (edited) Hi everyone, i'm used to create custom install from XP and now i'm playing with windows 7 and i have to say rt7lite is fantastic, but i have one problem, i googled and search inside the forum, but i couldnt find any clear answer for my question.my installation run well till the first logon when i cant create or login with any account, there is only two blanck fields the "user"and "password" and i would like to let the option to create an account when the windows is finishing the setup but only this the rest should be Unattended. my setting "Skip user OOBE" is disabled.this is my current autounattended:<?xml version="1.0" encoding="utf-8"?><!--This answer file generated by RT Seven Lite--><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>0409:00020409</InputLocale> <UserLocale>en-US</UserLocale> <UILanguage>en-US</UILanguage> <SystemLocale>en-US</SystemLocale> </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"> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <value>Windows 7 Enterprise</value> </MetaData> </InstallFrom> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> <UserData> <ProductKey> <Key>...</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> </UserData> </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"> <UserAccounts> <LocalAccounts /> </UserAccounts> <OOBE> <NetworkLocation>Home</NetworkLocation> <HideEULAPage>true</HideEULAPage> <ProtectYourPC>3</ProtectYourPC> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>false</SkipUserOOBE> </OOBE> <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet> <TimeZone>W. Europe Standard Time</TimeZone> <Themes> <WindowColor>Frost</WindowColor> </Themes> </component> </settings> <settings pass="specialize"> <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"> <Themes> <WindowColor>Frost</WindowColor> </Themes> </component> <component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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"> <SkipAutoActivation>true</SkipAutoActivation> </component> </settings></unattend> please any advice? Edited September 23, 2010 by bius
myselfidem Posted September 23, 2010 Posted September 23, 2010 (edited) Hello!When you create your local account as administrator and set your password, don't select: Skip user OOBE inside OOBE section!Please delete your key inside your post! Edited September 24, 2010 by myselfidem
bensam56 Posted September 23, 2010 Author Posted September 23, 2010 Hi everyone, i'm used to create custom install from XP and now i'm playing with windows 7 and i have to say rt7lite is fantastic, but i have one problem, i googled and search inside the forum, but i couldnt find any clear answer for my question.my installation run well till the first logon when i cant create or login with any account, there is only two blanck fields the "user"and "password" and i would like to let the option to create an account when the windows is finishing the setup but only this the rest should be Unattended. my setting "Skip user OOBE" is disabled.this is my current autounattended:<?xml version="1.0" encoding="utf-8"?><!--This answer file generated by RT Seven Lite--><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>0409:00020409</InputLocale> <UserLocale>en-US</UserLocale> <UILanguage>en-US</UILanguage> <SystemLocale>en-US</SystemLocale> </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"> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <value>Windows 7 Enterprise</value> </MetaData> </InstallFrom> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> <UserData> <ProductKey> <Key>H7X92-3VPBB-Q799D-Y6JJ3-86WC6</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> </UserData> </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"> <UserAccounts> <LocalAccounts /> </UserAccounts> <OOBE> <NetworkLocation>Home</NetworkLocation> <HideEULAPage>true</HideEULAPage> <ProtectYourPC>3</ProtectYourPC> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>false</SkipUserOOBE> </OOBE> <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet> <TimeZone>W. Europe Standard Time</TimeZone> <Themes> <WindowColor>Frost</WindowColor> </Themes> </component> </settings> <settings pass="specialize"> <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"> <Themes> <WindowColor>Frost</WindowColor> </Themes> </component> <component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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"> <SkipAutoActivation>true</SkipAutoActivation> </component> </settings></unattend> please any advice?Make the following as "False" in OOBE section<SkipMachineOOBE>true</SkipMachineOOBE>
boogerlad Posted September 23, 2010 Posted September 23, 2010 What does "Digital Media Devices=True" affect?
RTK999 Posted September 23, 2010 Posted September 23, 2010 i made an unattended install and everything goes fine but the ati drivers didnt install specifically ATI display drivers any other drivers installed fine without problem anybody else had the same issue.
Bilar Crais Posted September 23, 2010 Posted September 23, 2010 What does "Digital Media Devices=True" affect?That means you've effectively selected the item for removal.
Bilar Crais Posted September 23, 2010 Posted September 23, 2010 i made an unattended install and everything goes fine but the ati drivers didnt install specifically ATI display drivers any other drivers installed fine without problem anybody else had the same issue.You need to use a special unattended ATI driver pack...check out this page:http://driverpacks.net/
boogerlad Posted September 23, 2010 Posted September 23, 2010 What does "Digital Media Devices=True" affect?That means you've effectively selected the item for removal.sorry, I mean, what does the component do?
bius Posted September 23, 2010 Posted September 23, 2010 Make the following as "False" in OOBE section<SkipMachineOOBE>true</SkipMachineOOBE>Thanks bensam56, now my setup is nice just some tuning and will be very nice.but i have other question about loading previous sessions... sometimes when i load a previous session some features are not loaded or change their settings... maybe is my fault, but just in case to let you know.
Bilar Crais Posted September 23, 2010 Posted September 23, 2010 What does "Digital Media Devices=True" affect?That means you've effectively selected the item for removal.sorry, I mean, what does the component do?I'm not sure; probably support for same. But why mess with it? Removing it will yield absolutely no benefit in performance or hard drive footprint. If your goal is to have an installation with the smallest possible footprint, removing natural language support, unnecessary language packs, winsxs cache (being careful to preserve .NET if you need it), tablet pc support, and disabling hibernation and pagefile if not needed will yield the largest reductions.
boogerlad Posted September 23, 2010 Posted September 23, 2010 I did. Not planning on removing it because difference is neglible. I just don't know what it does.
bius Posted September 23, 2010 Posted September 23, 2010 (edited) i'm not sure if a found a bug, but i removed some games from list of features and the shortcut to them are still showing up in start menu see pic below:and i disabled one service (Function Discovery Resource Publication) in rt7lite options, then installed my build and when windows start up it was running...- edit -and other issue, i didn't remove the wallpapers, but i cant choose none of them in Personalization, i'm able to choose only solid colors... but default i get basic theme with the main wallpaper with windows logo.- edit 2 -one possible new option to implement in rt7lite, if possible of course, remove links like this in the pic below. feature was removed and the link to file still there... Edited September 23, 2010 by bius
RTK999 Posted September 24, 2010 Posted September 24, 2010 i made an unattended install and everything goes fine but the ati drivers didnt install specifically ATI display drivers any other drivers installed fine without problem anybody else had the same issue.You need to use a special unattended ATI driver pack...check out this page:http://driverpacks.net/if its a problem of rt lite i prefer to do one myself.thanks anyway.
Bilar Crais Posted September 24, 2010 Posted September 24, 2010 if its a problem of rt lite i prefer to do one myself.thanks anyway.It's not a problem with RT7 Lite.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now