Installation project ???

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all,

I have build a VB.net application that I need to deploy now.
The first phase of my deployement by using the setup project works
really fine.

Problem I met during my testing was that I need to set some particular
security rights for users or groups for certain folders and registrey
keys.

How can I do that when running my installation package ?

thansk for your help
regards
serge
 
I would doubt that you will be able to alter the permissions of your users
installing your app so that they can be able to write to the registry.
Writing to the registry would require a administrator install. So your
users would need to have admin rights to install this app.
 
Back
Top