|
-
Oct 25th, 2005, 09:35 AM
#1
Thread Starter
Lively Member
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.
-
Oct 25th, 2005, 09:39 AM
#2
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.
-
Oct 25th, 2005, 09:39 AM
#3
Re: Questions about Visual Studio Installer 6.0
Moved to Application Deployement.
-
Oct 25th, 2005, 12:11 PM
#4
Thread Starter
Lively Member
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!
-
Oct 26th, 2005, 01:21 PM
#5
Re: Questions about Visual Studio Installer 6.0
 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.
-
Oct 27th, 2005, 08:53 AM
#6
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|