Jump to content

rpsbp

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About rpsbp

rpsbp's Achievements

0

Reputation

  1. No Go I'm not sure when you're running PromptKey.vbs, but if it's during Windows setup you'll need to use cscript as wscript is not available yet. [SM] CMD="Cscript promptkey.vbs XXXXX-XXXXX-XXXXX-XXXXX-XXXXX" I think this might work. you can also try with wscript if cscript does not work.
  2. How about this: IF EXIST %D%ha10kx2k.sys ( IF EXIST %S%\SBXFi.ico ( IF EXIST %D%ha20x2k.sys ( IF EXIST %C%CR\1\setup.ex_ ( EXPAND -R %C%CR\1\*.* %C%CR\1\ EXPAND -R %C%CR\1\common\*.* %C%CR\1\common EXPAND -R %C%CR\1\common\i386\*.* %C%CR\1\common\i386 EXPAND -R %C%CR\1\lang\*.* %C%CR\1\lang EXPAND -R %C%CR\1\lang\i386\*.* %C%CR\1\lang\i386 EXPAND -R %C%CR\1\win2k_xp\*.* %C%CR\1\win2k_xp EXPAND -R %C%CR\1\win2k_xp\data\*.* %C%CR\1\win2k_xp\data EXPAND -R %C%CR\1\win2k_xp\i386\*.* %C%CR\1\win2k_xp\i386 DEL /Q %C%CR\1\*.??_ DEL /Q %C%CR\1\common\*.??_ DEL /Q %C%CR\1\common\i386\*.??_ DEL /Q %C%CR\1\lang\*.??_ DEL /Q %C%CR\1\lang\i386\*.??_ DEL /Q %C%CR\1\win2k_xp\*.??_ DEL /Q %C%CR\1\win2k_xp\data\*.??_ DEL /Q %C%CR\1\win2k_xp\i386\*.??_ ) START %C%CR\1\CTZAPXX.exe /S ) ) ELSE ( IF EXIST %C%CR\2\Ctzapxx.in_ ( EXPAND -R %C%CR\2\*.* %C%CR EXPAND -R %C%CR\2\common\*.* %C%CR\2\common EXPAND -R %C%CR\2\common\i386\*.* %C%CR\2\common\i386 EXPAND -R %C%CR\2\lang\*.* %C%CR\2\lang EXPAND -R %C%CR\2\lang\i386\*.* %C%CR\2\lang\i386 EXPAND -R %C%CR\2\win2k_xp\*.* %C%CR\2\win2k_xp EXPAND -R %C%CR\2\win2k_xp\data\*.* %C%CR\2\win2k_xp\data EXPAND -R %C%CR\2\win2k_xp\i386\*.* %C%CR\2\win2k_xp\i386 DEL /Q %C%CR\2*.??_ DEL /Q %C%CR\2\common\*.??_ DEL /Q %C%CR\2\common\i386\*.??_ DEL /Q %C%CR\2\lang\*.??_ DEL /Q %C%CR\2\lang\i386\*.??_ DEL /Q %C%CR\2\win2k_xp\*.??_ DEL /Q %C%CR\2\win2k_xp\data\*.??_ DEL /Q %C%CR\2\win2k_xp\i386\*.??_ ) COPY /Y %C%\CR\2\common\i386\CtCtlPan.cpl %S% > NUL COPY /Y %C%\CR\2\common\i386\CtPanel.exe %S% > NUL START %C%CR\2\CTZAPXX.exe /S ) )
  3. TRY THIS ------------------- I think I found he way to make X-Fi works great. First, download Driver 2.07.0004 from Creative.com and Extract the file. Then, integrate the driver with method 1 into D\S\CR\1. Note: "setup.ini" is missing inside D\S\CR\1\ , D\S\CR\1\AudCon\CTShared\ , and D\S\CR\1\AudCon\CTShared\CTRedist\Cadi\ directory. Replace it with the one from downloaded driver. Enter this setup script: [InstallShield Silent] Version=v7.00 File=Response File [File Transfer] OverwrittenReadOnly=NoToAll [{64F6CD06-3F31-4693-8F24-4471B4BA4242}-DlgOrder] Dlg0={64F6CD06-3F31-4693-8F24-4471B4BA4242}-SprintfBox-0 Count=3 Dlg1={64F6CD06-3F31-4693-8F24-4471B4BA4242}-LICENSE_DLG-0 Dlg2={64F6CD06-3F31-4693-8F24-4471B4BA4242}-SdFinishReboot-0 [{64F6CD06-3F31-4693-8F24-4471B4BA4242}-SprintfBox-0] Result=1 [{64F6CD06-3F31-4693-8F24-4471B4BA4242}-LICENSE_DLG-0] Result=1 [{64F6CD06-3F31-4693-8F24-4471B4BA4242}-SdFinishReboot-0] Result=1 BootOption=0 Name it to setup.iss and save to D\S\CR\1 directory to make Audio Console install silent. It is not perfect jet so If someone know how to make it really silent that should be great. For winnt.sif, replace D\S\CR\1 with D\S\CR\1\Drivers\wdm. For BTS_DPs_finish.cmd, put this REM #################################### REM DriverPack Sound A REM #################################### SET C=%DPS%\S\ REM ######################## IF EXIST %D%ha10kx2k.sys ( IF EXIST %D%ha20x2k.sys ( IF EXIST %S%\SBXFi.ico ( IF EXIST %C%CR\1\setup.ex_ ( EXPAND -R %C%CR\1\*.* %C%CR\1 EXPAND -R %C%CR\1\AudCon\*.* %C%CR\1\AudCon EXPAND -R %C%CR\1\AudCon\CTShared\CTRedist\Cadi\*.* %C%CR\1\AudCon\CTShared\CTRedist\Cadi EXPAND -R %C%CR\1\Drivers\*.* %C%CR\1\Drivers EXPAND -R %C%CR\1\Drivers\support\amd64\*.* %C%CR\1\Drivers\support\amd64 EXPAND -R %C%CR\1\Drivers\support\i386\*.* %C%CR\1\Drivers\support\i386 EXPAND -R %C%CR\1\Drivers\wdm\*.* %C%CR\1\Drivers\wdm EXPAND -R %C%CR\1\Drivers\wdm\common\*.* %C%CR\1\Drivers\wdm\common EXPAND -R %C%CR\1\Drivers\wdm\common\i386\*.* %C%CR\1\Drivers\wdm\common\i386 EXPAND -R %C%CR\1\Drivers\wdm\common\amd64\*.* %C%CR\1\Drivers\wdm\common\amd64 EXPAND -R %C%CR\1\Drivers\wdm\lang\*.* %C%CR\1\Drivers\wdm\lang EXPAND -R %C%CR\1\Drivers\wdm\lang\i386\*.* %C%CR\1\Drivers\wdm\lang\i386 EXPAND -R %C%CR\1\Drivers\wdm\lang\amd64\*.* %C%CR\1\Drivers\wdm\lang\amd64 EXPAND -R %C%CR\1\Drivers\wdm\win2k_xp\*.* %C%CR\1\Drivers\wdm\win2k_xp EXPAND -R %C%CR\1\Drivers\wdm\win2k_xp\data\*.* %C%CR\1\Drivers\wdm\win2k_xp\data EXPAND -R %C%CR\1\Drivers\wdm\win2k_xp\i386\*.* %C%CR\1\Drivers\wdm\win2k_xp\i386 EXPAND -R %C%CR\1\Drivers\wdm\win2k_xp\amd64\*.* %C%CR\1\Drivers\wdm\win2k_xp\amd64 DEL /Q %C%CR\1\*.?_ DEL /Q %C%CR\1\*.??_ DEL /Q %C%CR\1\*.???_ DEL /Q %C%CR\1\AudCon\*.??_ DEL /Q %C%CR\1\AudCon\CTShared\CTRedist\Cadi\*.??_ DEL /Q %C%CR\1\Drivers\*.??_ DEL /Q %C%CR\1\Drivers\support\amd64\*.??_ DEL /Q %C%CR\1\Drivers\support\i386\*.??_ DEL /Q %C%CR\1\Drivers\wdm\*.??_ DEL /Q %C%CR\1\Drivers\wdm\common\*.??_ DEL /Q %C%CR\1\Drivers\wdm\common\i386\*.??_ DEL /Q %C%CR\1\Drivers\wdm\common\amd64\*.??_ DEL /Q %C%CR\1\Drivers\wdm\lang\*.??_ DEL /Q %C%CR\1\Drivers\wdm\lang\i386\*.??_ DEL /Q %C%CR\1\Drivers\wdm\lang\amd64\*.??_ DEL /Q %C%CR\1\Drivers\wdm\win2k_xp\*.??_ DEL /Q %C%CR\1\Drivers\wdm\win2k_xp\data\*.??_ DEL /Q %C%CR\1\Drivers\wdm\win2k_xp\i386\*.??_ DEL /Q %C%CR\1\Drivers\wdm\win2k_xp\amd64\*.??_ ) STart /WAIT %C%CR\1\Drivers\support\i386\CTZAPXX.exe /S START /WAIT %C%CR\1\setup.exe /S ) ) ) If you don't want to install Audio Console then delete "START /WAIT %C%CR\1\setup.exe /S" line. The directory should look like this:
  4. I try BTS_DriverPacks_BASE_V6034 with DriverPack_Sound_A_V603 and the Audio Control Panel still not work I got the new driver from Creative and the Audio Control Panel doesn't not work also. -=+UPDATE+=- I just install the orginal X-Fi driver cd and there is no Audio Control Panel inside the Control Panel except the Audio Console. I think this sound card might not come with Audio Control Panel. For the ctzapxx.exe, it should be in CR\1\support\i386 directory. The one in DriverPack_Sound_A_V603 is not working.
  5. Will this driver work great with slipstream method 1 too? I hope Bâshrat can fix this problem soon.
  6. Fail to install first try. After that, I changed those .in_ files back to .ini inside the D\S\CR\1 but it didn't help much. I saw a lot of command prompt and warning massage windows popup during the installation. After finish installing windows xp, the X-Fi device was disable. Without compress or cab driver, it works OK. =========== PCI devices =========== PCI\VEN_1002&DEV_7109&SUBSYS_0B121002&REV_00\4&243D7BD0&0&0070: Radeon X1800 Series PCI\VEN_1002&DEV_7129&SUBSYS_0B131002&REV_00\4&243D7BD0&0&0170: Radeon X1800 Series Secondary PCI\VEN_1022&DEV_1100&SUBSYS_00000000&REV_00\3&2411E6FE&0&C0: PCI standard host CPU bridge PCI\VEN_1022&DEV_1101&SUBSYS_00000000&REV_00\3&2411E6FE&0&C1: PCI standard host CPU bridge PCI\VEN_1022&DEV_1102&SUBSYS_00000000&REV_00\3&2411E6FE&0&C2: PCI standard host CPU bridge PCI\VEN_1022&DEV_1103&SUBSYS_00000000&REV_00\3&2411E6FE&0&C3: PCI standard host CPU bridge PCI\VEN_104C&DEV_9066&SUBSYS_AB9013D1&REV_00\4&13699180&0&3848: 802.11g Wireless PCI Card PCI\VEN_10DE&DEV_0050&SUBSYS_00000000&REV_A3\3&2411E6FE&0&08: PCI standard ISA bridge PCI\VEN_10DE&DEV_0052&SUBSYS_CB8410DE&REV_A2\3&2411E6FE&0&09: NVIDIA nForce PCI System Management PCI\VEN_10DE&DEV_0053&SUBSYS_CB8410DE&REV_A2\3&2411E6FE&0&30: NVIDIA nForce4 Parallel ATA Controller PCI\VEN_10DE&DEV_0054&SUBSYS_CB8410DE&REV_A3\3&2411E6FE&0&38: NVIDIA nForce4 ADMA Controller PCI\VEN_10DE&DEV_0055&SUBSYS_CB8410DE&REV_A3\3&2411E6FE&0&40: NVIDIA nForce4 ADMA Controller PCI\VEN_10DE&DEV_005A&SUBSYS_CB8410DE&REV_A2\3&2411E6FE&0&10: Standard OpenHCD USB Host Controller PCI\VEN_10DE&DEV_005B&SUBSYS_CB8410DE&REV_A3\3&2411E6FE&0&11: Standard Enhanced PCI to USB Host Controller PCI\VEN_10DE&DEV_005C&SUBSYS_00000000&REV_A2\3&2411E6FE&0&48: PCI standard PCI-to-PCI bridge PCI\VEN_10DE&DEV_005D&SUBSYS_00000000&REV_A3\3&2411E6FE&0&58: nForce4 PCI-Express Root Port PCI\VEN_10DE&DEV_005D&SUBSYS_00000000&REV_A3\3&2411E6FE&0&60: nForce4 PCI-Express Root Port PCI\VEN_10DE&DEV_005D&SUBSYS_00000000&REV_A3\3&2411E6FE&0&68: nForce4 PCI-Express Root Port PCI\VEN_10DE&DEV_005D&SUBSYS_00000000&REV_A3\3&2411E6FE&0&70: nForce4 PCI-Express Root Port PCI\VEN_10DE&DEV_005E&SUBSYS_00000000&REV_A3\3&2411E6FE&0&00: nForce4 HyperTransport Bridge PCI\VEN_1102&DEV_0005&SUBSYS_00211102&REV_00\4&13699180&0&3048: Creative SB X-Fi 21 matching device(s) found. =========== USB devices =========== USB\ROOT_HUB\4&10CCCEBF&0 : USB Root Hub USB\ROOT_HUB20\4&278E95AA&0 : USB Root Hub USB\VID_046D&PID_C506\6&39BBEED1&0&2 : USB Human Interface Device USB\VID_04B3&PID_3003\6&39BBEED1&0&1 : USB Composite Device USB\VID_04B3&PID_3003&MI_00\7&BD4253A&0&0000 : USB Human Interface Device USB\VID_04B3&PID_3003&MI_01\7&BD4253A&0&0001 : USB Human Interface Device USB\VID_04B3&PID_3004\5&27A050D6&0&2 : Generic USB Hub 7 matching device(s) found.
×
×
  • Create New...