meigyoku Posted October 8, 2011 Posted October 8, 2011 (edited) Thank for your reply, I check your reply every day because I want to solve this problemOf couse I made WinXP include SATA driver by nlite (I used this WinXP setup.iso to install for many computer successful)I did as you said and saw fail: "A disk read error occurred , Please press ctrl+alt+del to restart" ( alway unsuccessful with other computer with differrence hardware)I think this cause by bootsector fail (I choose "update with bootice") ( I tried with Norton Ghost and Acronis True Image)I made 7 days with many cases but not successful Edited October 11, 2011 by meigyoku
JFX Posted October 9, 2011 Author Posted October 9, 2011 (edited) Ah, thanks think i understand now.Winntsetup creates following boot order:MBR --> PBR --> NTLDR --> Boot.ini --> BOOTSECT.DAT --> $LDR$of course BOOTSECT.DAT will give an error on different hardware.What you can do before capture:- delete NTLDR and boot.ini- rename $LDR$ to NTLDRthis should hopefully solve your problem. Edited March 9, 2013 by JFX
meigyoku Posted October 11, 2011 Posted October 11, 2011 I tried with your help. It's successfull. Thank you alot. You're great!
click-click Posted October 13, 2011 Posted October 13, 2011 (edited) @JFX- GUI upscale on higher Windows DPI settingsVery nice. I wish more developers would take this into consideration when developing an application. I often use apps that don't have a clue about being DPI conform. Most of the time text gets truncated or there is overlap. It seems testing is only done using normal 96 DPI. Windows also offers 120 DPI. I don't know if the developers are too lazy to bother or if they don't know how to code it.What language do you use for codng WinNTsetup and is there a specific function for making the app compatible with different DPI settings?Thanks, will try out the new version tomorrow on an XP build. Edited October 14, 2011 by click-click
JFX Posted October 15, 2011 Author Posted October 15, 2011 (edited) Hi click-click,WinNTSetup, is written mainly in Autoit3. A few months ago, i noticed that it looks awful on Windows with a higher DPI setting.After searching i found a topic: fontgui-resizing.So I changed every GUI coordinates/width,high using a DPI factor. Very Nice if one already have over 150 GUIelements Also added dpiAware entry to the application mainfest. Edited March 9, 2013 by JFX
dksvertix Posted October 16, 2011 Posted October 16, 2011 (edited) But, how do I re-enable System Restore again? I've tried every possible solution I could find on net, even SFC failed.What the hell does WinNTSetup's tweak do and how can I undo it? I had WinNTSetup 1.5 then, there was no red skull mark next to Disable System Restore, so I thought it just does something in registry... Edited October 17, 2011 by dksvertix
JFX Posted October 17, 2011 Author Posted October 17, 2011 (edited) assume you mean a xp install?It does actually nothing special, only disable the sr service[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sr]"Start"=dword:00000004enter this in command prompt:sc config sr start= demand && sc start srShould active System Restore again. Edited March 9, 2013 by JFX
dksvertix Posted October 18, 2011 Posted October 18, 2011 (edited) ****! Now that finally fixed it! There was nothing about that in Google...I'll write that down in case I will ever encounter this again.Thanks a lot!BTW, "d a m n" is a swearword and has to be censored? This is first time. 0.o Edited October 18, 2011 by dksvertix
maanu Posted October 27, 2011 Posted October 27, 2011 hello my dear friend JFX , i have not yet tested your tool , for direct install on usb (for win7) , but in case it is interesting for you , coz i dont know what set of reg entries / fixes you are using currently for using win7 directly from usb , here are the two reg entries , in win7 , which considers as working OK for booting win7 from USB.NOT tested by me, reference thread is here. and reportedly , they are working OK.http://bbs.wuyou.com/viewthread.php?tid=201023&extra=page%3D1 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control] "BootDriverFlags"=dword:00000004 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PnP] "PollBootPartitionTimeout"=dword:00003a98 you can use google translate . Regards,Maanu from Pakistan
JFX Posted October 27, 2011 Author Posted October 27, 2011 (edited) hallo my dear friend,Thanks for that thread. And yes with version 2.1 these both entries are set:[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet???\Control] "BootDriverFlags"=dword:00000006 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet???\Control\PnP] "PollBootPartitionTimeout"=dword:00007530also if you integrate NEC USB3 driver, they get BootFlags assigned. Edited March 9, 2013 by JFX
xpclient Posted November 5, 2011 Posted November 5, 2011 @JFX, very nice tool. One of the annoying limitations of NT 6 setup is you can't install an x64 version from a 32-bit version of Windows. Can you make it a single EXE that can install for example, 64-bit Windows 7 from 32-bit Windows XP?
JFX Posted November 5, 2011 Author Posted November 5, 2011 (edited) Hi xpclient,not sure I understand you right? WinNTSetup2_x86.exe is a standalone exe,that can install from any 32 bit system (at least XP SP1 and higher) all Windows version from Win2000 up to Windows 8 Pre x64.It support installing 64Bit OS form 32 Bit Windows. Edited March 9, 2013 by JFX
xpclient Posted November 5, 2011 Posted November 5, 2011 You mean by starting WinNTSetup2_x86.exe from 32-bit Windows, I can install 64-bit Windows 7??? (Not by starting WinNTSetup2_64.exe)? Then that is what I wanted. Thanks.
JFX Posted November 5, 2011 Author Posted November 5, 2011 (edited) Yes that's right, WinNTSetup2_x86.exe is all you need. WinNTSetup2_x64.exe is thought to run under a 64Bit Winpe, which does not support 32 Bit applications.like:- Erd Commander x64- Recovery Console of Windows 7x64- Windows 7 x64 Setup DVD Edited March 9, 2013 by JFX
maanu Posted November 7, 2011 Posted November 7, 2011 ok JFX , my friend , thank you for the post and confirmation.
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