WiXRegistryValueType
The desired type of a registry key.
 
  Union Cases
  
    
      | Union Case | Description | 
    
    
      
        
          
            Binary
          
          
            Signature:  
                       
         | 
        
            
               
               
            
          The value is interpreted and stored as a hexadecimal value (REG_BINARY) 
         | 
      
      
        
          
            Expandable
          
          
            Signature:  
                       
         | 
        
            
               
               
            
          The value is interpreted and stored as an expandable string (REGEXPANDSZ) 
         | 
      
      
        
          
            Integer
          
          
            Signature:  
                       
         | 
        
            
               
               
            
          The value is interpreted and stored as an integer (REG_DWORD) 
         | 
      
      
        
          
            MultiString
          
          
            Signature:  
                       
         | 
        
            
               
               
            
          The value is interpreted and stored as a multiple strings (REGMULTISZ) 
         | 
      
      
        
          
            String
          
          
            Signature:  
                       
         | 
        
            
               
               
            
          The value is interpreted and stored as a string (REG_SZ) 
         |