View Single Post
  #1  
Old 12-05-2006, 05:41 PM
Durtybirds Durtybirds is online now
Registered User
 
Join Date: 02-13-2006
Location: Atlanta, Ga
Posts: 4
Question Installing Services on Remote Servers

I have a Build Process where I need to Install a Windows Service, a COM+ Application and a dll that needs to be installed with InstallUtil.exe on Remote Server .

What I have been doing is running my build on the deploy server and it is calling a .bat file on the remote server using the run command that does this for me.

So I have thought of two posible solutions using the Install.NET Services action.

Enviroment is Windows 2003 Standard and Deploy server has VisBuild Installed, remote Server does not.

1. Is there a way to have this install / uninstall services on a remote server from my deployment server.

2. Could I make a Remote.bld file and use the Install.NET Actiopn and place this remote.bld file on the remote server and call the Remote.bld file from insde my Deploy.bld on my deployent server. Would the Global or Project Variables I set in Deploy.bld get passed to the Remote/bld ?

Would either of these work ? Or is it impossible to do without installing VisualBuild on each server ?
Reply With Quote