Help - Search - Members - Calendar
Full Version: Creative Audio Console switch
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
Cybertronic
I've the following commands in my RunOnceEx:

CODE
REG ADD %KEY%\030 /VE /D "Creative Audio Console" /f
REG ADD %KEY%\030 /V 1 /D "%systemdrive%\Install\Software\Applications\Creative\Audio_Console\setup.exe -s -f1\"%systemdrive%\Install\Software\Applications\Creative\Audio_Console\setup.iss"\" /f

What happens is that the installer seems to ignore the switches, and just askes me the options etc like you get in a normal install no.gif

For all my Installshield programs, I always use the -r switch to obtain the setup.iss file from the Windows directory smile.gif

The setup.exe is a Installshield installer, the above following code works for my other Installshield programs (nVidia drivers, 3DMark2001-SE, 03 and 05 etc) except:

Creative EAX Console
Creative Speaker Calibrator
Creative Speaker Settings
Creative Surround Mixer
Creative THX Console

Coincidence huh.gif

Could any one try and help me please? smile.gif
Cybertronic
I've fixed the other Creative programs by using this code (and changing to %CDROM% parameter):

CODE
REG ADD %KEY%\035 /VE /D "Creative EAX Console" /f
REG ADD %KEY%\035 /V 1 /D "%CDROM%\Install\Software\Applications\Utilities\Creative\EAX_Console\setup.exe -s -f1\"%CDROM%\Install\Software\Applications\Utilities\Creative\EAX_Console\setup.iss\" -f2\"%systemdrive%\Install.log\" /f

This code doesn't work for the Audio Console, as said in the first post, the installer seems to bypass the switches no.gif sad.gif
Bâshrat the Sneaky
Maybe an AutoIt script?
Cybertronic
Thanks for recommendation, I've just tried it, struggled a bit sad.gif

I've got it working though! biggrin.gif
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.