Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Issue with Installing Microsoft Office #134

Description

@mrmte

Hi all im having a little issue with installing office in SplashBuddy. I am using the Office 365 Business Pro from https://macadmins.software/

The issue i can see is with the io.fti.SplashBuddy.plist preference file. For office i have to specify the EXACT package name otherwise SplashBuddy doesnt see this in the jamf log file and doesnt move on.

<dict>
			<key>canContinue</key>
			<false/>
			<key>description</key>
			<string>Installing Microsoft Office</string>
			<key>displayName</key>
			<string>Productivity</string>
			<key>iconRelativePath</key>
			<string>office.png</string>
			<key>packageName</key>
			<array>
				<string>Microsoft Office</string>
				<string>Microsoft_Office_16.55.21111400_BusinessPro_Installer</string>
			</array>
		</dict>

This is a bit of a problem because everytime i wish to include a newer version of Office in the deployment i have to update the preference file, repackage SplashBuddy and upload it to my Jamf Pro. Does anyone know if this is a known issue or a workaround?

Thanks

Tim

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions