I\'m working on a powershell script to install Autodesk products and I am having some trouble.
I\'ve tried this many different ways and keep running into errors.
Any luck with storing the entire argument in a variable then passing it to start-process?
example:
$argument = "/i $dirFiles\ABDS2017\Img\x64\RVT\RVT.msi INSTALLDIR='C:\Program Files\Autodesk\' ADSK_SETUP_EXE=1 /qb!" (start-process msiexec.exe -argumentlist $argument).ExitCode