예제 #1
0
 public WindowsServiceOperation(string serviceName, string displayName, string sourceDir, string destDir, string relativeExePath, WindowsServiceOptions.WindowsServiceOptionValues values)
     : base(serviceName, displayName, sourceDir, destDir, relativeExePath, values)
 {
 }
예제 #2
0
 public WindowsServiceWithInstallerOperation(string serviceName, string displayName, string sourceDir, string destDir, string relativeExePath, string installerParams, WindowsServiceOptions.WindowsServiceOptionValues options)
     : base(serviceName, displayName, sourceDir, destDir, relativeExePath, options)
 {
     _installerParams = installerParams;
 }