Deploying application on client machine (LAN)
-
hi guys! need some help i want to develop an application which retrieves all the client machines within a network and install a client application on the selected client machine. something like "ENTERPRISE DEPLOYMENT". i m trying to use winsocks for transferring files and installing them on client but not getting it done in a proper manner. can any one help me out and tell what to do.. is my approach wrong.. any help , guideline link .. thanx.
abhinav
-
hi guys! need some help i want to develop an application which retrieves all the client machines within a network and install a client application on the selected client machine. something like "ENTERPRISE DEPLOYMENT". i m trying to use winsocks for transferring files and installing them on client but not getting it done in a proper manner. can any one help me out and tell what to do.. is my approach wrong.. any help , guideline link .. thanx.
abhinav
Hi,
abhinish wrote:
but not getting it done in a proper manner.
What problem you are facing ? Please specify details of the problem.
"A good programmer is someone who looks both ways before crossing a one-way street." -- Doug Linder
Anant Y. Kulkarni
-
Hi,
abhinish wrote:
but not getting it done in a proper manner.
What problem you are facing ? Please specify details of the problem.
"A good programmer is someone who looks both ways before crossing a one-way street." -- Doug Linder
Anant Y. Kulkarni
thanx for the reply anant the problem is if i even copy the setup files on client pc it will display the setup wizard.. but i want to do the installation in background without any user interaction is there any other way to install the setup.. i m quite confused.. any guidence in which direction i should work..
abhinav
-
thanx for the reply anant the problem is if i even copy the setup files on client pc it will display the setup wizard.. but i want to do the installation in background without any user interaction is there any other way to install the setup.. i m quite confused.. any guidence in which direction i should work..
abhinav
Hi,
abhinish wrote:
but i want to do the installation in background without any user interaction
Does your application need the default setup package ? means you can directly do the copy and run the program exe ? Is it possible in ur case ?
"A good programmer is someone who looks both ways before crossing a one-way street." -- Doug Linder
Anant Y. Kulkarni
-
Hi,
abhinish wrote:
but i want to do the installation in background without any user interaction
Does your application need the default setup package ? means you can directly do the copy and run the program exe ? Is it possible in ur case ?
"A good programmer is someone who looks both ways before crossing a one-way street." -- Doug Linder
Anant Y. Kulkarni
-
Hi, Can you create your own setup application ? This app wont have any GUI and would only register the required dll's. You will run the new application instead of the default setup package. I actually dont know the complete scenario on your side, thats why i can just guess and ask questions !
"A good programmer is someone who looks both ways before crossing a one-way street." -- Doug Linder
Anant Y. Kulkarni