Results 1 to 6 of 6

Thread: Questions about Visual Studio Installer 6.0 ***RESOLVED***

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2004
    Location
    Alabama
    Posts
    126

    Questions about Visual Studio Installer 6.0 ***RESOLVED***

    1) What are merge modules used for?

    2) An article that i read said that it is possible to configure installer for normal setup and for network setup. What does it mean to configure the installer for network setup?

    3) What i am also interested in is a way to install the app so that no matter who logins into the computer, the app will always be available. Right now, if i install the app, it is only available for that particular login. How do i change that?

    Thanks!
    Last edited by maurices5000; Oct 28th, 2005 at 11:42 AM.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Questions about Visual Studio Installer 6.0

    1. For class libraries which you want to be available to everyone, or shared, on the computer.

    2. It means that the installer you create can be placed on a network share on your office's network and users can run the installer from there itself.

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

    Re: Questions about Visual Studio Installer 6.0

    Moved to Application Deployement.

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Apr 2004
    Location
    Alabama
    Posts
    126

    Re: Questions about Visual Studio Installer 6.0

    Thanks!

    Referring to your comment on #2, is it difficult to create a package what will run from the server so we don't have to save it on all the computers?

    What we thought we had to do was install this software on each computer in order for it to be used. Are there problems or issues with having multiple uses access the app from the server other than typical networking issues? Do i need to do anything in particular to my program?

    Thanks again!

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

    Re: Questions about Visual Studio Installer 6.0

    Quote Originally Posted by maurices5000
    Thanks!

    Referring to your comment on #2, is it difficult to create a package what will run from the server so we don't have to save it on all the computers?

    What we thought we had to do was install this software on each computer in order for it to be used. Are there problems or issues with having multiple uses access the app from the server other than typical networking issues? Do i need to do anything in particular to my program?

    Thanks again!
    Those "typical network issues" can get very bothersome in a large, busy network. We put installs on a server, have then run from the server to install the software on the client PC. From the client PC, the app is run.

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Apr 2004
    Location
    Alabama
    Posts
    126

    Re: Questions about Visual Studio Installer 6.0

    Thanks. Those were my original intentions i think until i read an article on VSI. My only concern is about uninstalling and reinstalling when that version of the app needs to be replaced or upgraded.

    How will i or the network tech handle uninstalls and reinstallations? Is this time consuming?

    Thanks!

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