Silent install of Filemaker 17 Pro Advanced
Has anyone had any luck creating a silent install Package for Filemaker Pro 17? I had 16 working by using pulling out the .msi files from the .exe and installing the required components first which was essentially C++ Redistrib and a .NET component, then the Filemaker MSI itself. That strategy isn't working for 17. I keep getting an unknown error on the Filemaker MSI component.
I then tried using just the straight .exe network install path with the answer file and that runs, says completed but doesn't actually install.
Comments
Hey Jim,
Don't have access to the software to test here, but I found their documentation for network deployments here: https://fmhelp.filemaker.com/docs/17/en/fmpnisg/#install-filemaker-pro-windows_install-method-windows
A lot of the time MSI installers will have fairly detailed output files, have you tried reviewing those as well?
Hi Jim, I'm attempting to build a v16 installer package using your technique. I've got the C++ and .NET installers to run but not the actual FMP installer. Did you use the same arguments as per the Filemaker network install guide i.e. /s /v /qn?
The log argument is used, but where would this file be written to?
Do we have many Filemaker users in the PDQ Deploy community? It is a niche product I know, but I thought there might be someone here that could help out.
I can confirm that I am having the same Issue with v17 of File Maker Pro. Same Arguments work fine for v16. Trying to find a solution
Jim - Are you seeing the following error in your log file?
Action start 11:57:42: PDFInfo. CustomAction PDFInfo returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox) Action ended 11:57:42: PDFInfo. Return value 3. Action ended 11:57:42: INSTALL. Return value 3.
I don't know if you still need it, but just the "/qn" on the setup.exe has worked for me in 17 and 18, it will also install the extra software like bonjour the .msi won't.
https://fmhelp.filemaker.com/docs/17/en/fmpnisg/index.html#install-filemaker-pro-windows_set-silient-assisted-installations-windows
https://fmhelp.filemaker.com/docs/18/en/fmpnisg/#install-filemaker-pro-windows_set-silient-assisted-installations-windows
FileMaker Pro 17 Advanced worked with setup.exe /qn and as mentionned by Denham also installed Bonjour.
I had to check "Include Entre Directory". Without this, I had an error code (Setup.exe returned error code 1)