MSFN Forum: I can't install Soundblaster Live drivers silently - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

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

I can't install Soundblaster Live drivers silently Rate Topic: -----

#1 User is offline   Igor 

  • Newbie
  • Group: Members
  • Posts: 49
  • Joined: 11-August 03

  Posted 30 September 2003 - 08:03 PM

I have extracted files from LiveDrvUni-Pack(ENG).exe and installed drivers normally with -r switch to obtain the response file setup.iss.

Now, when I try to install drivers in silent mode with -s -f1"MyDirectory\setup.iss" switches, the setup process doesn't start at all but I obtain only a setup log with a ResultCode=-105 (For succesfull setup the value should be 0)

The sound card is a Live Player 1024

Any suggestions?


#2 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 01 October 2003 - 08:18 AM

you might have the iss file pointed to wrong.
i'm not sure if the "\MyFolder" thing works. I used teh %systemdrive% variable so i don't have to worry about locations.

but i had that error, and makin sure it pointed to teh file in the right folder helped.

#3 User is offline   Igor 

  • Newbie
  • Group: Members
  • Posts: 49
  • Joined: 11-August 03

Posted 01 October 2003 - 12:25 PM

The path where is setup.iss is right and precisely I use "%systemdrive%\drivers\sblive\audio\setup\setup.iss". I have tried several times and I alwais obtain a resultcode=-105. What does it mean?

#4 User is offline   Igor 

  • Newbie
  • Group: Members
  • Posts: 49
  • Joined: 11-August 03

Posted 13 October 2003 - 12:37 AM

Anyone that succesfully has installed in silent mode those drivers?

#5 User is offline   Numinous 

  • Supercalafragalistic XPalidosious
  • PipPipPipPip
  • Group: Members
  • Posts: 560
  • Joined: 30-September 03

Posted 13 October 2003 - 03:03 AM

yeps.. well, i install the audigy drivers but im sure they contain live drivers too.. its all to do with the setup.iss.. follow the guide

http://unattended.MSFN.org/xp/applications...stallshield.htm

i use the command.. setup.exe -a -r -f1"c:\setup.iss" to record my options ..you'll find your setup.iss in c: then copy it over

only thing i do different..

#6 User is offline   Igor 

  • Newbie
  • Group: Members
  • Posts: 49
  • Joined: 11-August 03

Posted 13 October 2003 - 04:35 AM

The only difference is -a switch. What does it mean?

#7 User is offline   Numinous 

  • Supercalafragalistic XPalidosious
  • PipPipPipPip
  • Group: Members
  • Posts: 560
  • Joined: 30-September 03

Posted 13 October 2003 - 06:46 AM

The /a switch causes Setup.exe to perform an administrative installation. An administrative installation copies (and uncompresses) your data files to a directory specified by the user, but does not create shortcuts, register COM servers, or create an uninstallation log.

hmmm probably better off without it :)

heres a link http://documentation.installshield.com/rob...7cmain%20window

#8 User is offline   Stream2k 

  • Group: Members
  • Posts: 2
  • Joined: 20-November 03

  Posted 25 November 2003 - 06:22 AM

Don't know if this will work for everyone but it does for me.

I copied the root files, and two directories ('winxp_2k' & 'common')from //Audio/Drivers on my Soundblaster Live CD into a directory called 'LiveDrv' on my XPCD as shown below. The /s switch on CTZAPXX.exe appears to give a silent driver install. I call this up out of my main_batch.cmd file as shown below:

start /wait %systemdrive%\Drivers\Sound\Creative\LiveDrv\CTZAPXX.exe /s

No surround mixer with this, just the drivers, but that's all i want :-) Only downside is that it takes 34.5MB of my CD up :) I'm sure i (you) could trim this down :rolleyes:

Hope this helps someone. Great forum & my 1st post :D

Attached File(s)



#9 User is offline   Marztabator 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 469
  • Joined: 31-July 03

Posted 30 November 2003 - 07:57 AM

This seems quite an interesting trick indeed. Anyone confirmed yet whether it works on their machines? :)

#10 User is offline   Igor 

  • Newbie
  • Group: Members
  • Posts: 49
  • Joined: 11-August 03

Posted 02 December 2003 - 03:06 AM

Stream2k, on Nov 25 2003, 02:22 PM, said:

Don't know if this will work for everyone but it does for me. 

I copied the root files, and two directories ('winxp_2k' & 'common')from //Audio/Drivers on my Soundblaster Live CD into a directory called 'LiveDrv' on my XPCD as shown below.  The /s switch on CTZAPXX.exe appears to give a silent driver install.  I call this up out of my main_batch.cmd file as shown below:

start /wait %systemdrive%\Drivers\Sound\Creative\LiveDrv\CTZAPXX.exe /s

No surround mixer with this, just the drivers, but that's all i want :-)  Only downside is that it takes 34.5MB of my CD up  :) I'm sure i (you) could trim this down  :rolleyes:

Hope this helps someone.  Great forum & my 1st post  :D

Thank you very much :D

#11 User is offline   Screwz Luse 

  • Member
  • PipPip
  • Group: Members
  • Posts: 158
  • Joined: 19-November 03

Posted 02 December 2003 - 02:16 PM

Is there anything for the Sound Blaster Audigy by any chance? (I'm assuming those are for the Sound Blaster Live only)

#12 User is offline   DaveXP 

  • The One
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,295
  • Joined: 15-July 03

Posted 02 December 2003 - 02:30 PM

erm....i put the drivers in the $OEM$\$1\drivers folder that works fine, why not do that?

#13 User is offline   Screwz Luse 

  • Member
  • PipPip
  • Group: Members
  • Posts: 158
  • Joined: 19-November 03

Posted 02 December 2003 - 02:43 PM

Well, I tried that and it didn't seem to work for some reason. Ah, I'll double check my paths and everything.

#14 User is offline   Marztabator 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 469
  • Joined: 31-July 03

Posted 02 December 2003 - 03:48 PM

You are aware that the Soundblaster Drivers folder needs to be referenced in winnt.sif as well, right? Just checking.

#15 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 02 December 2003 - 04:28 PM

say you had everything install from a CD. how would you get it to be referenced in the winnt.sif?

#16 User is offline   SKiTLz 

  • Dole Bludger
  • PipPip
  • Group: Members
  • Posts: 215
  • Joined: 05-November 03

Posted 02 December 2003 - 07:32 PM

been wondering the same as Im trying to keep as much as possible on the disc!

#17 User is offline   Screwz Luse 

  • Member
  • PipPip
  • Group: Members
  • Posts: 158
  • Joined: 19-November 03

Posted 02 December 2003 - 08:18 PM

Well, to accomplish this, you would extract the drivers into $OEM$/$1/Folder (I used drivers) and then in your winnt.sif file (located in your I386 directory if you've correctly created it), and go to the [Unattended] section. This is what I have:
OemPnPDriversPath="drivers\3com_90xv54\Disk1;drivers\soundblaster;"


Edited it a bit so it wasn't huge but you get the idea.

#18 User is offline   Stream2k 

  • Group: Members
  • Posts: 2
  • Joined: 20-November 03

  Posted 03 December 2003 - 05:45 AM

The reference to the live drivers in winnt.sif is the first method i tried. I didn't have any joy with this with my particular setup, my live drivers would never install properly if i just referenced them there (yellow exclamation in device manager). Hence i use the method detailed in my 1st post of this thread. The method using the /s switch does not require the drivers to be referenced from winnt.sif file.

#19 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 03 December 2003 - 07:49 AM

Screwz Luse, on Dec 2 2003, 08:18 PM, said:

Well, to accomplish this, you would extract the drivers into $OEM$/$1/Folder (I used drivers) and then in your winnt.sif file (located in your I386 directory if you've correctly created it), and go to the [Unattended] section.  This is what I have:
OemPnPDriversPath="drivers\3com_90xv54\Disk1;drivers\soundblaster;"


Edited it a bit so it wasn't huge but you get the idea.

well....thats what i'm trying to AVOID.
those would get copied onto the hdd.
is there anyway to reference them without copying to the harddrive?

#20 User is offline   XL-DJK 

  • XL-DJK Recordings Inc.2010 All Rights Reserved
  • PipPip
  • Group: Members
  • Posts: 249
  • Joined: 13-November 03
  • OS:none specified
  • Country: Country Flag

Posted 07 January 2004 - 07:52 PM

Numinous, on Oct 13 2003, 04:03 AM, said:

yeps.. well, i install the audigy drivers but im sure they contain live drivers too..

i use the command.. setup.exe -a -r -f1"c:\setup.iss" to record my options ..you'll find your setup.iss in c: then copy it over

only thing i do different..

:) I tried all this and it does NOT seem to work... my computer thinks for a few seconds and then stops.....I tried restarting to see if therre were any changes, but there were none....... :rolleyes: It's NOT WORKING!!!!!!!!!!!!!!! :cry:

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