I've read articles on how to deploy MSI files or even MSP, I was not able to figure it out. However I figured out how to deploy, this is what I did:
Code:
start /wait filelocation\filename.msp /quiet
or for no reboot, /norestart
Worked like a charm for me,
I appreciate the follow up, thanks!