Giter VIP home page Giter VIP logo

downloadfirefoxscript's Introduction

DownloadFirefoxScript

Usage:

More description can be found in this blog post.

Windows

Download the PowerShell script Here

  1. Download the script to the node(s) that you want to use it on.
  2. Open Powershell as Administrator. (You do not have to use it as Administrator but will save trouble of dealing with multiple permission pop-ups)
  3. Make sure Powershell is allowed to execute scripts. This command will allow any script to be executed on the node Set-ExecutionPolicy Unrestricted
  4. Type in following command in Powershell path_to_script\download_firefox.ps1 –version XX a. Where path_to_script is the relative path to the script b. XX is the version number of Firefox such as 37.0 or 38.0b2
  5. Check that correct version of Firefox was installed

Parameters

-version (Required) version of Firefox to download and install

-enableAutoUpdate By default the script will disable Firefox’s auto update feature. This flag will tell the script to leave auto update turned on.

-doNotUninstallPreviousVersionBeforeInstall By default, the script will uninstall Firefox and all dependencies before installing new version (aka clean install). Using this flag will skip the uninstall section and will install the new version of Firefox on top of existing one.

-doNotDownloadInstallerIfAlreadyDownloaded This flag will check if the installer for specified version is already downloaded. If it is, it will skip the download step and run existing installer.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.