it:ad:wix:howto:install_refresh_a_windows_service

IT:AD:WiX:HowTo:Refresh a Windows Service

<Component Id="_componentService" Guid="TODO">
  <!-- 
  Notes:
    * Start/Stop/Remove = Svc should be [started] when 
    [parent component (note: != service)] is 
    [install|uninstall|both]. 
    * Wait: wait for the service to complete before continuing.  
  * If you want to refresh the service everytime, make all=both.
  -->
  <ServiceControl Id="_reinstallService" Name="MyServiceName" 
                  Start="install" 
          Stop="uninstall" 
          Remove="uninstall" 
          Wait="yes"/>
</Component>
  • /home/skysigal/public_html/data/pages/it/ad/wix/howto/install_refresh_a_windows_service.txt
  • Last modified: 2023/11/04 02:02
  • by 127.0.0.1