StifleR
2.10
2.10
  • Start Here - StifleR 2.10
  • Introduction
    • StifleR Overview
      • The StifleR Solution
      • Managing Microsoft Data Transfer Services
    • Technical Overview
      • 2Pint BranchCache Administrator Guide
    • Features Overview
      • Control
      • Monitor
      • Automate
      • Other Features
      • StifleR Feature Details
    • Release Notes
  • Proof of Concept
    • Objectives and Prerequisites
    • Configure Microsoft Peer-to-Peer Components
    • Install and Configure StifleR
    • Testing and Validation
    • StifleR POC Quick Checklist
  • Planning
    • StifleR Server Considerations
    • StifleR Client Considerations
    • Firewall Ports
    • Permissions
    • Antivirus Exclusions
    • Network Topology
    • StifleR Generic Concepts
      • Client Leader Roles
        • Red Leader
        • Blue Leader
        • Green Leader
        • Examples of Leader Selection
      • Templates
      • Beacons
  • Installation
    • Overview
    • Server
      • StifleR Server Installation
      • StifleR Dashboard Installation
      • StifleR Beacon Installation
    • Client
      • StifleR Client Installation
      • Post Installation Checks
  • Configuration
    • Configuration Files
      • StifleR Server Configuration File
        • Using the AppSettings Override File
      • StifleR Client Configuration File
      • StifleR Dashboard Configuration File
    • Configuring BranchCache on Windows Server
    • Configuring Delivery Optimization
    • Configuring LEDBAT on CM DPs
    • Configuring a Beacon Server
    • Configuring StifleR SQL History
    • StifleR Network Locations
      • Automatic linking of Location, Network Groups and Networks
      • Network Topology Automation
      • Location Fields
        • Network Group Fields
          • Network Fields
    • StifleRulez.xml Configuration Guide
      • The Match – TypeData
        • When the Job Title Isn’t Suitable
        • ConfigMgr Specific Rules
      • The Setting - DownloadTypes
        • Delivery Optimization Jobs
      • Sample StifleRulez.xml
    • Securing StifleR Operations with SSL
      • Prerequisites
      • Using a Web Server Certificate
        • Requesting a Web Server Certificate
      • Using a Self-Signed Certificate
      • Preparing the StifleR Dashboard Web Site for SSL
      • Configuring StifleR to Use SSL
      • Finding the Certificate Thumbprint
    • StifleR Client Access Control Options
  • Operations
    • Dashboard
      • Overview & Navigation
        • Home Page
        • Traffic & Downloads
          • Transfers & Downloads
            • How to use query hosts search?
          • Running Sequences
          • Weekly Downloads Activity
          • History
        • Devices
          • Clients
            • Client Details
              • How to use an extended search?
          • Servers
          • StifleR Server
            • Templates Detail
        • Cache Management
        • System Resource Usage
        • Network Topology
          • Maps
          • Countries
          • Locations
            • Bandwidth Allocations and Locations
          • Network Groups
          • Networks
        • Reporting & Diagrams
    • Client Management & Remote Tools
      • Remote PowerShell Session
      • Remote Performance Counter
      • Remote WMI Browsing
      • Remote Event Log Viewer
      • Remote Netmon Session
    • Monitoring
      • StifleR server health
      • StifleR client health
      • BranchCache Testing and Monitoring
    • Maintenance tasks
    • Bandwidth Management and Allocation
      • Bandwidth Tuning Monitoring and Control
    • Backup and Recovery
      • Moving the StifleR Server Databases to a New Drive on the Same Server
    • Troubleshooting
      • StifleR Client Command Line Options
      • BranchCache across Subnets
    • StifleR WMI Provider
Powered by GitBook
On this page
  • Prerequisites
  • Installation
  • Automated Installation
  • Automated Installation via Script
  • Manual Installation
  1. Installation
  2. Client

StifleR Client Installation

Prerequisites

  • Windows 10 or later

  • Supported are x86 or x64 versions of the operating systems

    • Professional, Enterprise or Ultimate versions

    • Newer Educational SKU is also supported

    • Microsoft .NET 4.8 must be installed on the client

Installation

Automated Installation

You can install the StifleR Client interactively, via the MSI wizard based install. This is described in the StifleR Planning and Deployment guide. For the purposes of expediency and testing however, we will install the client using the MSI command line.

For example:

To install the StifleR Client with default settings, in Windows Service Based Mode with a single StifleR server defined , and the URL for the StifleR rules XML download, run the following command line from an elevated command prompt:

msiexec /i StifleR.ClientApp.Installer64.msi INSTALLTYPE=2 STIFLERSERVERS=http://yourserverfqdn:1414 STIFLERULEZURL="http://yourserverfqdn/StiflerRules/StifleRulez.xml" UPDATERULESTIMERINSEC="3600" /qn

The full table showing the available MSI properties, switches, options and defaults can be found in the Planning and Deployment guide.

MSI Parameter
Description
Example

STIFLERSERVERS

The URL and port hosting the StifleR service.

http://yourserverfqdn:1414

STIFLERULEZURL

The URL hosting the StifleRulez.xml file.

http://yourserverfqdn/StiflerRules/StifleRulez.xml

INSTALLDIR

The location in which the program files should be installed.

C:\Program Files\2Pint Software\StifleR Client

Automated Installation via Script

2Pint has provided an installation script which can be used to automate the installation as well as handle various scenarios which might occur during the installation. The script can be found at the following location:

The script implementation includes two files:

  • StifleR_Client_Installer.ps1

  • StifleRDefaults.ini

To deploy the script, all of the files and the StifleR.ClientApp.Installer64.msi should be placed in the same folder or content source folder. To customize the client installation for your environment, modify the StifleRDefaults.ini with the settings specific to your environment. To invoke the settings in the StifleRDefaults.ini file, use the following command:

.\StifleR_Client_Installer.ps1 -Defaults .\StifleRDefaults.ini

Manual Installation

From an Elevated Command prompt launch StifleR.ClientApp.Installer64.msi.

At the "Welcome" screen, feel welcomed, and then click Next.

At the "End-User License Agreement" screen, once you have reviewed the EULA, check the box: I accept the terms in the License Agreement, and then click Next.

At the"StifleR Server(s) screen, enter the URL to the StifleR web service and port and then click Next.

At the "Destination Folder" screen, enter the path in which the StifleR Beacon server program files should be installed and then click Next.

At the "Ready to install..." screen, click Install to begin the installation.

At the "Completed" screen, the installation wizard is complete. Click Finish and enjoy a nice cup of craft beer, you’ve earned it.

PreviousClientNextPost Installation Checks

Last updated 8 months ago

https://github.com/2pintsoftware/StifleRScripting/tree/master/InstallerScripts/Client