I've seen some parts of my problem in other topics here but no solution for me:
I have a installation that works with win 2k only as administrator. I use USER_ADMINISTRATOR to abort installation and tell the user why. With XP, the user only gets Setup Initialisation Error 432, Uninstallshield running. I can't display a own message before this error occurs.
But I don't want to resign the uninstall as here:
http://www.installsi...-bin....f=4;t=2
some Questions:
1) Is there a way to display a message before the Error 432 to tell the user he needs an administrator?
2) Would a newer version of Installshield do this job better?
2) Is there a way to make my installation "user-proof"?
features of the setups that might be a problem:
a) put a .ini in WINDIR

c) run a command-line application that writes some regkeys
d) write some regkeys from the script
e) run javaw.exe, to know if java ist installed.
f) put some new vb-components in WINDIR, if neccessary.
g) find old components of my installation in PATH and ask the user if they should be replaced.
I'd appreciate any help! And tell me if I got something completely wrong.
regards, Stefan