InstallShield DevStudio 9.1
Project type is InstallScript MSI
The problem is :
we need to check the administrative rights existence at the very beginning of installation, i.e. before any coping (even temporary files).
Now this checking is carried out after the coping of some files.
Hence we have the well-known error 1628, which is absent under administrative rights.
What and where we need to insert to have the early checking?
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.

Early admistrative rights checking
Started by
VPleschev
, Jun 15 2005 14:15
5 replies to this topic
Posted 15 June 2005 - 16:31
You would need to create an executable that would perform the check and then launch your setup.exe
Stefan Krüger
InstallSite.org twitter facebook
Posted 24 February 2006 - 17:33
I am also having the same problem.Could you please tell me how to create an exe that would check for the admin rights.What is the exact procedure.
Posted 24 February 2006 - 17:34
Please tell me the exact steps to create an exe that will call the setup.Even I am facing the same problem.
Posted 25 February 2006 - 12:31
I don't know if any samples are available on the web. Try codeproject.com or google or MSDN.
Stefan Krüger
InstallSite.org twitter facebook