Click here to Skip to main content
15,890,385 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralPlease help me! Pin
dSolariuM21-Jul-05 18:59
dSolariuM21-Jul-05 18:59 
GeneralRe: Please help me! Pin
Christian Graus21-Jul-05 19:02
protectorChristian Graus21-Jul-05 19:02 
GeneralRe: Please help me! Pin
dSolariuM22-Jul-05 7:51
dSolariuM22-Jul-05 7:51 
GeneralRe: Please help me! Pin
Christian Graus22-Jul-05 11:59
protectorChristian Graus22-Jul-05 11:59 
GeneralRe: Please help me! Pin
dSolariuM22-Jul-05 7:51
dSolariuM22-Jul-05 7:51 
GeneralRe: Please help me! Pin
toxcct21-Jul-05 20:21
toxcct21-Jul-05 20:21 
GeneralRe: Please help me! Pin
dSolariuM22-Jul-05 7:48
dSolariuM22-Jul-05 7:48 
GeneralRe: Please help me! Pin
Gary R. Wheeler23-Jul-05 4:34
Gary R. Wheeler23-Jul-05 4:34 
If you have administrative rights on the machines in the network, you can copy files to them using their administrative shares. If the machine name is "MachineX", for example, the C: drive on that machine may be accessed using "\\MachineX\C$". Note that the administrative shares aren't normally visible in Windows Explorer. This lets you copy an application to each machine in the network. This lets the server put the client application (or at least an installer for it) onto each client.

The other part of the problem is getting each client to run the client application or the installer. There are several possibilities here.

1. You can access the client machine's registry remotely. Use the RegConnectRegistry function to connect to the client's registry, and then create a 'RunOnce' key that will run your application/installer on the next restart. You could conceivably even force the client machine to restart using the InitiateSystemShutdown function.

2. You can use the task scheduler service to create a job on the client machine. The job would run the application.

3. Create your own service that runs the application. Your server can install, start, and stop the service using the service control manager functions.


Software Zen: delete this;
GeneralKeywords Pin
Anonymous21-Jul-05 18:58
Anonymous21-Jul-05 18:58 
GeneralRe: Keywords Pin
Christian Graus21-Jul-05 19:05
protectorChristian Graus21-Jul-05 19:05 
GeneralLisBox index value Pin
a_david12321-Jul-05 18:13
a_david12321-Jul-05 18:13 
GeneralRe: LisBox index value Pin
Christian Graus21-Jul-05 18:20
protectorChristian Graus21-Jul-05 18:20 
QuestionUpdateData - Can we validate before saving it? Pin
yccheok21-Jul-05 17:25
yccheok21-Jul-05 17:25 
AnswerRe: UpdateData - Can we validate before saving it? Pin
Christian Graus21-Jul-05 17:32
protectorChristian Graus21-Jul-05 17:32 
GeneralRe: UpdateData - Can we validate before saving it? Pin
yccheok21-Jul-05 19:45
yccheok21-Jul-05 19:45 
GeneralRe: UpdateData - Can we validate before saving it? Pin
toxcct21-Jul-05 20:24
toxcct21-Jul-05 20:24 
AnswerRe: UpdateData - Can we validate before saving it? Pin
Blake Miller22-Jul-05 4:12
Blake Miller22-Jul-05 4:12 
GeneralCompile program C++ by Visual C++.NET Pin
SAKURAVN21-Jul-05 16:31
SAKURAVN21-Jul-05 16:31 
GeneralRe: Compile program C++ by Visual C++.NET Pin
Christian Graus21-Jul-05 16:32
protectorChristian Graus21-Jul-05 16:32 
GeneralRe: Compile program C++ by Visual C++.NET Pin
SAKURAVN21-Jul-05 17:03
SAKURAVN21-Jul-05 17:03 
GeneralRe: Compile program C++ by Visual C++.NET Pin
Christian Graus21-Jul-05 17:15
protectorChristian Graus21-Jul-05 17:15 
GeneralRe: Compile program C++ by Visual C++.NET Pin
SAKURAVN21-Jul-05 17:52
SAKURAVN21-Jul-05 17:52 
GeneralRe: Compile program C++ by Visual C++.NET Pin
Christian Graus21-Jul-05 17:59
protectorChristian Graus21-Jul-05 17:59 
GeneralRe: Compile program C++ by Visual C++.NET Pin
SAKURAVN21-Jul-05 18:22
SAKURAVN21-Jul-05 18:22 
GeneralRe: Compile program C++ by Visual C++.NET Pin
Christian Graus21-Jul-05 18:34
protectorChristian Graus21-Jul-05 18:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.