Installation project ???

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • serge calderara

    #1

    Installation project ???

    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


  • Tampa .NET Koder

    #2
    Re: Installation project ???

    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.


    "serge calderara" <sergecalderara @discussions.mi crosoft.com> wrote in
    message news:D721BC37-FF75-448D-A414-C1C70BC7BBC6@mi crosoft.com...[color=blue]
    > 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
    >
    >[/color]


    Comment

    Working...