Thanks for the reply, I have already sorted this out and fixed the issues. there was a couple items that needed changed and the parameters needed to be closed. I did go through all the documentation but it did not really go through what I was having issues with.
essentially I was looking for input on what I was missing in the above Execute-MSI command. running the command with msiexec.exe worked without issues but the execute-msi would not work. below is a snip of the final command that worked...
Execute-MSI -Action Install -Path "ClientSetup.msi" -parameters "/qn ADDLOCAL=ImageNowClient,Pixtran,Accusoft,SystemFiles,LeadTools,OneDirectory,ImageNowPrinter IN_PROFILENAME=DefaultProfile IN_SERVER_NAME=image.server.ca IN_PORT_NO=6000 STARTMENUICON=Yes DESKTOPICON=Yes QUICKLAUNCHICON=Yes REMOVEOLDVERSIONS=Yes"
Again thanks for the reply back, much appreciated.
essentially I was looking for input on what I was missing in the above Execute-MSI command. running the command with msiexec.exe worked without issues but the execute-msi would not work. below is a snip of the final command that worked...
Execute-MSI -Action Install -Path "ClientSetup.msi" -parameters "/qn ADDLOCAL=ImageNowClient,Pixtran,Accusoft,SystemFiles,LeadTools,OneDirectory,ImageNowPrinter IN_PROFILENAME=DefaultProfile IN_SERVER_NAME=image.server.ca IN_PORT_NO=6000 STARTMENUICON=Yes DESKTOPICON=Yes QUICKLAUNCHICON=Yes REMOVEOLDVERSIONS=Yes"
Again thanks for the reply back, much appreciated.