Dear,
when trying to install Foxit PDF Editor 12 (MSI) (published to intune), while using the option "Modify command line" and adding the arguments "ADDLOCAL=ALL, ADVERTISE="FX_CREATOR"" it works as expected.
When adding an extra argument, like AUTO_UPDATE="0" (so total parameter is ADDLOCAL=ALL, ADVERTISE="FX_CREATOR", AUTO_UPDATE="0"), it fails. When I did some research about the error in the company portal, it says "unvalid commandline parameters"
When I'm using ADDLOCAL=ALL, ADVERTISE="FX_CREATOR", AUTO_UPDATE="0" as parameter directly in powershell, it works perfectly.
Tryed different orders, no result.
Example of a valid command directly in powershell: msiexec /i "FoxitMSI.msi" ADDLOCAL=ALL, ADVERTISE="FX_CREATOR", AUTO_UPDATE="0"
Thanks in advance!
Kr,
A.
Hello ,
Adding the following command is successful in my lab. You do not need to encapsulate commands that have no spaces
ADDLOCAL=ALL ADVERTISE=FX_CREATOR AUTO_UPDATE=0
Regards
Ben
Hi!
Thanks, it worked indeed!
Didn't test this since I was following the Foxit guideline for installations with commandline.