Cannot bind argument to parameter ‘Path’ because it is an empty string error during Sitecore Commerce Installation

The above error occurred when I was installing Sitecore Experience Commerce 9.2 Initial Release.

To resolve above error, I performed following steps –

Step 1 – Open the Deploy-Sitecore-Commerce.ps1 file in editor. (The powershell script file for Sitecore Experience Commerce Installation)

Step 2 – Go to lines 59 to 73. In these lines, there are parameters that have values of paths of zip files. These values are not precise and have ‘*’ to represent versions. Change these values to precise values of the versions mentioned on respective zip files.

Copy full names of zip files from directory
Paste the complete names in installation script

Step 3 – Re-run the installation script and you won’t receive this error again!

Leave a comment