This is part of the Fake.Installer.Wix module.
								
                
							
Determines when the service should be started. The Windows Installer does not support boot or system.
 
  
  
    
      | Union Case | Description | 
    
    
      
        
          
            Auto
          
          
            Signature:  
                                   
         | 
        
                      
              
            
           The service will start during startup of the system. 
         | 
      
      
        
          
            Boot
          
          
            Signature:  
                                   
         | 
        
                      
              
            
           The service is a device driver that will be started by the operating system boot loader. This value is not currently supported by the Windows Installer. 
         | 
      
      
        
          
            Demand
          
          
            Signature:  
                                   
         | 
        
                      
              
            
           The service will start when the service control manager calls the StartService function. 
         | 
      
      
        
          
            Disabled
          
          
            Signature:  
                                   
         | 
        
                      
              
            
           The service can no longer be started. 
         | 
      
      
        
          
            System
          
          
            Signature:  
                                   
         | 
        
                      
              
            
           The service is a device driver that will be started by the IoInitSystem function. This value is not currently supported by the Windows Installer. 
         |