Results 1 to 3 of 3

Thread: [RESOLVED] Multi User Rollout of Widows App

  1. #1

    Thread Starter
    Frenzied Member FishGuy's Avatar
    Join Date
    Mar 2005
    Location
    Bradford UK
    Posts
    1,708

    Resolved [RESOLVED] Multi User Rollout of Widows App

    I have wwritten a small windows app with vb.netand would now like to deploy it. I built a setup project origionally which allowed me to install it on users machines with the install wizard one by one. The problem now is that there are thirty users wanting the app and it isnt really convenient to go round all machines and manually install it very time. In addition to this is there a way to automatically update the installed versions when I have created a new release. My problem is deepened further because the people using the apps move from machine to machine and the different users may not require access to the app. I am not a network guy just a lowly developet so am not sure about the options. We have a windows 2000 domain and network. Any advice would be greatly appreciated.
    Last edited by FishGuy; Mar 23rd, 2005 at 08:18 AM. Reason: More descriptive title

  2. #2

    Thread Starter
    Frenzied Member FishGuy's Avatar
    Join Date
    Mar 2005
    Location
    Bradford UK
    Posts
    1,708

    Question Re: Help - Deploying a Windows application

    My NA has used active directory to roll out the application to the different users based on their groups when they login. The Icon is placed on the desktop and when they click it runs a silent install. This means that aslong as I place the most current version of my app in the same folder my NAs Login scripts will pickup and copy the msi package to to the user. Thus the users will alsways have the most current update of the app. On the down side for the Auto update to be effective the app is uninstalled on shut down and reinstalled on next use. Any comments!

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Multi User Rollout of Widows App

    That sounds effective, in fact, I was going to suggest something along those very lines and then I read your second post and saw you were already doing it.

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