How can I stop InstallShield verifying int's own installation when a new user logs on?
My users have restricted access to their PC, so any new software has to be installed by an administrator. We install by running a .msi file from the network. When the user logs on, the software tried to re-install itself, however, this fails because the users don't have access to the installation location.
I've found that some of my installs stop doing this if I remove any reference to HKEY_CURRENT_USER from the install, however, one of them still tried to re-install/verify the install when the user logs in.
Does anyone have any ideas?
Thanks
Daniel
:confused: :confused: :confused: