• Joined on 2025-07-20
michael commented on issue Installomator/Installomator#648 2026-01-19 18:34:49 +00:00
Version checking before quitting app?

@Theile commented on GitHub:

I get it, but how do you handle this in Jamf. You would have to investigate it somehow yourself, I guess… Or do you just make this available in Self Service?

When…

michael commented on issue Installomator/Installomator#648 2026-01-19 18:34:49 +00:00
Version checking before quitting app?

@Theile commented on GitHub:

My suggestion with the example of Signal.app: Add variable to the caseStatement called appNewVersion, and the caseStatement for Signal will be as follows: ` …

michael commented on issue Installomator/Installomator#649 2026-01-19 18:34:49 +00:00
Finding Team ID

@scriptingosx commented on GitHub:

codesign verifies the signature, but not notarization status.

michael commented on issue Installomator/Installomator#647 2026-01-19 18:34:49 +00:00
Support for installing software provided by Apple

@hkrewson commented on GitHub:

spctl first tells us the pkg is 'accepted' . That should be plenty to check for with or without the TeamID.

michael commented on issue Installomator/Installomator#648 2026-01-19 18:34:49 +00:00
Version checking before quitting app?

@Theile commented on GitHub:

I have tried to make a branch and create my suggestions in there. Hope that was the right way to do it…

michael commented on issue Installomator/Installomator#647 2026-01-19 18:34:49 +00:00
Support for installing software provided by Apple

@scriptingosx commented on GitHub:

@hkrewson spctl/GateKeeper only checks whether the signature is from a valid Developer ID. A malicious attacker could create a 'fake'/malicious app installer…

michael commented on issue Installomator/Installomator#648 2026-01-19 18:34:49 +00:00
Version checking before quitting app?

@Theile commented on GitHub:

Improved main code section part for debug: # Exit if new version is the same as installed version #echo "appversion $appversion" #for testing `#echo "appNewVers…

michael commented on issue Installomator/Installomator#641 2026-01-19 18:34:48 +00:00
find proper blocking processes for microsoftsharepointplugin

@Theile commented on GitHub:

We have this note on this label: # Microsoft has marked this "oldpackage", should probably not be used anymore

Do we still need this?

michael commented on issue Installomator/Installomator#641 2026-01-19 18:34:48 +00:00
find proper blocking processes for microsoftsharepointplugin

@acodega commented on GitHub:

I support closing this I don't think it's relevant and probably obsolete.

michael opened issue Installomator/Installomator#644 2026-01-19 18:34:48 +00:00
citrixworkspace download is failing
michael commented on issue Installomator/Installomator#640 2026-01-19 18:34:48 +00:00
Support GitHub API token

@acodega commented on GitHub:

Closing old issue. (Excuse the lateness, doing some housekeeping on Issues)

michael opened issue Installomator/Installomator#646 2026-01-19 18:34:48 +00:00
getAppVersion function-call in the bottom does not give any result
michael closed issue Installomator/Installomator#644 2026-01-19 18:34:48 +00:00
citrixworkspace download is failing
michael opened issue Installomator/Installomator#645 2026-01-19 18:34:48 +00:00
getAppVersion never finds anything
michael opened issue Installomator/Installomator#641 2026-01-19 18:34:48 +00:00
find proper blocking processes for microsoftsharepointplugin
michael opened issue Installomator/Installomator#642 2026-01-19 18:34:48 +00:00
User facing error notification
michael opened issue Installomator/Installomator#643 2026-01-19 18:34:48 +00:00
generic function for Sparkle update feeds
michael closed issue Installomator/Installomator#641 2026-01-19 18:34:48 +00:00
find proper blocking processes for microsoftsharepointplugin
michael closed issue Installomator/Installomator#642 2026-01-19 18:34:48 +00:00
User facing error notification
michael commented on issue Installomator/Installomator#643 2026-01-19 18:34:48 +00:00
generic function for Sparkle update feeds

@Theile commented on GitHub:

Do we always know where the sparkle feed is? Not sure I follow this, as I usually have a hard time finding sparkle feeds, and they are often used differently for…