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

Install for all Users


1 reply to this topic

BillK

BillK
  • Members
  • 19 posts

Posted 08 November 2002 - 16:44

My users are allowed to install only if they are logged in as an administrator.  How do I allow all users the ability to run my software (for Win2k and XP).  
I had an incedent where someone changed the user and they are prompted to install the software.  

Thanks,

Vasilios

FMEUSER

FMEUSER
  • Members
  • 2 posts

Posted 16 November 2002 - 00:01

After you build your project, open the setup.ini that is located in the release folder.  Under the [Startup] section there should be a line that says CmdLine.  Add ALLUSERS=2 after this line so it reads like this:
CmdLine=ALLUSERS=2
This should automatically install your software for all users on the computer regardless of who is logged in.