Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Too much series problem with MSDE 2000


1 reply to this topic

hafizsohaib

hafizsohaib
  • Members
  • 5 posts

Posted 06 June 2005 - 16:10

Hi All,
I m using InstallShield Developer 8.0. I have created my setup successfully containing the following features :
1- MyExes. 2- DataFiles 3- MSDE2000
My setup is running successfully with those windows logins who has Admin rights on the system.
but the setup fails in the 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 from processes without giving user our custom message. we want user must be a system admin if he/she wants to run our setup successfully.

Part of code from OnFirstUIBefore....

function OnFirstUIBefore()
begin
if (Is(USER_ADMINISTRATOR, "") = FALSE) then
MessageBox("Installation can only be carried out by a user who has Full Administrator privileges on this machine. Please login as an Administrator of this machine to run the installation.", 0);
abort;
endif;
end;

i m attaching error logs with the mail
Plz help
Regards
H.M.Sohaib

Attached Files



hafizsohaib

hafizsohaib
  • Members
  • 5 posts

Posted 07 June 2005 - 14:05

Dear All,
if anyone have idea plz discuss .....