How to Download and Run the QB-Flow Standalone Executable

Overview

The QB-Flow executable allows you to automate QuickBooks updates seamlessly. Follow this guide to download the standalone .exe and run it using PowerShell outside of Nerdio.

Step 1: Locate Your Customer ID

Before proceeding, ensure you have your Customer ID. This is included in the Welcome Email sent to you after subscribing to QB-Flow. Keep it ready, as you will need it to run the executable.

Step 2: Download the QB-Flow Executable

The QB-Flow executable can be downloaded using the following steps:

  1. Open PowerShell as an Administrator.
  2. Copy and paste the script below into the PowerShell console:
# Enter your Customer ID, which can be found in your Welcome Email after subscribing to QB-Flow
$customerid = "Your_Customer_ID"

# URL to download the QB-Flow executable
$QBUpdateURL = "https://flowdevsblob.blob.core.windows.net/qbflow/QB-flow.exe"
# Destination path for the QB-Flow executable
$QBdestination = "C:\Windows\Temp\qb-flow.exe"

# Create a WebClient object to download the file
$webclient = New-Object System.Net.WebClient
$webclient.DownloadFile($QBUpdateURL, $QBdestination)

# Execute the QB-Flow application with the Customer ID as an argument
Start-Process $QBdestination -ArgumentList "/customerid $($customerid)" -NoNewWindow -Wait

  1. Replace <Your_Customer_ID> with your actual Customer ID.
  2. Press Enter to run the script. This will:
    • Download the QB-Flow executable to C:\Windows\Temp\qb-flow.exe.
    • Run the executable with your Customer ID as an argument.

Step 3: Verify the Execution

Once the script executes, QB-Flow will automate the QuickBooks update process. If there are any issues or error messages, check:

Step 4: Additional Tips

Support

For assistance or troubleshooting, contact: