$MSI=AppInst.msi $LOG=AppInst.log $MSIArguments = @( "/i" $MSI "/qn" "/norestart" "/L*v" $LOG ) Start-Process "msiexec.exe" -ArgumentList $MSIArguments -Wait -NoNewWindow
No comments:
Post a Comment