The current installer used for shockwave installs the Yahoo toolbar as well. I picked up from appdeploy.com another installer that doesn't have anything else. Attached is the patch to switch to that installer.
(Last one today, I promise :-) Matt -- Matt Hyclak Department of Mathematics Department of Social Work Ohio University (740) 593-1263
Index: shockwave.bat =================================================================== RCS file: /cvsroot/unattended/unattended/install/scripts/shockwave.bat,v retrieving revision 1.2 diff -r1.2 shockwave.bat 1,8c1,6 < :: Install Shockwave10 player < ::URL|ALL|http://fpdownload.macromedia.com/get/shockwave/default/english/win95nt/10.1.0.011/Shockwave_Installer_Full.exe|packages/macromedia/shockwave_installer_full.exe < :: < :: Download from <http://www.macromedia.com/downloads/> < < @Echo off < < todo.pl "%Z%\packages\macromedia\shockwave_installer_full.exe /s" --- > :: Install Shockwave10 player > ::URL|ALL|http://download.macromedia.com/pub/shockwave/default/english/win95nt/latest/mm_fl_sw_installer.msi|packages/macromedia/mm_fl_sw_installer.msi > > @Echo off > > todo.pl "start /wait msiexec /qb /l* %SystemDrive%\netinst\logs\shockwave.txt > /i %Z%\packages\macromedia\mm_fl_sw_installer.msi"