Hi, just wondered if someone could help me,
I've created a distribution using the enterprise MSI for foxit reader. I've tested the install and uninstall commands with an elevated command prompt on my test machine and both install with silent installs no problem.
Install:
msiexec /i "FoxitReader734_enu_Setup.msi" /qn
uninstall:
msiexec /x {CC9C20CB-394A-40E9-AC56-3542D5F865AC} /q
Ive created a system install, and set the installation visibility to hidden, and the user can see it in the software centre, but when they install it, they get the full install wizard? it allows them to go though the install and finish it, but im trying to hide this part, which works ok from my command line install?
Any suggestions on why this behaviour is occurring?
Also, once they've run though the install, the installation status is showing as failed, even though its completed?
Thanks