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 ?
Comments
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?
i set it to all versions, 32/64bit always run, and none
thanks
hi, what next steps can i take to resolve this? thanks!
hi, is there anything else that can be done?
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.