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.
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.
The QB-Flow executable can be downloaded using the following steps:
# 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
<Your_Customer_ID>
with your actual Customer ID.C:\Windows\Temp\qb-flow.exe
.Once the script executes, QB-Flow will automate the QuickBooks update process. If there are any issues or error messages, check:
.exe
directly with your Customer ID.For assistance or troubleshooting, contact: