MSIHelper
Contains tasks which allow to run msiexec in order to install or uninstall msi files.
 
  Nested types and modules
  
  Functions and values
  
    
      | Function or value | Description | 
    
    
      
        
          
            Install setParams setup
          
          
            Signature: setParams:(MSIParams -> MSIParams) -> setup:string -> unit 
                       
         | 
        
            
               
               
            
          Installs a msi. 
Parameters
setParams - Function used to manipulate the default MSI parameters. 
setup - The setup file name. 
 
         | 
      
      
        
          
            MSIDefaults 
          
          
            Signature: MSIParams 
                       
         | 
        
            
               
               
            
          MSI default parameters 
         | 
      
      
        
          
            Uninstall setParams setup
          
          
            Signature: setParams:(MSIParams -> MSIParams) -> setup:string -> unit 
                       
         | 
        
            
               
               
            
          Uninstalls a msi. 
Parameters
setParams - Function used to manipulate the default MSI parameters. 
setup - The setup file name. 
 
         |