示例#1
0
 public RemoteWindowsServiceInstallUtil(WindowsServiceInstallInfo wsInstallInfo) : this("localhost", wsInstallInfo)
 {
 }
示例#2
0
 public RemoteWindowsServiceInstallUtil(string remoteMachine, WindowsServiceInstallInfo wsInstallInfo)
     : base(wsInstallInfo)
 {
     _remoteMachine = remoteMachine;
 }
示例#3
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="wsInstallInfo"></param>
 public WindowsServiceInstallUtil(WindowsServiceInstallInfo wsInstallInfo)
 {
     _wsInstallInfo = wsInstallInfo;
 }