ServiceInstallType
Determines the type of the service. The Windows Installer does not currently support kernelDriver or systemDriver.
 
  Union Cases
  
    
      | Union Case | Description | 
    
    
      
        
          
            KernelDriver
          
          
            Signature:  
                       
         | 
        
            
               
               
            
          A kernel driver service. This value is not currently supported by the Windows Installer. 
         | 
      
      
        
          
            OwnProcess
          
          
            Signature:  
                       
         | 
        
            
               
               
            
          A Win32 service that runs its own process. 
         | 
      
      
        
          
            ShareProcess
          
          
            Signature:  
                       
         | 
        
            
               
               
            
          A Win32 service that shares a process. 
         | 
      
      
        
          
            SystemDriver
          
          
            Signature:  
                       
         | 
        
            
               
               
            
          A file system driver service. This value is not currently supported by the Windows Installer. 
         |