Jump to content

webmedic

Member
  • Posts

    626
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by webmedic

  1. no I understnad it is supposed to work that way for me on my system I have a motherboard with a promise copntroler that will not work as anything but raid. I'm going to rma it. That is a motherboard issue and not the installer in my case only.
  2. thanks for that also to note that it may be like in my case I have a controler that will only see drives for raid it will not work as a normal hard drive controler. I'm not a big fan of the promise controlers I have seen to many issues with them.
  3. ah that explains it I have tried and you will get problems if you try ot do a 2cd install from cmdlines.txt. There is no way I know if to over come that.
  4. the whole guide is here. http://board.MSFN.org/index.php?showtopic=8363
  5. lol it is not. but you may have set it to something funny in hte raid controler bios. raid 1+0 is mirror and stripping raid. at the same time.
  6. IF EXIST %systemdrive%\install\apps.cmd GOTO RUNBATCH SET CDROM2= IF EXIST D:\install\apps.cmd SET CDROM2=D: IF EXIST E:\install\apps.cmd SET CDROM2=E: IF EXIST F:\install\apps.cmd SET CDROM2=F: IF EXIST G:\install\apps.cmd SET CDROM2=G: IF EXIST H:\install\apps.cmd SET CDROM2=H: IF EXIST I:\install\apps.cmd SET CDROM2=I: IF EXIST J:\install\apps.cmd SET CDROM2=J: IF EXIST K:\install\apps.cmd SET CDROM2=K: IF NOT EXIST %CDROM2%\install\apps.cmd GOTO RUNBATCH ECHO. ECHO Por favor sea paciente mientras se copian los archivos a su disco duro, ECHO esto puede llevar varios minutos. . . . xcopy %CDROM2%\install %systemdrive%\install\ /S /C /Q /H /Y ECHO. :RUNBATCH ECHO. EXIT this should be IF EXIST %systemdrive%\install\apps.inf GOTO RUNBATCH SET CDROM2= IF EXIST D:\install\apps.inf SET CDROM2=D: IF EXIST E:\install\apps.inf SET CDROM2=E: IF EXIST F:\install\apps.inf SET CDROM2=F: IF EXIST G:\install\apps.inf SET CDROM2=G: IF EXIST H:\install\apps.inf SET CDROM2=H: IF EXIST I:\install\apps.inf SET CDROM2=I: IF EXIST J:\install\apps.inf SET CDROM2=J: IF EXIST K:\install\apps.inf SET CDROM2=K: IF NOT EXIST %CDROM2%\install\apps.inf GOTO RUNBATCH ECHO. ECHO Por favor sea paciente mientras se copian los archivos a su disco duro, ECHO esto puede llevar varios minutos. . . . xcopy %CDROM2%\install %systemdrive%\install\ /S /C /Q /H /Y ECHO. :RUNBATCH ECHO. EXIT I also see at the end you are not calling the inf file you need to call it at some point for it ro run. for instance in guirunonce. [GuiRunOnce] Command0="%systemdrive%\WINDOWS\SYSTEM32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %systemdrive%\install\apps.inf"
  7. I may be wrong but hte fasttrack driver is if you are not using raid. I believe . Dont quite me on that. Hold on I'll upload a new cab shortly and you all can try that instead.
  8. hold on a bit I testing and working the bugs out.
  9. does it work just like that or do all the \ marks need ot be repalced and the whole thing put on one line?
  10. could you email the version of nod32 that you are using to me also bah at webmedic dot net
  11. really could you send that file to me? Maybe we can see. xml is not so bad the problem is they can difine it however they want that is the biggest strength of xml and possibly it's biggest weakness also (well as far as regular users are concerned)
  12. I may see if I can help here but I'm kind of busy right now. I would like to see nod32 installed myself.
  13. doing finalizing here and will release a new version shortly.
  14. yea I just a cleanup cmd that goes through and delets it along with ie
  15. did you try using the drivers cab listed above? Also to note by loadeing the ultra.sys and not the fasttrack.sys you are only laoding hte raid controler an dnot the regualr ide ata 133 controler. so if you aren't using raid on that board then it will simply not work.
  16. sure here you go. I kind ofrked toghter a bunch of stuff with it and alos to note it ebuilds from scratch right now. I wanted it to be cmpletely working first before I make it so that you con add only the latest hotfixes to it. I also have anewer version i=of it thatn the one posted in that thread I think. http://board.MSFN.org/index.php?showtopic=8363 here it is
  17. yes I do that also with my inf iinstaller files. post your cmdlines.txt
  18. make shure the directory is there fisrt. To do that do a md to create it.
  19. it's in graphic mode setup about when you hit 13 minutes.
  20. ah ok if that is the case I'm finalizing using an inf for cd swaping right now. There are a few little issues but I'm getting them worked out. Hopefully a day or so and I'll have it working hows that.
  21. I am going to be fireing it up in just a few minutes. I did quite a few updates to myt install and it'll be quite interesting to see what happens. I'll take screenshots for you all again. This is the one I realyl want to see working though. I alos added a bunch of other tweaks this way to so I'm hoping it will work out good.
  22. Are you trying ot authenticate on a domain? If so I dont run domains and so have not tested that. I would be willing to work on it with you though.
  23. yes I have it does allot more now but Icould not remember the thread and so started another one and am going to release a new one soon. Well newer than the ones I have already released.
  24. yes my fault I'm not explaining myself well .I understood you are using subdirs. They can be seen fine from cmdlines.txt. However cmdlines.txt is in a virtual world that lives under $OEM$. It is possible to get outside of that but everything that is not addressed directly will default to someplace under $OEM$. for instance c:\install\apps\myapp\myapp.exe will still get ouside of it but only if you use full paths From guirunonce it has issues accessing dirs that have a $ in the name. I hope I explained better. I must be getting to tired and I'm not explaing well or maybe I'm thinking to fast and not explaining the little bits or something. Again sorry for any missinformation or understanding.
×
×
  • Create New...