jimm98y / MSSQLEXPRESS-M1-Install

Installers and installation scripts for Microsoft SQL Server Express on ARM64.
MIT License
252 stars 57 forks source link

Invalid value for setting MediaPath #17

Closed Kos-UlpiaTech closed 1 year ago

Kos-UlpiaTech commented 1 year ago

If you get path errors like: Invalid value 'Microsoft.PowerShell.Core\FileSystem::\\Mac\Hnstall-main\src\Temp' for setting 'MediaPath': The specified directory path, "Microsoft.PowerShell.Core\FileSystem::\\Ma1-Install-main\src\Temp", is a relative path. However, the directory path must be an absolute path. Specify an absolute

then you need to move the downloaded script to a location where the path looks like a normal Windows path such as C:\Users\YOUR_USER\Downloads If I go to This PC -> Downloads in parallels the path is like this \\Mac\Hnstall-main ... if I go to This PC -> Local Disk (C:) -> Users -> Your Username -> Downloads then the path is like this C:\Users\YOUR_USER\Downloads

Huge thank you to @jimm98y for creating this script and sharing it. I installed SQL Server successfully on Mac with M1 chip