Results 1 to 8 of 8

Thread: install options for users ?

  1. #1

    Thread Starter
    Fanatic Member kevin_sauerwald's Avatar
    Join Date
    Feb 2002
    Location
    outside Philly
    Posts
    516

    install options for users ?

    my client is saying when he installs my app it only installs for
    the local user...

    he wants it to install for all users of the PC..

    do I control that ? or do you just change the install path to
    not me the local users when you install ?

    never got into this stuff before..

  2. #2
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367

    Re: install options for users ?

    How are you deploying? I think with ClickOnce you can only install for the local user. If you are using a Setup project, you can change the InstallAllUsers property to True.

  3. #3
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    Re: install options for users ?

    ClickOnce will only allow you to install for the current user. When you think about it, it's nearly an unsupervised installation routine. They decided that it had to work, whether the user was an admin, or not, so to work within the security constraints, apps only get installed in a restrictive way.
    My usual boring signature: Nothing

  4. #4

    Thread Starter
    Fanatic Member kevin_sauerwald's Avatar
    Join Date
    Feb 2002
    Location
    outside Philly
    Posts
    516

    Re: install options for users ?

    I have been just doing the good old publish method to make the install package..

    is the other method you speak of normal vs2008 stuff I have access to ?

    or do I need to use something like install shield ?

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: install options for users ?

    Quote Originally Posted by kevin_sauerwald View Post
    I have been just doing the good old publish method to make the install package..

    is the other method you speak of normal vs2008 stuff I have access to ?

    or do I need to use something like install shield ?
    If you're using VB Express then your only inbuilt option is ClickOnce deployment by publishing. If you have a full edition of VS then you can use Windows Installer deployment by creating a Setup project.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  6. #6

    Thread Starter
    Fanatic Member kevin_sauerwald's Avatar
    Join Date
    Feb 2002
    Location
    outside Philly
    Posts
    516

    Re: install options for users ?

    I have the full install of Vb2008.. I've been jsut using the click once.. since its so easy to just do.. guess I'll have to look into the more involved packing
    process..

  7. #7
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: install options for users ?

    Its really not very complicated, just open VS and create a new project and choose Setup Project as the project type then just have a play around in there. Its pretty obvious what to do for most of it for just a simple installation

    Quote Originally Posted by Shaggy Hiker View Post
    ClickOnce will only allow you to install for the current user. When you think about it, it's nearly an unsupervised installation routine. They decided that it had to work, whether the user was an admin, or not, so to work within the security constraints, apps only get installed in a restrictive way.
    I didnt realise non-admin users could install ClickOnce apps... I guess that is why it installs into Local Settings somewhere rather than to Program Files
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  8. #8

    Thread Starter
    Fanatic Member kevin_sauerwald's Avatar
    Join Date
    Feb 2002
    Location
    outside Philly
    Posts
    516

    Re: install options for users ?

    so thats how ya do it.. hmm.. I'm just so used to the way I did
    it in VB6.. and when I came over to VS land.. ClickOnce was
    the easiest.. didnt look into the setup package way.. but now
    I know how.. I was just gettin ready to find it in the help section
    and read it..

    thanks everyone !!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width