Setup Project: Changing Permissions of the Installation Directory

R

Ryan McCormack

I have a setup project to deploy our software -- but I have a problem.
I want the installation to be system wide, but I also want all users
to have rwx permissions to the installation directory (c:\program
files\company\program\)

The reason is as follows: I have an autoupdate feature that grabs new
updates when they are available -- but in many cases a regular user is
at the machine and cannot update the software because they do not have
write permissions to the program directory.

So, within the setup project, at post install time, I want to alter
the permissions of the directory. Is this possible?
 
D

Daniel Bass

Ryan,

one way around this would be to have the administrator install this onto the
terminals, and then have your update service run as the admin account when
performing the update.

Just an idea.

Dan.
 
G

Guest

Ryan

I havent tried including this in my setup project yet but I am considering using 'cacls' in a .bat file.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top