Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

altigen voip client install msiexec

Hi, trying to create install package using .msi file Once install directory manually copied to local machine i can successfully run msiexec /i [package_path\file.msi] /qn and program gets installed fine, also /x options uninstalls it also.

However when i try using PDQ Deploy the process hangs..... I chose "include entire directory" in the options and command looks like msiexec.exe /i "MaxAgent 8.5.msi" ALLUSERS=1 /qn /norestart /log output.log i tried entering choosing custom command, however i got error message stating that conditions were not met.... any ideas ?

0

Comments

5 comments
Date Votes
  • That error sounds like a condition set on the step isn't being met. What conditions do you have set on the package and step?

    0
  • i set it to all versions, 32/64bit always run, and none

    thanks

    0
  • hi, what next steps can i take to resolve this? thanks!

    0
  • hi, is there anything else that can be done?

    0
  • Please post a screenshot of the error you're getting and export your package to XML (Right-click --> Export). You can paste the XML into your reply as code or upload it to something like pastebin or gist.github.com.

    0