Now, just think, if I'd been on the Alpha Team they would have found this one ages ago.
Actually, this is InstallShield's problem, not empeg's.
Hey, Empeg guys, Here's some InstallShield script code that checks for administrator privileges before installing:
if ( Is (USER_ADMINISTRATOR, "") = FALSE ) then
MessageBox ( "Adminsitrator privileges required.", SEVERE );
abort;
endif;
Don't know if that will work because the error might be happening before it reaches your script code. It might be happening in the self-extractor.
You might also have to check and see if they're installing on NT/2K first, as I don't know how that function behaves on 95/98.
___________
Tony Fabris