Jump to content

atakan_1907

Member
  • Posts

    21
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Turkey

About atakan_1907

atakan_1907's Achievements

0

Reputation

  1. I build it to use at the first line of runonceex file. Simply call it checkDics.exe E:\WIN51 It control drive E and \win51 file (or another file you set) and alerts if its not found. Prevents "File not found" errors while runonceex or somewhere else. Not too professional but usefull Download here!
  2. I think the problem was the devicepath value overflow. On my cd it becomes about 18000 chars! I read that it can not exceed 4096 char limit. Now i turned my setup to Drivers from cd : simple method and all ok.
  3. Hi, I used drivers from cd method, put drivers in seperate folders and into cd:\drv; put presetup and modded setup.ex_ in i386 put drvsignpol. and setdevpath in cd:\drv and set presetup.cmd like that: set tagfile=\WIN51 for %%i in (c d e f g h i j) do if exist "%%i:%tagfile%" set CDDRIVE=%%i: %CDDRIVE% cd drv SetDevicePath.exe %CDDRIVE%\DRV start WatchDriverSigningPolicy.exe %SystemDrive% cd %SystemRoot%\system32 ren setup.exe setupold.exe ren setupORG.exe setup.exe start /WAIT setup.exe %* and it runs OK setdevicepath.exe runs OK watchdriverspol OK and when i checked registry while gui-setup, hklm\sw\mic\win\cV\devicepath has %cd%(d:)\drv\... paths OK but when gui mode device install stage, they dont installed. What's the problem??? I'm using wxp sp3 I recently added some textmode ahci drivers using nlite. Can this prevent my drivers on cd? Help me please!
  4. I love editplus. And now it's better with unattended installation Only thing you should do is installing ep3 normally, registering it and copying your own [HKEY_CURRENT_USER\Software\ES-Computing\EditPlus 3\Install] --> licensekey into "EditPlus3_license.reg" file. Then you can run "setup.bat". It works OK for my pc. Download here! <-- fixed right-click menu
  5. Yeah! You were right. It takes effect after reboot. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Control Panel\Desktop] "FontSmoothing"="2" "FontSmoothingOrientation"=dword:00000001 "FontSmoothingType"=dword:00000002 "FontSmoothingGamma"=dword:000004b0 "CTTuneMakeSettingsDefault"=dword:00000000
  6. Hi, Thanks for replies. I tried all your suggestions but nothing happened. I also used registry watch to determine the changes when ct is on and off. As we say, it depends on fontsmoothingtype. But when i set it to 2, nothing happens. Then i'm turning it from ct utility, it turns it on but nothing changes in registry. I don't understand
  7. Hi, I downloaded ms cleartype utility and opened it. Works ok. But i want to add it to my unattended cd. I cant make it work from registry. [HKEY_USERS\.DEFAULT\Control Panel\Desktop] "FontSmoothing"="2" "FontSmoothingOrientation"=dword:00000001 "FontSmoothingType"=dword:00000002 "FontSmoothingGamma"=dword:000004b0 "CTTuneMakeSettingsDefault"=dword:00000000 this is not working. How to i control it?
  8. my code is "select a,b,c,d,e,sum(f) from table group by a,b,c,d,e having sum(f)>0" and i want to add a meaning of "where x='bla bla'" to this. how can i do that? i searched web but couldn't find an answer. how can i do friends...
  9. ok ok calm down men Then you are doing it wrong plain and simple, this always works for me. Did you read the my Guide I have done at least 10 test install since i wrote that and have never had any problems. How can 4 easy steps be so hard for you to do? 1:\ Mod you file, this means to make changes 2:\ makecab the file, this is the format for compression 3:\ place the mod file in the Ua Source, this is what you are installing 4:\ It installs this way. I do this to allow the mod file during install, I have change all the False to true.
  10. ok. now i understood. i didnt do it with using pe module explorer. i used reshacker. could you give a link to your program? it looks more useful. and finally thank you.
  11. yihhhhaaaaaaa gunsmokingman's way is not working i did it with a different way. put your modified explorer.exe file in %systemdrive%\example\ in a run once cmd file write and that's all i am very very happy now. hah hahh you can try easily.
  12. thanks but the original explorer.exe in i386 is not compressed. why we compress it? i did the change. but i couldnt combine the file in xp cd
×
×
  • Create New...