(Lakeside software) Systrack installation from JAMF Pro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
03-03-2021
09:40 AM
- last edited
yesterday
by
kh-richa_mig
Hi,
I made a installation of systrack application to mac OS users from Jamf Pro console.
At starting, I faced some issues with web socket connection error.
Later found the solution to install.
- Package the systrack.pkg file.
- Package the lsiagent configuration file to tmp folder which comes with your systrack installation zip file. And add a below post installation script with in this package as well.
#!/bin/bash sudo mv /private/tmp/lsiagent.cfg /Library/Application Support/Lakeside Software sudo /Library/Application Support/Lakeside Software/lsiagentctl setup
Finally deploy both the packages to end user Macs through policy.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 04-05-2021 09:33 AM
Curious what led you to reverse engineer a properly coded flat and signed package from SysTrack?
All you should need to do is install the package and follow up with an "After" (postinstall) script that applies the CCID.
https://donmontalvo.com

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 04-06-2021 05:34 AM
Of note. the documentation has a capital letter "I" in place of a lowercase "i" when listing the identifier. For those that are not using PPPC Utility and are just doing a copy pasta from vendor doc

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 12-03-2021 10:37 AM
Currently doing a POV for Systrack, what is being used for detecting install version? Leveraging extension attribute?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2021 12:53 PM - edited 12-03-2021 12:54 PM
awk it from "/Library/Application/ Support/Lakeside Software/lsiagent.chg"
https://donmontalvo.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 12-11-2021 10:58 AM
My apologies, forgot to include the command:
cat /Library/Application\ Support/Lakeside\ Software/lsiagent.cfg | awk -F'=' '/Version/ {print $2}'
https://donmontalvo.com
