MSFN Forum: Audigy 2 ZS Driver - MSFN Forum

Jump to content



  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Audigy 2 ZS Driver Rate Topic: -----

#1 User is offline   Diabolical82 

  • Member
  • PipPip
  • Group: Members
  • Posts: 145
  • Joined: 22-June 04

Posted 14 August 2004 - 03:19 PM

I found a better way to install Creative Lab's Proprietary Audigy Driver. :thumbup

STEP 1
Download the latest driver and extract the driver.

STEP 2
The folder's name should read "EAX4DRV_AUDIGY2_1_84_50" but keep in mind number change per release.

STEP 3
Look for "Drivers" folder and take that out and rename the folder such as "005_Audigy2ZS" then put it in $OEM$\$1\Drivers

STEP 4
Add the switch in RunOnceEX or Batch

RunOnceEX
REG ADD %KEY%\010 /VE /D "Installing Audigy 2ZS Driver" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Drivers\005_Audigy2ZS\CTZAPXX.exe /S" /f



Batch
ECHO Installing Audigy 2ZS Driver
ECHO Please wait...
start /wait %systemdrive%\Drivers\005_Audigy2ZS\CTZAPXX.exe /S


WinXP should detect driver on next reboot.

It's pretty simple. Let me know if you found any other switches. At least it worked for me. This method should work with Audigy 1, 2, 2ZS. Dunno about rest of other.

For those who still want Creative Control Panel, I made mini-installer that'll add CtPanel to your Control Panel

CtPanel_Silent

no switch are need for CP, just add line like this
%systemdrive%\Drivers\005_Audigy2ZS\CtPanel_Silent.exe




EDIT: Added links for CtPanel


#2 User is offline   Bâshrat the Sneaky 

  • aka Wim Leers
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,214
  • Joined: 29-October 03
  • OS:none specified
  • Country: Country Flag

Posted 15 August 2004 - 03:51 AM

So you CAN silently use CZAPXX.exe!!! :o

I guess it didn't work for me because I don't have a Creative audio card in my system...

Thank you very much!

#3 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 15 August 2004 - 05:32 AM

Thanks for the info. :D
This sure is good news for Creative card owners.

#4 User is offline   pr0digal jenius 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 10-August 04

Posted 15 August 2004 - 02:42 PM

awesome..i'll add that to my disk for sure :)

now maybe my nasty hack for silently 'install' all the creative apps will work, as it has creative drivers/hardware to work with...lol

#5 User is offline   Diabolical82 

  • Member
  • PipPip
  • Group: Members
  • Posts: 145
  • Joined: 22-June 04

Posted 15 August 2004 - 02:55 PM

I only wanted is a driver, none of other garbage and that's why I don't like creative's driver on cd that came with my hardware. It's bloat, and install bunches of stuff that I don't need and annoying flash animation poping up all over screen and nagging about registering. :realmad:

much appericate for your comments and thanks!

#6 User is offline   Bâshrat the Sneaky 

  • aka Wim Leers
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,214
  • Joined: 29-October 03
  • OS:none specified
  • Country: Country Flag

Posted 15 August 2004 - 03:03 PM

Diabolical82, on Aug 15 2004, 10:55 PM, said:

I only wanted is a driver, none of other garbage and that's why I don't like creative's driver on cd that came with my hardware. It's bloat, and install bunches of stuff that I don't need and annoying flash animation poping up all over screen and nagging about registering. :realmad:

much appericate for your comments and thanks!

When you're using the driver's inf file, it installs NOTHING but the driver, not even the control panel! But I assume you DO want the control panel to be installed, don't you?

#7 User is offline   Diabolical82 

  • Member
  • PipPip
  • Group: Members
  • Posts: 145
  • Joined: 22-June 04

Posted 15 August 2004 - 03:26 PM

yeah I do, that way I have control over EAX, THX, Bit Rate eg. 48Khz or 92Khz, and etc. That's why I create mini-installer that'll install CP. ;)

#8 User is offline   Kaspin 

  • Newbie
  • Group: Members
  • Posts: 21
  • Joined: 10-February 04

Posted 16 August 2004 - 02:02 PM

Is Step 4 needed? Does it not read the .inf file and install the base driver through using OemPnPDriversPath="Drivers\005_Audigy2ZS" ??

#9 User is offline   Diabolical82 

  • Member
  • PipPip
  • Group: Members
  • Posts: 145
  • Joined: 22-June 04

Posted 16 August 2004 - 02:06 PM

I've tried pointing it from winnt.sif's OemPnPDriversPath but it doesnt work that way, so I end up using silent install.

OemPnPDriversPath is not required for this to work.

#10 User is offline   Kaspin 

  • Newbie
  • Group: Members
  • Posts: 21
  • Joined: 10-February 04

Posted 17 August 2004 - 02:24 AM

It does work with OemPnPDriversPath :)

I put the entire "EAX4DRV_AUDIGY2_1_84_50" folder into "\$OEM$\$1\Drivers\030_Audio\" (just my usage, and you can probably slim it down some) then in winnt.sif, OemPnPDriversPath="Drivers\030_Audio\Drivers\WDM"
(point to the WDM folder where the .inf files are)

Doesn't install the CPanel of course, so you'll still need to install afterwards.

Attached File(s)



#11 User is offline   Diabolical82 

  • Member
  • PipPip
  • Group: Members
  • Posts: 145
  • Joined: 22-June 04

Posted 17 August 2004 - 04:08 AM

Humm Strange last time I tried, doesn't work out for me. If it work for you then stick with it. :)

By the way, do you put everything in there or just driver containing WDM? I'll try this TMW if I get a chance.

#12 User is offline   Bâshrat the Sneaky 

  • aka Wim Leers
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,214
  • Joined: 29-October 03
  • OS:none specified
  • Country: Country Flag

Posted 17 August 2004 - 08:26 AM

Diabolical82, on Aug 17 2004, 12:08 PM, said:

Humm Strange last time I tried, doesn't work out for me. If it work for you then stick with it. :)

By the way, do you put everything in there or just driver containing WDM? I'll try this TMW if I get a chance.

It DOES work that way, but indeed the control panel won't be installed (working on that one...)

#13 User is offline   Kaspin 

  • Newbie
  • Group: Members
  • Posts: 21
  • Joined: 10-February 04

Posted 17 August 2004 - 09:19 AM

Diabolical82, on Aug 17 2004, 04:08 AM, said:

Humm Strange last time I tried, doesn't work out for me. If it work for you then stick with it. :)

By the way, do you put everything in there or just driver containing WDM? I'll try this TMW if I get a chance.

I put everything (I have room to spare) but I think it should work with just Drivers and all of it's subfolders.

#14 User is offline   knewman01 

  • Junior
  • Pip
  • Group: Members
  • Posts: 50
  • Joined: 17-November 03

Posted 17 August 2004 - 02:58 PM

It did not work for me with just drivers. I'll give the whole folder a go later on.

#15 User is offline   Kaspin 

  • Newbie
  • Group: Members
  • Posts: 21
  • Joined: 10-February 04

Posted 18 August 2004 - 12:26 PM

Ok, I got everything working, including CtPanel.

Download EAX4DRV_AUDIGY2_1_84_50.exe through www.creative.com
extract to $OEM$\$1\Drivers\005_Audigy2ZS
edit winnt.sif and add:
[Unattended]
OemPnPDriversPath="Drivers\005_Audigy2ZS\Drivers\WDM"

That will install the base drivers.

edit RunOnceEx.cmd and add:
IF EXIST %systemroot%\system32\drivers\ctaud2k.sys REG ADD %KEY%\010 /VE /D "Installing Audigy 2ZS CtPanel" /f
IF EXIST %systemroot%\system32\drivers\ctaud2k.sys REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Drivers\005_Audigy2ZS\Drivers\CTZAPXX.exe /S" /f
IF EXIST %systemroot%\system32\drivers\ctaud2k.sys REG ADD %KEY%\010 /V 2 /D "xcopy.exe /y \"%systemdrive%\Drivers\005_Audigy2ZS\Drivers\WDM\COMMON\CtCtrlPan.cpl\" \"%systemroot%\system32\"" /f
IF EXIST %systemroot%\system32\drivers\ctaud2k.sys REG ADD %KEY%\010 /V 3 /D "xcopy.exe /y \"%systemdrive%\Drivers\005_Audigy2ZS\Drivers\WDM\COMMON\CtPanel.exe\" \"%systemroot%\system32\"" /f


The IF EXIST bits makes sure the drivers are installed, so you won't install CtPanel on systems without an Audigy sound card.
We are running CTZAPXX here, because CtPanel will otherwise give an error stating that the drivers aren't installed (even though they really are).
the xcopy parts copy the 2 CtPanel files to \windows\system32\. Windows automaticly checks all .cpl files in system32 and adds them to the control panel.

This post has been edited by Kaspin: 18 August 2004 - 10:10 PM


#16 User is offline   Bâshrat the Sneaky 

  • aka Wim Leers
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,214
  • Joined: 29-October 03
  • OS:none specified
  • Country: Country Flag

Posted 18 August 2004 - 12:32 PM

Kaspin, on Aug 18 2004, 08:26 PM, said:

Ok, I got everything working, including CtPanel.

Download EAX4DRV_AUDIGY2_1_84_50.exe through www.creative.com
extract to $OEM$\$1\Drivers\005_Audigy2ZS
edit winnt.sif and add:
[Unattended]
OemPnPDriversPath="Drivers\005_Audigy2ZS\Drivers\WDM"

That will install the base drivers.

edit RunOnceEx.cmd and add:
IF EXIST %systemroot%\system32\ctaud2k.sys REG ADD %KEY%\010 /VE /D "Installing Audigy 2ZS CtPanel" /f
IF EXIST %systemroot%\system32\ctaud2k.sys REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Drivers\005_Audigy2ZS\Drivers\CTZAPXX.exe /S" /f
IF EXIST %systemroot%\system32\ctaud2k.sys REG ADD %KEY%\010 /V 2 /D "xcopy.exe /y \"%systemdrive%\Drivers\005_Audigy2ZS\Drivers\WDM\COMMON\CtCtrlPan.cpl\" \"%systemroot%\system32\"" /f
IF EXIST %systemroot%\system32\ctaud2k.sys REG ADD %KEY%\010 /V 3 /D "xcopy.exe /y \"%systemdrive%\Drivers\005_Audigy2ZS\Drivers\WDM\COMMON\CtPanel.exe\" \"%systemroot%\system32\"" /f


The IF EXIST bits makes sure the drivers are installed, so you won't install CtPanel on systems without an Audigy sound card.
We are running CTZAPXX here, because CtPanel will otherwise give an error stating that the drivers aren't installed (even though they really are).
the xcopy parts copy the 2 CtPanel files to \windows\system32\. Windows automaticly checks all .cpl files in system32 and adds them to the control panel.

THANK YOU VERY MUCH!!!!

As I said before, I couldn't figure out the switches of CTZAPXX.exe (tried /S, without result) because I don't have a Creative APU. With the next release of my DriverPack Sound Creative's cards will be fully operational!!!!

#17 User is offline   Diabolical82 

  • Member
  • PipPip
  • Group: Members
  • Posts: 145
  • Joined: 22-June 04

Posted 18 August 2004 - 03:22 PM

wow great find!

#18 User is offline   Kaspin 

  • Newbie
  • Group: Members
  • Posts: 21
  • Joined: 10-February 04

Posted 18 August 2004 - 10:12 PM

small update: I got the directory where ctaud2k.sys gets copied to wrong. it goes to \system32\drivers\. So the IF EXIST parts need to be changed to:
IF EXIST %systemroot%\system32\drivers\ctaud2k.sys


I updated my previous post with this change.

#19 User is offline   Diabolical82 

  • Member
  • PipPip
  • Group: Members
  • Posts: 145
  • Joined: 22-June 04

Posted 20 August 2004 - 01:11 AM

your method using XCOPY will work, it basically does same way as my mini-installer by self-extracting files to system32 folder.

The advantages for using my method, there's no need to copy entire folders thus saving fews Megabytes of spaces, the negative: taking little extras time during RunOnceEX, but Kaspin's will be detected during T-39, and copying Control Panel during RunOnceEx will be much quicker than mine. Bashrat's DriverPak should work same way as Kaspin's.

Either use my method or Kaspin or Bashrat's DriverPak will work, I'll leave that up to reader to decide on which method workout the best for them. Considering this case is closed since we've solved the problems.

Cheers!

#20 User is offline   Bâshrat the Sneaky 

  • aka Wim Leers
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,214
  • Joined: 29-October 03
  • OS:none specified
  • Country: Country Flag

Posted 20 August 2004 - 10:53 AM

Could anyone please monitor the changes in the registry after using CTZAPXX.EXE /S ? Cause I can't, I don't have a Creative audio card.

Thank you very much!

(I think I'll be able to remove CTZAPXX.exe, if I know what's changed in the registry)

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy