voidphoenix Posted July 16, 2010 Posted July 16, 2010 Hi all. Just registered, this is my first post, but I've been lurking for a couple of weeks. I've been using RT7Lite to install W7 on a couple of netbooks, and it's been extremely useful. I did find a small bug.Host system: Windows 7 64-bit EnterpriseRT 7 Lite version: 1.0.9Target system: Windows 7 32-bit EnterpriseSteps to replicate:1. Use RT7Lite to remove any component (I removed a language)2. Apply and Commit the change3. Make an ISO4. Install on a test machine (physical or virtual)5. Go to Control Panel->System and Security->System->Allow remote access OR Control Panel->System and Security->System->Advanced system settings->Remote6. Enable Remote Desktop7. Go to Control Panel->System and Security->Windows Firewall->Advanced Settings->Inbound Rules*** 8. Scroll down, the item named "Remote Desktop (TCP-In)" in the "Remote Desktop" group will be missing*** 9. Click on "New Rule...", select Predefined, the Remote Desktop item will be missing from the drop-down list.Although the specific bug itself is easy to correct by creating a custom rule, there's no reason the entry should disappear from Windows Firewall, especially since all I did was to remove a language. It's an indication of some unwanted interaction occurring during the modification of the install files, and whatever it is may be creating other bugs that we just haven't seen yet. I'll keep testing and report back if I find anything else amiss.Anyway, I'd like to thank ben for a really useful tool. Awesome job, dude.
Sydnelson Posted July 17, 2010 Posted July 17, 2010 (edited) Alll works fine to me but Themes\Personalization options is missing from my custom windows version.How options I nee to keep to maintain, themes, personalization and Aero effects?I have attached my Lastsession.inf.Other problem is on first Logon. I always need to restart windows in safe mode, create a account and then log with it. How RT7 Lite can create a new account? I can do it in Autounattend.xml too right??Anyway thanks for this great programLastsession1.inf Edited July 17, 2010 by Sydnelson
Tomorrow Posted July 17, 2010 Posted July 17, 2010 (edited) I can do it in Autounattend.xml too right??Yes:<UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <PlainText>False</PlainText> <Value>UABhAHMAcwB3AG8AcgBkAA==</Value> </Password> <Group>Administrators</Group> <DisplayName>MyName</DisplayName> <Name>MyName</Name> </LocalAccount> </LocalAccounts></UserAccounts>This adds administrator account with blank password.You must run this after install to prevent password expiration:net accounts /maxpwage:unlimited Edited July 17, 2010 by Tomorrow
Bilar Crais Posted July 17, 2010 Posted July 17, 2010 I have attached my Lastsession.inf.I'm not seeing your attachment. Can you try again?
Sydnelson Posted July 17, 2010 Posted July 17, 2010 I have attached my Lastsession.inf.I'm not seeing your attachment. Can you try again?Done
jaykay Posted July 17, 2010 Posted July 17, 2010 (edited) hi,i'm getting this error: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.************** Exception Text **************System.UnauthorizedAccessException: Access to the path 'C:\Users\Jaykay\AppData\Local\Temp\RT_mount\Windows\winsxs\pending.xml' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.Delete(String path) at RTWin7Lite.RT7LiteHome.btn_log_Commit_Click(Object sender, EventArgs e) in D:\Ben\4-8-2010\Final_state\RTWin7Lite\RTWin7Lite\RT7LiteHome.vb:line 3225 at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)************** Loaded Assemblies **************mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll----------------------------------------RTWin7Lite Assembly Version: 1.1.0.0 Win32 Version: 1.1.0.0 CodeBase: file:///C:/Program%20Files/RT%207%20Lite/RTWin7Lite.exe----------------------------------------Microsoft.VisualBasic Assembly Version: 8.0.0.0 Win32 Version: 8.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll----------------------------------------System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll----------------------------------------System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll----------------------------------------System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll----------------------------------------System.Runtime.Remoting Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll----------------------------------------RTWin7Lite.resources Assembly Version: 1.1.0.0 Win32 Version: 1.1.0.0 CodeBase: file:///C:/Program%20Files/RT%207%20Lite/de-DE/RTWin7Lite.resources.DLL----------------------------------------RTWin7Lite.resources Assembly Version: 1.1.0.0 Win32 Version: 1.1.0.0 CodeBase: file:///C:/Program%20Files/RT%207%20Lite/en-US/RTWin7Lite.resources.DLL----------------------------------------System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll----------------------------------------System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll----------------------------------------mscorlib.resources Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll----------------------------------------Accessibility Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll----------------------------------------************** JIT Debugging **************To enable just-in-time (JIT) debugging, the .config file for thisapplication or computer (machine.config) must have thejitDebugging value set in the system.windows.forms section.The application must also be compiled with debuggingenabled.For example:<configuration> <system.windows.forms jitDebugging="true" /></configuration>When JIT debugging is enabled, any unhandled exceptionwill be sent to the JIT debugger registered on the computerrather than be handled by this dialog box.i disabled (on the right side of feature removal) games, media features and tablet pcif you need any further infos, please tell me Edited July 17, 2010 by jaykay
Sydnelson Posted July 17, 2010 Posted July 17, 2010 I can do it in Autounattend.xml too right??Yes:<UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <PlainText>False</PlainText> <Value>UABhAHMAcwB3AG8AcgBkAA==</Value> </Password> <Group>Administrators</Group> <DisplayName>MyName</DisplayName> <Name>MyName</Name> </LocalAccount> </LocalAccounts></UserAccounts>This adds administrator account with blank password.You must run this after install to prevent password expiration:net accounts /maxpwage:unlimitedThank you. Works like a charm.Now I need to know about Personalization\Themes feature...
Bilar Crais Posted July 17, 2010 Posted July 17, 2010 DoneFrom Microsoft:"This behavior is by-design, as Home Basic does not have themes support."http://support.microsoft.com/kb/2005592
aviv00 Posted July 18, 2010 Posted July 18, 2010 (edited) gr8 i really want to use but i cant save my work and continue it later could u make the saving of the inf file before applying ? Edited July 18, 2010 by aviv00
Bilar Crais Posted July 18, 2010 Posted July 18, 2010 gr8 i really want to use but i cant save my work and continue it later could u make the saving of the inf file before applying ?I thought that issue was resolved in this build. Have you looked at the release notes?
Sydnelson Posted July 18, 2010 Posted July 18, 2010 (edited) DoneFrom Microsoft:"This behavior is by-design, as Home Basic does not have themes support."http://support.microsoft.com/kb/2005592Ohhh GOD I forgot that. Thanks for help anyway.Than can I remove all visual effects and aero support with RT7Lite right? Edited July 18, 2010 by Sydnelson
aviv00 Posted July 18, 2010 Posted July 18, 2010 (edited) gr8 i really want to use but i cant save my work and continue it later could u make the saving of the inf file before applying ?I thought that issue was resolved in this build. Have you looked at the release notes?well i saw so i installed it and tested it so far the inf dont exist yeti see in here C:\Program Files\RT 7 Lite the inf filei looked at C:\Program Files\RT 7 Lite\Preset dir thxedit:dont understand it i change few things and its NOT changed to inf file Edited July 18, 2010 by aviv00
Bilar Crais Posted July 18, 2010 Posted July 18, 2010 Than can I remove all visual effects and aero support with RT7Lite right?My fear would be that you'd lose basic theme support. Then you'd likely be looking at Windows Classic. My suggestion would be to leave as is...removing themes and the like would save practically nil on your hard drive foot print.
myselfidem Posted July 18, 2010 Posted July 18, 2010 (edited) Hello bensam56 I've made some little changes inside the file resource.fr-FR.zip (one end line missing fixed!)resource.fr-FR.zipI see that some lines were not translated by me!? (see attachment)I've not these lines inside resource.en-US.txt!Could you give me for translation, please? Because it's not a good French translation!!ThanksRegards Edited July 18, 2010 by myselfidem
Bilar Crais Posted July 18, 2010 Posted July 18, 2010 dont understand it i change few things and its NOT changed to inf fileAre you looking at the inf while the program is open, or after you've exited the program? It's my understanding that changes are only written after the program is closed.
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