I am automating installation through a Powershell script and am having some issues with unzipping to a path given by a parameter rather than being hardcoded. The unzipping seems
Try it this way:
& $7zipexe x $zipFile `-p$zipFilePassword `-o$path -y