i have found the rightest working method

QUOTE
To silently install a package that uses InstallShield, you will have to first create a setup.iss file on a working operating system. Use a test PC if you can.
1. Start the setup application using the -R (case-sensitive) switch from command prompt.
e.g:
Setup.exe -R
2. The setup screens will appear as they normally would, asking you questions as you go along, such as destination directory, etc. It's important that you do not choose the "Restart the computer now" option. If you do, you will terminate your batch when you run an unattended installation.
3. After installation has completed, go to your C:\Windows\ (or C:\WINNT\) directory and take out the setup.iss file. Put this setup.iss file in the same directory where your application setup.exe file resides in.
4. Start the Silent installation using:
start /wait %systemdrive%\install\Application\Application_name\Setup.exe -s
i see several times talking about setup.iss but when looking in the driver directory i dont notice any setup.iss so i thought it was only included for other soundblaster driver and this one dont have. but now i understand i have to create by myself
i hope this information help other people, this works fine for a soundblaster 5.1 digital (dell)
please note there is a BIG difference with the driver for 1024 and 5.1 digital (dell). the 5.1 driver have one subdirectorie and running setup.exe will install EVERYTHING (such as controlpanel, mixer, diagnostic, driver and go so on) For 1024 you have to create more lines and commands to install everything.
QUOTE (artbio @ Nov 9 2004, 01:33 AM)
My card is a Sound Blaster Live! Player 1024! But the unattended install method should be identical. Maybe tomorrow i wil be at home, and then i will check that for you. Just be patient.
i have the same card as you too, Sound Blaster Live! Player 1024 and please let me show your method. my method never works and i have deleted it.