Jump to content

RT Seven Lite - RC build 1.7.0 and Beta build 2.6.0


Recommended Posts

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.

Link to comment
Share on other sites


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 by bius
Link to comment
Share on other sites

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>

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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:

start_menu_games.jpg

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

rt7lite_bug.jpg

Edited by bius
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...