Msi commandline parameters

Great it’s working!
Thanks to the contribution of gtaylor in topic “MSI Parameters Not Working from SCCM”
Pay attention to the backticks.

My working entry is:

Execute-MSI -Action 'Install' -Path "64bit\SolidWorks\SolidWorks.Msi" -Parameters "/qb INSTALLDIR=`"C:\Program Files\SOLIDWORKS 2020`" SOLIDWORKSSERIALNUMBER=`"xxxx xxxx xxxx xxxx xxxx xxxx`" ENABLEPERFORMANCE=`"1`" OFFICEOPTION=`"3`" ADDLOCAL=SolidWorks,SolidWorksToolbox TOOLBOXFOLDER=`"C:\SOLIDWORKSData 2020\`""

Regards,