To skip the scanner driver installation must be on Passagepoint build version 6437 or higher.
To find the version:
log in with admin>> go to home> configure system> product licenses> on the right hand side> product version> I'll need the last 4 numbers.
Steps to skip the scanner driver installation.
1) Navigate to "\PPGlobal" directory
2) Edit the "client.bat" file using any text editor
3) Update the "set SKIP_SCANNER_DRIVER=0" to "set SKIP_SCANNER_DRIVER=1"
The "set SKIP_SCANNER_DRIVER=0" will be in the top of the client.bat file, see below.
NOTE: if you do not see this line in the client.bat file, then add it manually
@echo off
:: Temporarily set PP_Server for standalone environment
:: Need to change this process after Kondra re-works pre-loader for remote servers
Set PP_SERVER=localhost
setlocal
set SKIP_SCANNER_DRIVER=0