WiXRegistryValue
Parameters for WiX RegistryValue
 
  Record Fields
  
    
      | Record Field | Description | 
    
    
      
        
          
            Action
          
          
            Signature: WiXRegistryValueAction 
                       
         | 
        
            
               
               
            
          The action that will be taken for this registry value 
         | 
      
      
        
          
            Id
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          The Id of this value 
         | 
      
      
        
          
            Key
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          The localizable key for the registry value
If the parent element is a RegistryKey, this value may be omitted to use the path of the parent, or if its specified it will be appended to the path of the parent 
         | 
      
      
        
          
            KeyPath
          
          
            Signature: YesOrNo 
                       
         | 
        
            
               
               
            
          Set this attribute to 'yes' to make this registry key the KeyPath of the parent component 
         | 
      
      
        
          
            Name
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          The localizable registry value name. If this attribute is not provided the default value for the registry key will be set instead 
         | 
      
      
        
          
            Root
          
          
            Signature: Option<WiXRegistryRootType> 
                       
         | 
        
            
               
               
            
          The predefined root key for the registry value. 
         | 
      
      
        
          
            Type
          
          
            Signature: WiXRegistryValueType 
                       
         | 
        
            
               
               
            
          The type of the desired registry key 
         | 
      
      
        
          
            Value
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          The localizable registry value. 
         | 
      
    
  
  Instance members
  
    
      | Instance member | Description | 
    
    
      
        
          
            createAttributeList()
          
          
            Signature: unit -> seq<string * string> 
                       
         | 
        
            
               
               
            
          
         |