SquirrelParams
  Record Fields
  
    
      | Record Field | Description | 
    
    
      
        
          
            BootstrapperExe
          
          
            Signature: string option 
                       
         | 
        
            
               
               
            
          The full path to an optional setup.exe template 
         | 
      
      
        
          
            LoadingGif
          
          
            Signature: string option 
                       
         | 
        
            
               
               
            
          The full path to an optional animated gif to be displayed during installation 
         | 
      
      
        
          
            NoMsi
          
          
            Signature: bool 
                       
         | 
        
            
               
               
            
          Do not create an MSI file 
         | 
      
      
        
          
            ReleaseDir
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          The output directory for the generated installer 
         | 
      
      
        
          
            SetupIcon
          
          
            Signature: string option 
                       
         | 
        
            
               
               
            
          The full path to an optional icon, which will be used for the generated installer. 
         | 
      
      
        
          
            SignExecutable
          
          
            Signature: bool option 
                       
         | 
        
            
               
               
            
          Sign the installer with signtool.exe 
         | 
      
      
        
          
            SigningKeyFile
          
          
            Signature: string option 
                       
         | 
        
            
               
               
            
          The code signing certificate to be used for signing 
         | 
      
      
        
          
            SigningSecret
          
          
            Signature: string option 
                       
         | 
        
            
               
               
            
          The secret key for the code signing certificate 
         | 
      
      
        
          
            TimeOut
          
          
            Signature: TimeSpan 
                       
         | 
        
            
               
               
            
          Maximum time to allow Squirrel to run before being killed. 
         | 
      
      
        
          
            ToolPath
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          The path to Squirrel: squirrel.exe 
         | 
      
      
        
          
            WorkingDir
          
          
            Signature: string option 
                       
         | 
        
            
               
               
            
          The working directory. 
         |