WiXRegistryRootType
Represents the registry root under which this key should be written
 
  Union Cases
  
    
      | Union Case | Description | 
    
    
      
        
          
            HKCR
          
          
            Signature:  
                       
         | 
        
            
               
               
            
          Writes this registry key inside either the HKEYCLASSESROOT registry root 
         | 
      
      
        
          
            HKCU
          
          
            Signature:  
                       
         | 
        
            
               
               
            
          Writes this registry key inside either the HKEYCURRENTUSER registry root 
         | 
      
      
        
          
            HKLM
          
          
            Signature:  
                       
         | 
        
            
               
               
            
          Writes this registry key inside either the HKEYLOCALMACHINE registry root 
         | 
      
      
        
          
            HKMU
          
          
            Signature:  
                       
         | 
        
            
               
               
            
          Writes this registry key inside either HKEYLOCALMACHINE or HKEYCURRENTUSER. Wix decides at install time based on wether or not this is an "all users" install 
         | 
      
      
        
          
            HKU
          
          
            Signature:  
                       
         | 
        
            
               
               
            
          Writes this registry key inside either the HKEY_USers registry root 
         |