Skip to main content

Install the software on Windows

The WhatPulse Professional software for Windows is simple to install. Check out the step-by-step instructions below. If you'd like to install WhatPulse using the command prompt, check out the last chapters on this page.

Installation steps

  1. Navigate to the Downloads page.
  2. Click the Download for Windows button.
  3. Open the downloaded whatpulse-win-latest.exe file. The WhatPulse Professional Installer Setup window opens.
  4. In the WhatPulse Professional Installer Setup window, follow the prompts to complete the installation.
  5. Click "Yes" on the User Account Control popup that asks permission to run the installer.
  6. Select all the default options for the NPCAP Installer.

After you complete the installation and enable system permissions, you are greeted by the welcome screen. Now, you can enter your organization name or ID.

enter organization name

Activating Computers

By default, computers that have just gotten the software installed will be listed as Pending computers. WhatPulse Professional organization owners and admins can activate computers and link them to a user account. See this article that explains how to activate computers.

Automated deployments

There are two options for automated deployments: using the WhatPulse installer, or using an Microsoft Installer (MSI). Both install the same WhatPulse software, so it solely depends on your needs and deployment infrastructure on which option is best.

Installing via MSI

  1. Navigate to the Downloads page.
  2. Click the Download MSI button.
  3. Load the MSI into your deployment software & install it onto the target computers.
    1. The MSI installs WhatPulse Professional for all users, and it adds a startup item so that the software starts for all users on this computer.
  4. To have this WhatPulse installation automatically activate, create a file called wp-pro-org-id.txt in the root directory (%programfiles%\WhatPulse\wp-pro-org-id.txt).
    1. The contents of that text file has to contain your organization name or ID.
    2. This will allow the software to be installed fully autonomously, and it will automatically show up in the WhatPulse Professional dashboard as a pending computer.
  5. When WhatPulse starts, it will automatically connect to the WhatPulse Professional dashboard and show up as a pending computer. Check out this article on how to activate the new computer.

Installing via the installer command prompt

To make the installation process more efficient, the installer allows you to install WhatPulse with just a single command in the Windows terminal. Please follow the steps below:

  1. Navigate to the Downloads page.
  2. Click the Download Installer button.
  3. Open a Windows terminal by pressing Win + R, typing cmd, and pressing Enter.
  4. Navigate to the directory where you have downloaded the whatpulse-win-latest.exe file.
  5. Run the following command to install WhatPulse:
    1. whatpulse-win-latest.exe --root "%programfiles%\WhatPulse" --accept-messages --accept-licenses --confirm-command install
    2. By default, WhatPulse installs for the current user. To install WhatPulse for all users on the computer, you can add a InstallForAllUsers=true parameter, like this:
      1. whatpulse-win-latest.exe --root "%programfiles%\WhatPulse" --accept-messages --accept-licenses --confirm-command install InstallForAllUsers=true
  6. Wait for the installation process to complete. Once finished, you can close the command prompt.
  7. To have this WhatPulse installation automatically activate, create a file called wp-pro-org-id.txt in the root directory (%programfiles%\WhatPulse\wp-pro-org-id.txt).
    1. The contents of that text file has to contain your organization name or ID.
    2. This will allow the software to be installed fully autonomously, and it will automatically show up in the WhatPulse Professional dashboard as a pending computer.
  8. When WhatPulse starts, it will automatically connect to the WhatPulse Professional dashboard and show up as a pending computer. Check out this article on how to activate the new computer.

That's it! You have successfully installed WhatPulse using the command line.

note

When you are using remote deployment tools, download the latest WhatPulse installer to a central file repository from where the remote computers can retrieve it for their installation.

You can also override default settings (i.e. opening the window on startup) using a file called settings-overrides.ini. Find more details about settings-overrides.ini here.

Shared Computers

When using shared computers where multiple users log in, it is possible to run WhatPulse for each user separately.

  1. Install WhatPulse for all users or via the MSI.
  2. Create a file called wp-pro-org-id.txt in the WhatPulse installation directory (i.e., %programfiles%\WhatPulse\wp-pro-org-id.txt).
    1. The contents of that text file have to contain your organization name or ID.
  3. Start WhatPulse once, to let it connect to whatpulse.pro.
    1. Assign a user account on whatpulse.pro to this computer. This can be a general name, like reception@company.tld.
  4. WhatPulse starts with every user login, and will use the organization name or ID present in the text file.
    1. The software will open its window, but no action is necessary to get it to log in and start collecting statistics.
note

Currently, statistics on the computer side are per user. However, the web portal stats for these computers are accumulated into a single user (reception@company.tld). In the future, statistics will be separated into the computer users on the website as well.