Jump to content

MAC-DUFF

Member
  • Posts

    54
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by MAC-DUFF

  1. i got it: i added this part in TXTSETUP.SIF. but i m not really sure which is it exeactly: PCI\VEN_105A&DEV_4D33 = "ultra" ---------------------------------------------------------- PCI\VEN_105A&DEV_4D69 = "ultra" PCI\VEN_1103&DEV_0005 = "hpt3xx" PCI\VEN_1103&DEV_0004&REV_03 = "hpt3xx" PCI\VEN_1103&DEV_0004&REV_04 = "hpt3xx" PCI\VEN_1103&DEV_0004&REV_05 = "hpt3xx" PCMCIA\IBM-PCMCIA_Portable_CD-ROM_Drive-84E2 = "cd20xrnt" PCMCIA\IBM-PCMCIA_Portable_CD-ROM_Drive-84E3 = "cd20xrnt" PCMCIA\IBM-PCMCIA_CD-ROM_DRIVE_CD-400-5AFA = "cd20xrnt" ---------------------------------------------------------- PCMCIA\Y-E_DATA-External_FDD-994B = "lbrtfdc" USB\VID_03EE&PID_0000 = "usbstor"
  2. hi, one customer wants that we install xp on a hp dl 320 g3 server. but everytime we ve gotten a blue screen with error codes like 0x0000007e (no sp) or 0x0000007b (with sp2). but if we take a win2k3 cd there ll be no problems. so, perhaps u can help to name me the files which i have to replace on the xp cd from the 2k3 cd. btw. inside is this raid controller Adaptec HostRAID U320 btw.: i also tried to insert the raid driver on the xp cd cd. cu later
  3. hi, i only want to write a small script for these safeguard installations, that we dont have to confugrate it everytime new on the laptops. i took the description from winmap and it works well with for example 7zip. but now, when i start the script i get this error: Please go to the Control Panel to install and configure system components. function getWin(win, inc) { var cntr = 0; while (!WshShell.AppActivate(win)) { if (cntr==12) return true; cntr++; WScript.Sleep(inc); } return true; } var WshShell = new ActiveXObject("WScript.Shell"); var oExec = WshShell.Exec("setup.exe"); while (oExec.Status == 0) { WScript.Sleep(2000); getWin("SafeGuard Easy Setup", 500); } WScript.quit(); and is it possible to give a long path like \setup1\setup.exe? so, hope someone can help me bse
  4. hi, i dont know if there is any sp but i think to remeber that me isnt a os and it was a joke from microsoft.
×
×
  • Create New...