esecute-msi error

Hi all
i’m trying to install an msi but testing it i have an error and it happens with every msi i try

[Execute-Process] :: Executing [C:\Windows\system32\msiexec.exe /i “\as005sms\SMSPackages\FastwebAddins\OutlookPlugin\Files\Fastweb.Antispam.Addin.Setup.msi” TRANSFORMS="/norestart" TRANSFORMSSECURE=1 /quiet /L*v “C:\W
indows\Logs\Software\Fastweb.Antispam.Addin.Setup_Install.log”]…
[11-08-2016 11:56:06.018] [Installation] [Get-MsiExitCodeMessage] :: Get message for exit code [1624].
[11-08-2016 11:56:06.029] [Installation] [Execute-Process] :: Execution failed with exit code [1624]: Error applying transforms. Verify that the specified transform paths are valid.

Hi,

Try this instead:

Execute-MSI -Action ‘Install’ -Path ‘Fastweb.Antispam.Addin.Setup.msi’ -Parameters “/norestart TRANSFORMSSECURE=1 /quiet /L*v “C:\Windows\Logs\Software\Fastweb.Antispam.Addin.Setup_Install.log””

I added the ‘/QN’ parameter and now it works