Jump to content

cje

Member
  • Posts

    31
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by cje

  1. I have found this xml file to work but i omitted the settings switch EG: setup.exe /silentmode /cfg=config.xml /instmfc works fine and everything is enabled.
  2. Does anyone know how to silently install winPcap? I have tried /S and /SILENT but they don't work. Thanks
  3. how would you get the includes to silently install as well? Thanks
  4. yes, you should be able to boot from a dos disk and start winnt.exe in th I386 folder when you copy it over.
  5. it will copy the file to the hard drive while it is copying the other files.
  6. Just making sure of the facts. You do have multiple oses on the cd and don't want the "press any..." First check flyakite's multiboot guide i know it tells you how to do it this is what i remember it to be in the i386 or similar directory on your dvd delete bootfix.bin that should work. (if i remember correctly)
  7. I think more information may help: The permisions on the folder Were set to the user has full access then when it didn't work I Allowed everyone to write to it. The account is a Roaming Profile The home directory is maped The profile share (\\server\profiles\%username%) is specified in the users properties if you need more info please let me know. It is driving me crazy! Thanks
  8. I am having a problem with Profiles on Windows 2000 Advanced Server and Windows XP PRO Clients. It takes a long amount of time to login and does'nt remember my settings and reverts to xp classic settings. The Server box has a fresh load of 2000 ADS on it with Service Pack 4 with updates slipstreamed. Any help would be appreciated
  9. I have tried several Searches on MSFN and google and I can't find the guide to add a right click menu for McAfee to scan for viruses. All the links I have tried say there has been an error? Can someone please direct me to it. Thanks
  10. where can i find this zip file that adds the .net framework to windows pe? also is it for BartPE or MS PE?
  11. Try this website http://drd.dyndns.org/index2.html look under how-tos and the one for ghost. I used it once to create a hidden restore partition using ghost.
  12. When i tried to put knoppix on a multiboot cd with cdshell there was another switch you had to pass to cdimage to get it to work (do a search for knoppix someone found it before). More information on your cd would also be helpful.
  13. DaveXP: Why do you delete the script.cmd at the end?
  14. here are a few errors i have found. 1) Also please ensure that you have placed your Service Pack if any in the root of xpsetup folder and renamed it to SP1.exe or SP2.exe which ever one applys to you. error... Windows cannot find 'svcpack\SP1.exe'. Make sure you typed the name correctly, and the try again. To search... ::==========Checking for Service Pack(s)========== ECHO Looking For Service Pack(s) IF EXIST xpsetup\SP2.exe GOTO :SP2 IF EXIST xpsetup\SP1.exe GOTO :SP1 :SP1 ECHO. ECHO Found Service Pack 1a ECHO Creating Service Pack 1 Slipstream Folder MKDIR SP1 ECHO Extracting SP1a ECHO Please Wait... START /WAIT svcpack\SP1.exe -Q -X:SP1 corrected: START /WAIT xpsetup\SP1.exe -Q -X:SP1 ECHO Extraction Of SP1a Completed ECHO. ECHO SlipStreaming Service Pack 1a ECHO Please Wait... start /wait SP1\Update\Update.exe -q -S:XPCD ECHO Service Pack 1a Successfully Slipstreamed Into XP Distribution Folder ECHO Staring Clean Up Please Wait... ------------------ SP1.exe is in \Unattended_script\xpsetup\SP1.exe comment: it looks like i need to put sp1.exe in 2 directories. NOTE SP2 has same problem when looking at the code. 2)'Please' is not recognized as an internal or external command, operable program or batch file. The system cannot find the file specified. ECHO Staring Clean Up Please Wait... corrected: ECHO Please Wait... RMDIR SP2 corrected: RMDIR SP1 i hope this helps
  15. I think i will discontinue my script and test out davexp's script there is no need for two scripts that do the same thing. But thanks for all the help. I got the rar file working. It helps if i have the correct version of winrar.
  16. davexp: i have downloaded your rar twice and all i get is cdburn.exe extracted. Which Program creates the sif? deploy tools? and where did you get it. thanks
  17. thanks for the quick reply. Now time to figure out how to create a winnt.sif file in the batch and help test yours (thanks for including cdimage, dvdburn, cdburn) you guys are a great help!
  18. what program are you using to make an iso image and cd burning?
  19. I am for just microsoft stuff on the cd but you can make it expandable to include other software as well. I have started working on my own script to expand my knowledge i am using a piece of software from Horst Schaeffer's Software Pages to create mine. One thing i didn't see on either post was a dynamic winnt.sif file for on the fly modification. I am trying to work on this but don't know how far i get. But you do get a good thumbs up from me.
×
×
  • Create New...