| hafizsohaib 2005-06-08, 7:47 am |
| Hi,
I m using InstallShield Developer 8.0. I have created my setup
successfully contained the following features:
1- MyExes. 2- DataFiles 3- MSDE2000 (Merge Modules)
My setup is running successfully with those windows user logins who
have Admin rights on the system.
but the setup failed in initialization of its components when ever
i try to install setup with the login which does not have admin rights
on that system, and quit silently from processes. i want to give a
message to user like:
"Please login as Administrator of this machine to run the installation
successfully."
Error log shows the following error message:
Action ended 14:21:44:
GetSqlStates.2D02443E_7002_4C0B_ABC9_EAB2C064397B. Return value 3.
1: Failed to launch action
'GetSqlStates.2D02443E_7002_4C0B_ABC9_EAB2C064397B', error is 1603
i have also tried all solutions from net like
change sequences of "GetSqlStates.XXXXXX" and
"StreamSuportFiles.XXXXXX" and "InstallInitialize" and
"RemoveExistingProducts" custom actions.
Setup install condition also failed because it fired after
CostIntialization action.
Plz help
Regards
Michael
|