PDA

View Full Version : Admin install for another user


Roomie
11-14-2008, 07:25 AM
Hey guys, I tried to search for this problem on the forum but couldn't find a solution.

My problem is that if an admin installs our application for another user the setup doesn't work because we install a database in the users application data folder using the %ApplicationDataFolder% variable.

So my question is, is there some way I can point the database to install in the non-admin users folder?

I might not be so good at explaining my problem but I hope it's clear enough.
Any help appreciated.

Ulrich
11-14-2008, 08:26 AM
%ApplicationDataFolderCommon%, perhaps?

Ulrich

Roomie
11-14-2008, 09:11 AM
Not really because the database is user dependent, meaning that each user should have it's own database.

So a better way to put my question might be can I make it so that an admin user can install the application for a non-admin user?

But thanks anyway.