Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. Multiple User Deployment

Multiple User Deployment

Scheduled Pinned Locked Moved Visual Basic
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Karma31251
    wrote on last edited by
    #1

    I am building a custom input interface for an Access Database using VB 2005 Express Edition. To install the program on the company computer i have to login as the network administrator and install the program. Then when i logon as a regular user and try to use the program its not there. If i try to install it again from that user, but USING the Admin user for authentication the program installs and runs but still it runs from the Admin users name and doesnt actually show its self installed in control panel of start menu from the regular users view. HELP!

    D 1 Reply Last reply
    0
    • K Karma31251

      I am building a custom input interface for an Access Database using VB 2005 Express Edition. To install the program on the company computer i have to login as the network administrator and install the program. Then when i logon as a regular user and try to use the program its not there. If i try to install it again from that user, but USING the Admin user for authentication the program installs and runs but still it runs from the Admin users name and doesnt actually show its self installed in control panel of start menu from the regular users view. HELP!

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      That depends on what you used to build the installation for the application. Usually, there is an option to install for "Everyone" or just the current user. When you do a RunAs install, it actually runs as if you were logged in as the Admin, using the Admins user profile, not yours.

      Dave Kreskowiak Microsoft MVP - Visual Basic

      K 1 Reply Last reply
      0
      • D Dave Kreskowiak

        That depends on what you used to build the installation for the application. Usually, there is an option to install for "Everyone" or just the current user. When you do a RunAs install, it actually runs as if you were logged in as the Admin, using the Admins user profile, not yours.

        Dave Kreskowiak Microsoft MVP - Visual Basic

        K Offline
        K Offline
        Karma31251
        wrote on last edited by
        #3

        I am assuming since I am using the Express Edition that i dont have that option, either that or i just can't find it. I am using the .Net clickOnce deployment. Are there any other deployment programs that have more options and are more reliable and that you would recommend?

        D 1 Reply Last reply
        0
        • K Karma31251

          I am assuming since I am using the Express Edition that i dont have that option, either that or i just can't find it. I am using the .Net clickOnce deployment. Are there any other deployment programs that have more options and are more reliable and that you would recommend?

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          Well, ClickOnce doesn't have that option, installing for the current user only. You can read more on ClickOnce here[^]. Pay particular attention to the security sections.

          Dave Kreskowiak Microsoft MVP - Visual Basic

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups