installation must be on a local hard drive yarn code example
Example 1: installation directory must be on local hard drive
msiexec /i "c:\AnyPath\YourInstaller.msi"
Example 2: installation directory must be on local hard drive
msiexec /i "c:\AnyPath\YourInstaller.msi" WIXUI_DONTVALIDATEPATH="1"