Jump to content

DaveXP

Member
  • Posts

    1,272
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by DaveXP

  1. Standard/Enterprise are the best for a workstation win2k3
  2. bad luck not the same but i have tracked down the first two parts to that registry there but i cant find the last one for some reason S-1-5-21-1214440339-484763869-682003330-500 my one
  3. Yep i tryed that before never worked for me i even try to track down the poilcy my self but with no luck i must be the most unluck perosn very...
  4. ok i remade the setup.iss file works find but the Driver Polcy Comes up how can i stop this and thanks again for all your help here.
  5. maybe that they are damage in so way that makes the switchs not work i cant think of any other reasons for wat is happening with them are you shaw that they are for your version of Windows XP not the home ones when you need the pro one's
  6. it may be that the swiths are disable by microsoft now when did u download them.
  7. i run it to test it and then it says click next to continue with setup and then the next window and so on it dont work its like a normal setup without the setup.iss maybe i did so thing wrong in the code. ECHO After this Setup Will Re-Restart the Computer... ECHO Installing NVIDIA Video Card Drivers 44_03... start /wait %systemdrive%\install\NVIDIA_4403\Setup.exe -s -f1"%systemdrive%\install\NVIDIA_4403\setup.iss" ECHO. but i am not sure about the code mind.
  8. interesting they should use the /Q /M /Z switchs
  9. very thing the only thing that dont is the antivirus tools should be disable warning i cant work it out.
  10. wat was the icon of it was it just a square with a white middle or was it the other kind they both use different switchs.
  11. Sorry to do this guys but i did wat u said and it did create the setup.iss but it is not unattended hear is the code i use can u see anything wrong with it. ECHO After this Setup Will Re-Restart the Computer... ECHO Installing NVIDIA Video Card Drivers 44_03... start /wait %systemdrive%\install\NVIDIA_4403\Setup.exe -s -f1"%systemdrive%\install\NVIDIA_4403\setup.iss" ECHO.
  12. yes as well as the shared folders in the Shared Documents and some other things around the computer but i am sorry to say the idea is not my as far as i no it was AaronXP idea i just change it to fit wat i need.
  13. i see thanks for all the help guys
  14. seethru try that mate if you do that the nVidia OpenGL drivers dont install corrcetly and i cant play so of my games so must be the other way.
  15. yep the 44.03 win2k/xp international drivers that the one.
  16. in the winnt.sif point to the directory of the drives e.g. OemPnPDriversPath="Drivers\NVIDIA\44.03\;Drivers\Video\Catalyst3_6 Ps. (Dont point to the .inf files as this will not work just to the directory of the drivers like my example and make sure the folder Drivers is in the $OEM$\$1\ folder so it copys to the hard drive and also make sure you have OEMPreinstall=On so the files are copyed to the hard drive.)
  17. ECHO Installing Q814995 start /wait %systemdrive%\install\Hotfixes\Q814995.exe /Q /M /Z ECHO. ECHO Installing KB823980 start /wait %systemdrive%\install\Hotfixes\KB823980.exe /Q /M /Z ECHO. ECHO Installing KB823559 start /wait %systemdrive%\install\Hotfixes\KB823559.exe /Q /M /Z ECHO. ECHO Installing WindowsXP-KB817778-x86-ENU start /wait %systemdrive%\install\hotfixes\WindowsXP-KB817778-x86-ENU.exe /Q /M /Z ECHO. There we go i thinks that all of them use the swiths to install them PS. You do have the right version of the fixes dont you
  18. ECHO Installing KB821253 start /wait %systemdrive%\install\Hotfixes\KB821253.exe /Q /M /Z ECHO. ECHO Installing Q810565 start /wait %systemdrive%\install\Hotfixes\Q810565.exe /Q /M /Z ECHO. That two hop this helps
  19. i dont no if this is stupid or not but i cant get a setup.iss to create for my Nvidia Gforce 4 MX440 Graphics Card and i have tryed the -R swith in Command Promt. Please Help.
  20. OemPnPDriversPath="drivers\modem\ add that to the winnt.sif under unattended that would find them if add more than one set do this OemPnPDriversPath="drivers\modem\;drivers\graphics\" and so on.
  21. Start>Run>Command promt After that copy the directory link in to Command Promt (Or Just Drag the Files in to the Window for Command promt) and press the space bar and type -R and hit enter this will create a setup.iss file in the Windows Directory. DONT CHOSE RESTART TAHT THE END OF THE PROGRAM after setup has finshed copy the setup.iss file to where you need it.
  22. Thanks that a great help with my CD
  23. Hey Guys Does anyone no how to delete a folder in the batch file e.g Shared Music or Sample Pictures Folder. :/
  24. to delete the shortcuts you could do ECHO...deleteing Shortcuts DEL "%systemdrive%\Documents and Settings\UserName\Desktop\Adobe Reader.ink" ECHO. This is an example just change it to the path you need.
×
×
  • Create New...