Ugh. I'm sorry, my post below is a lie. I tried setup.exe -s and the
installation fails. This is because Eudora is both using InstallShield AND
has its own semi-silent installation method. Here's what I found:
Method 1: Eudora's propietary installer - edit instopt.ini to set options
for a silent installation. Unfortunately, I couldn't seem to get rid of the
splash screen with this method.
Method 2: InstallShield method - This is the standard InstallShield method.
First, run setup.exe -r and go through the GUI installation. When you're
finished, find c:\winnt\setup.iss or c:\windows\setup.iss. Put this file
somewhere sensible. To deploy silently, run
setup.exe -s /f1%PATHTOsetup.iss /f2%PATHTOLOGFILE
for example,
setup.exe -s /f1c:\installer\setup.exe -s /f1c:\installer\setup.iss
/f2c:\logdirectory\eudorasetup.log
I'm calling the installer from a Perl script, where
$returncode = system ("setup.exe -s /f1c:\installer\setup.exe -s
/f1c:\installer\setup.iss /f2c:\logdirectory\eudorasetup.log");
if ($returncode !=0) { #installation failed
print "\nfailed: $!\n";
}else{ #installation OK
print "\nsuccessful\n";
}
Eudora's support site has NO DOCUMENTION for my searches of 'setup.iss' or
'instopt.ini.' I'm really embarrassed for them, since they're making their
users spend hours figuring out how to properly deploy their software.
-Colin
Post by Colin OddenMaybe we're not talking about the same thing. I'm talking about installing
Eudora, which should reasonably offer a 'silent' or 'unattended' option. It
sounds like you're talking about *running* Eudora (excuse me if I'm wrong),
where an option in setup.ini will suppress the splash screen.
Just for posterity, because this is an installshield installer, a completely
silent installation can be invoked with setup.exe -s, but if you want
anything other than eudora's default options you have to explicitly specif
y
Post by Colin Oddenthem in instopt.ini. It also looks like setup won't force a reboot when
invoked silently; this may or may not be desirable and I'm not sure what
switch would force one.
-Colin
Post by Ajo WissinkOn Wed, 31 Dec 2003 16:10:03 -0500, "Colin Odden"
Post by Colin OddenI'm afraid that I've done this already. I'm sure that the bitmap is
displayed but it just nonexistent, but this doesn't solve the problem
of
Post by Colin Oddenthe
Post by Ajo WissinkPost by Colin Odden"eudora 6.0 is preparing the installshield wizard..."
Okay, but that has nothing to do with the splash screen.
Good luck, you're in for some serious hacking..........
--
Ajo Wissink