AutoSPInstaller icon indicating copy to clipboard operation
AutoSPInstaller copied to clipboard

$inputFile is referenced but is not supplied to function CheckConfigFiles

Open Richardsprofile opened this issue 3 years ago • 0 comments

When a product key is in a wrong format, the function CheckConfigFiles try to throw error. Part of the error message is formed by running "$(Split-Path -Path $inputFile -Leaf)`". $inputFile is referenced here but the function definition does not have an input parameter to accept it.

Referenced file: SP/Automation/AutoSPInstallerModule.ps1m Line: 295

Richardsprofile avatar Feb 01 '23 10:02 Richardsprofile