av-gantimurov / flarevm-pkg

My packages list for flareVM. Produced from original FlareVM profile.json by cutting useless for me packages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flare VM profile

Profile file for Flare VM

Requirements

Chocolatey now requires PowerShell v3 (or higher) and .NET 4.0 (or higher) due to recent upgrades to TLS 1.2. Please ensure .NET 4+ and PowerShell v3+ are installed prior to attempting FLARE VM installation. Below are links to download .NET 4.5 and WMF 5.1 (PowerShell 5.1).

Installation

  • Create and configure a new Windows Virtual Machine
  • Take Snapshot of your machine
  • Download and copy install.ps1 on to your new VM
  • Download and copy profile.json on to your new VM
  • Download and copy flarevm.installer.flare directory on to your new VM
  • Open Powershell as an Administrator
  • Enable script execution by running the following command:
    • Set-ExecutionPolicy Unrestricted
  • Finally, execute the installer by providing profile.json using the -profile_file switch, assuming profile.json, install.ps1 and flarevm.installer.flare are all in the same directory:
    • .\install.ps1 -profile_file profile.json
    • Optionally, you can also pass the following flags:
      • -password <current_user_password>: Use the specified password instead of prompting user

About

My packages list for flareVM. Produced from original FlareVM profile.json by cutting useless for me packages.