Jump to content

jbm

Member
  • Posts

    658
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by jbm

  1. Try the method in this post. I had success with my 64bit nvidia drivers when I couldn't integrate them using other methods. It should work for 32bit.
  2. I'm not sure what your asking? You can use any key you want and if it's the wrong one windows won't install. You'll get a prompt to type in the right one. XXXX-XXXX... won't work if thats what your asking.
  3. stop error x0000007B is inaccessible boot device. My guess is the drivers weren't properly integrated. Can you install XP without problems when you use the F6 method? If you can then thats the problem.
  4. Have you tried the [components] section of winnt.sif? Although I think the programs are still installed so anyone could run the exe and still use them.
  5. you could install wmp10 using runonceex. This was it will be installed after you boot into windows. cmdlines.txt [COMMANDS] "useraccounts.cmd" "RegTweaks.cmd" "runonceex.cmd" runonceex.cmd cmdow @ /HID @ECHO OFF rem PP=%CDROM%\Install\ SET NUMBER=7 SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Programs" /f REG ADD %KEY% /V Flags /t REG_DWORD /D 0x0000003C /f for %%i in (D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: X: Y: Z:) do if exist %%i\win51 set CDROM=%%i REG ADD %KEY%\260 /VE /D "Media Player 10" /f REG ADD %KEY%\260 /V 1 /D "%CDROM%\install\MP10Setup.exe /Q" /f REG ADD %KEY%\265 /VE /D "WinRMSrv" /f REG ADD %KEY%\265 /V 1 /D "%CDROM%\install\wmcsetup.exe /Q" /f
  6. http://unattended.msfn.org/global/cmdlines.htm since no user has logged on yet all the programs installed or reg files merged will be for all users. I use cmdlines.txt to call the cmd file that sets up my runonceex which runs on the next boot.
  7. I got it to work using the instructions in this post http://www.msfn.org/board/index.php?showtopic=49371 with a K8N-E nforce3 MB
  8. Whats the error?
  9. I use an OEM version that has to be activated so I don't think the retail version would be any different. The only difference is the retail can do an upgrade where the OEM can't
  10. When you start nero exit the new compilation if it comes up. Then click on the record menu at the top and choose burn image. You can click on filetypes but I think it should allready be set to image files. Is your computer set to show extentions if its not maybe thats the problem. What is the name of the file? it should end in .iso To show extentions open my computer click on tools then view and uncheck hide extentions of known files types. Click apply then click apply this to all folders and click ok.
  11. It worked, good job Edit: I'm using a K8NE-DLX Nforce3 MB
  12. False positive is when the virus scanner is telling you, you have a problem when you don't. The reason I gave you that link is it had instructions to remove it manually. Also you could check an see if you had the files and thing it mentioned on you PC. But I'm glad you got it fixed
  13. Where did you get this file? Anyway it's not the right one. The correct file is found here http://www.microsoft.com/windowsxp/64bit/e...tion/trial.mspx
  14. Turn off computer nplug the power and data cables from the seagate drive. Install XP to the raptor. Assign E: to the CDRom drive using disk management (right click on my computer and choose manage). Turn off computer plug the cable back into the seagate drive. boot and it should be set as you wanted. Changing the letter assigned to the Boot drive involves extensive editing of the registry.
  15. Please post back if what I said doesn't work for you. I've only used detachedprogram to run an SFX file that extracts my drivers to be installed. But I haven't tried installing any apps at that point.
  16. I'm not sure I understand your question, but %ProgramFiles% is a default variable which expands to your Program Files directory. Just type set in a command window to see all the variables. If that's not what you wanted, please try to explain more.
  17. Are you sure it's not a false positive? Any way doing a search in google found many links to remove it. Here's one http://securityresponse.symantec.com/avcen...r.graybird.html
  18. No, a data disc wont work. What error do you see when you try to burn an image. When you say all the files, how many do you mean? There should only be one, the about 600MB iso file which is an image of the CD your tring to burn. If you extracted the files from the iso to burn them to a CD that wasn't needed. You can burn them to a bootable CD but you would need the proper boot image, which you can extract from an bootable XP CD using isobuster or similar program. But it's much easier to just burn the iso file to CD using burn image function in Nero.
  19. How did you burn it? In nero all you need to do is choose your recorder. Click on the recorder menu and choose burn image. Then brouse to the iso file. I always check off finalise CD when I burn an iso too. It sound like you burned it as bootable cd using 1.44MB Dos floppy emulation.
  20. could your theme file be changing it? [shell] CustomDefaultThemeFile = "%WinDir%\Resources\Themes\MyDefault.theme"
  21. Anyone know the answer to my question? I think the answer is yes but just wanted to be sure. I guess I should only ask 1 very short question when I email any support center. I sent this email to Promise but they didn't answer the question I was mainly interested in. And they avoided the other, which I expected. Um I guess the answer is no to the second question. Edit: I downloaded these files of of planetamd64.com, I guess I should ask there. Edit: I finally got my answer from Promise afters sending another email The answer is no. Hi Jim We are working on new 64 bit driver support for our Serial RAID SATA cards. Please refer to our website fo announcements of new driver release for our products Email Support Promise Technologies Inc 580 Cottonwood Drive Milpitas, CA 95035 phone: (408) 228 1400 fax: (408) 228 1097 www.promise.com -----Original Message----- From: Jim Manning [mailto:jmanning95@comcast.net] Sent: Thursday, June 23, 2005 12:52 PM To: support@promise.com Subject: tx4200,tx4300 64bit xp beta The beta 64bit drivers you have on your site support the Fastrax tx4000. Will they also support the tx4200 and the tx4300? Also do you plan on providing 64bit drivers for the rest of your products? Especially the SATAII150 TX4 Thanks Jim Manning
  22. At what point is the user/organidation screen shown? Detachedprogram run at T39 right before drivers are installed. You could copy your program to the i386 dir on your cd and edit txtsetup.sif so it's copied to your hd during install. [sourceDisksFiles] myprogram.exe = 1,,,,,,3_,1,0,0,,1,2 this will copy myprogram.exe to the windows dir. then call it with detachedprogam or one of the other methods mentions by Marthax [GuiUnattended] DetachedProgram="%windir%\myprogram.exe"
  23. You should remove your key before posting. But I don't see anything that would cause your problem. And Nois3 is right anything with HKEY_USERS\S-1-5-21-1844237615-746137067-1060284298-1003\Software wont work. It may show up in your registry, but it wont be applied to any users on your machine. Because the SIDs are change each install.
  24. When you say you don't want to use $$, does that mean you don't want to use the $oem$ directory also? Or do you mean you want to run it from the cd and not have it copied to the hard drive? You could call it from cmdlines.txt using a cmd file. Theres also detachedprogram in winnt.sif. The big question is what are you trying to do? Why don't you want to use $$? You could also do a little searching. Reading the guide http://unattended.msfn.org/index.htm might help too.
  25. some other program or reg file your running must be changing it.
×
×
  • Create New...