Posted on 07-09-2020 11:50 AM
Hello group,
I'm attempting to create a custom ForcePoint ( WebsenseEndpoint ) installer for hosting on Self Service and automated deployment via policy. At present installing ForcePoint is a manual and tedious process that involves installing two separate packages with administrative privileges. These two packages require launching and installation to be done from within the directory that contains the required " ca.cer " , " DLPClientConfig.hsw " and " localConfig.xml " files ( listed below ) .... I've used ForcePoints " WebsenseEndpointPackageBuilder.exe " package builder application on Windows which creates the folder contents listed below, great but still requires manual installation ...
Does anyone have any insight or had luck creating a custom package in composer ? I've tried multiple times with little to no luck...Any help would be greatly appreciated.
1) ca.cer
2) DLPClientConfig.hsw
3) localConfig.xml
4) WebsenseEndpoint.pkg
5) WebsenseEPClassifier.pkg
Cheers,
ColonelClank
Solved! Go to Solution.
Posted on 07-09-2020 02:49 PM
Maybe your issue is the single quotes in the first 2 lines of your script? Also, does ls -lah /private/tmp show the files, or do you need to uses /tmp?
We're deploying the files to /private/tmp/EndpointInstaller with Composer.
Postinstall script is this:
#!/bin/sh
/usr/sbin/installer -pkg /tmp/EndpointInstaller/WebsenseEndpoint.pkg -target /
Posted on 07-09-2020 01:03 PM
Just wanted to add that following note, that ForcePoints instructions are not working -
https://support.forcepoint.com/KBArticle?id=000016604
My Composer post install code ,
'#!/bin/sh'
'## postinstall'
sudo /usr/sbin/installer -pkg /private/tmp/ForcePoint_20.02/EndpointInstaller/WebsenseEndpoint.pkg -target /
Posted on 07-09-2020 02:49 PM
Maybe your issue is the single quotes in the first 2 lines of your script? Also, does ls -lah /private/tmp show the files, or do you need to uses /tmp?
We're deploying the files to /private/tmp/EndpointInstaller with Composer.
Postinstall script is this:
#!/bin/sh
/usr/sbin/installer -pkg /tmp/EndpointInstaller/WebsenseEndpoint.pkg -target /
Posted on 02-25-2022 12:39 AM
Hello , how can i deploy file with comprosser i couldnt find it actually.
03-06-2023 02:49 AM - edited 03-06-2023 07:39 AM
merps,
thanks it's working for me
Posted on 07-09-2020 03:24 PM
took your advice and changed paths - 'appears' to be working now.... Thank you :)
Posted on 05-28-2021 05:14 AM
@merps @colonelclank have you managed to get this working on Big Sur? I'm trying to get it working for a client and get several system certificates popups that need admin to approve which is no use in this organisation as they aren't admins. I have 20.12 as the client version.
Posted on 07-20-2021 07:28 AM
I have the same problem was this problem resolved for you ?