Skip to content

Commit 675469b

Browse files
committed
updated for v1.1.1
1 parent d3cec32 commit 675469b

File tree

4 files changed

+34
-32
lines changed

4 files changed

+34
-32
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Setup Manager - Change Log
22

3+
## v1.1.1
4+
(2025-01-28)
5+
6+
- updated included Installomator script to [v10.7](https://github.com/Installomator/Installomator/releases/tag/v10.7)
7+
38
## v1.1
49
(2024-10-23)
510
### New Features

ConfigurationProfile.md

Lines changed: 24 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
The project some sample files to get you started:
44
- [sample plist](Examples/sample-com.jamf.setupmanager.plist) for Jamf Pro
5-
- [sample plist](Examples/sample-waitForUserEntry.plist) for Jamf Pro with [two phase workflow](Docs/JamfPro-TwoPhase.md)
6-
- [configuration profile](Examples/sample-jamfschool.mobileconfig) for Jamf School
5+
- [sample plist](Examples/sample-waitForUserEntry) for Jamf Pro with [two phase workflow](Docs/JamfPro-TwoPhase.md)
6+
- [configuration profile](Example/sample-jamfschool.mobileconfig) for Jamf School
77

88

99
## Top-level keys
@@ -12,11 +12,11 @@ The project some sample files to get you started:
1212

1313
(Boolean, default: `false`)
1414

15-
When this is set to `true` any steps that actually change software on the disk will not be performed. This will also allow you to launch Setup Manager by double-clicking as the user. This can be useful to test a profile, or to take screenshots for documentation.
15+
When this is set to `true` any steps that actually change software on the disk will not be performed. This will also allow you to launch Setup Manager by double-clicking as the user. This can be useful to test a profile, or to take screen shots for documentation.
1616

1717
These behaviors change in debug mode:
1818
- checks for the existence of the Jamf binary and keychain are skipped
19-
- Jamf Setup Manager will accept enrollmentActions from a non-managed preference file
19+
- Jamf Setup manager will accept enrollmentActions from a non-managed preference file
2020
- `policy`, `recon`, and `shell` actions that require root are replaced with a delay (and will always complete successfully)
2121
- `watchPath` and `wait` actions timeout and fail after 10 seconds
2222

@@ -54,7 +54,7 @@ Example:
5454
<string>Please wait a few moments while we install essential software…</string>
5555
```
5656

57-
The message can use [substitutions](#substitution).
57+
The message can use [substitutions](#substitution):
5858

5959
Example:
6060

@@ -73,11 +73,11 @@ When this key is set, Setup Manager treats it as an image/[icon source](#icon-so
7373

7474
(String, optional, default: `enrollment`)
7575

76-
**Beta:** We believe the run at login window feature may require more testing, especially in some edge cases. When, after thorough testing, you believe this works in your workflow, feel free to deploy it, and please let us know about your success or any issues you might encounter.
76+
**Beta:** We believe the run at login window feature may require more testing, especially in some edge cases. When, after thorough testing, you believe this works in your workflow, feel free to deploy it, and please let us know about success or any issues you might encounter.
7777

78-
This value determines when Setup Manager should launch. There are two values: `enrollment` (default) and `loginwindow`. When set to `enrollment` Setup Manager will launch immediately when the pkg is installed. This is the setting to use for automated device enrollment (without Auto Advance) and user-initiated enrollment.
78+
This value determines when Setup Manager should launch. There are two values: `enrollment` (default) and `loginwindow`. When set to `enrollment` Setup Manager will launch immediately when the pkg is installed. This is the setting to use for automated device enrollment (without AutoAdvance) and user-initiated enrollment.
7979

80-
When the `runAt` value is set to `loginwindow` Setup Manager will launch only when the login window is shown. This is useful for fully automated enrollments using Auto Advance.
80+
When the `runAt` value is set to `loginwindow` Setup Manager will launch only when the login window is shown. This is useful for fully automated enrollments using AutoAdvance.
8181

8282
A setting of `loginwindow` will only work with enrollment setups that eventually end on the login window (i.e. a user has to be created automatically, the device is bound to a directory, etc).
8383

@@ -125,14 +125,14 @@ Example:
125125

126126
This key changes the duration (in seconds) of the "final countdown" before the app automatically performs the `finalAction` (continue or shut down). Set to `-1` (or any negative number) to disable automated execution.
127127

128-
Example:
128+
Examples:
129129

130130
```xml
131131
<key>finalCountdown</key>
132132
<integer>30</integer>
133133
```
134134

135-
Disable the countdown:
135+
Disable the
136136

137137
```xml
138138
<key>finalCountdown</key>
@@ -143,7 +143,7 @@ Disable the countdown:
143143

144144
(String, optional, default: `continue`)
145145

146-
This key sets the action and label for the button shown when Setup Manger has completed. When this key is set to `shutdown` (no space!) it will shut down the computer, otherwise it will just quit Setup Manager ("continue"). This is also the action that is performed when the `finalCountdown` timer runs out.
146+
This key sets the action and label for the button shown when Setup Manger has completed. When this key is set to `shutdown` (no space!) it will shut down the computer, other wise it will just quit Setup Manager ("continue"). This is also the action that is performed when the `finalCountdown` timer runs out.
147147

148148
When the `DEBUG` preference is set, shutdown will merely quit/continue.
149149

@@ -186,7 +186,7 @@ Example:
186186

187187
(String, Jamf Pro only)
188188

189-
Set this to `$JSSID` in the configuration profile and Setup Manager will be aware of its computer's id in Jamf Pro. It will be displayed in the 'About this Mac…' popup, when clicked with the option key.
189+
Set this to `$JSSID` in the configuration profile and Setup Manager will be aware of its computer's id in Jamf Pro. It will be displayed in the 'About this Mac…' popup.
190190

191191
Example:
192192

@@ -229,7 +229,7 @@ This will set the computer name to `Mac-DEF456` where `DEF456` are the center si
229229

230230
(String, optional)
231231

232-
When set, the "About this Mac" info window will show this value instead of the real serial number. This is useful when making screenshots or recordings for documentation or presentations where you do not want to expose real serial numbers.
232+
When set, the "About this Mac" info window will show this value instead of the real serial number. This is useful when making screen shots or recordings for documentation or presentations where you do not want to expose real serial numbers.
233233

234234
Note: This is for display only. [Substitutions](#substitution) will still use the real serial number.
235235

@@ -286,7 +286,7 @@ The label is used as the name of the action in display.
286286

287287
(String, optional, localized)
288288

289-
The [icon source](#icon-sources) used for the display of the label. Different types of actions will have different default icons, which are used when no `icon` key is present.
289+
The icon source string used for the display of the label. Different types of actions will have different default icons, which is used when no `icon` key is present.
290290

291291
There are several different types of actions, and these are defined by additional keys. These keys will be on the same level as the keys above.
292292

@@ -308,7 +308,7 @@ When the command given in `shell` requires arguments they are listed here, one i
308308

309309
(Bool, default: `false`, optional)
310310

311-
When this key is set to `true`, Setup Manager will only run this when itself is running as root. Otherwise, it will fail the action. When `DEBUG` is enabled, it will replace the action with a delay instead.
311+
When this key is set to `true` Setup Manager will only run this when itself is running as root. Otherwise it will fail the action. When `DEBUG` is enabled, it will replace the action with a delay instead.
312312

313313
Example:
314314

@@ -336,11 +336,7 @@ Example:
336336

337337
(String, Jamf Pro only)
338338

339-
This will run the Jamf Pro policy or polices with the given trigger name. This is the equivalent of running
340-
341-
```
342-
jamf policy -event <triggername> -verbose -forceNoRecon -doNotRestart -noInteraction
343-
```
339+
This will run the jamf policy or polices with the given trigger name. This is the equivalent of running `jamf policy -event <triggername>`
344340

345341
Example:
346342

@@ -390,7 +386,7 @@ Example:
390386
</dict>
391387
```
392388

393-
Note: This is intended to check if an app is installed from the Mac App Store or by Jamf App Installers. In my experience, these installation methods are quite unreliable, hence the timeout. Since you cannot anticipate the order in which these apps may be installed, it is best to put the `watchPath` actions at the end. For large installations, such as Xcode, or Adobe apps, you want to set a large timeout.
389+
Note: This is intended to check if app are installed from the Mac App Store or Jamf App Installers. In my experience, these installation methods are quite unreliable, hence the timeout. Since you cannot anticipate the order in which these apps may be installed, it is best to put the `watchPath` actions at the end. For large installations (Xcode) you want to set a large timeout.
394390

395391
### Wait
396392

@@ -419,7 +415,7 @@ Example:
419415

420416
If Setup Manager reaches this action before the user entry has been completed, it will wait until the user entry is completed and the user has clicked 'Save.'
421417

422-
When the user entry is saved and this action is reached, it will set the computer name, according to the `computerNameTemplate` or what was entered by the user and run a recon/Update Inventory which submits the user data. It will also save the data from the user entry to the [user data file](Docs/Extras.md#user-data-file).
418+
When the user entry is saved and this action is reached, it will set the computer name, according to the `computerNameTemplate` or what was entered by the user and run a recon/Update Inventory which submits the user data. It will also save the data from the user entry to the [user data file](Docs/Extras.md#user-data-file)
423419

424420
This action allows for "two phase" installation workflows where the policies in the second phase are scoped to data from the user entry. After this action, smart groups in Jamf Pro should reflect the data entered and you can use scoping in subsequent policies to choose which policies should or should not run on this device.
425421

@@ -442,7 +438,7 @@ Regardless of whether there is a `waitForUserEntry` action or not, Setup Manager
442438

443439
This will run a Jamf Inventory update.
444440

445-
This action exists mainly for troubleshooting. You should generally not need to add a recon step. By default, Setup Manager will automatically run an inventory update before and after running the enrollment actions. If you have a `waitForUserEntry` action configured, this will also run a recon/inventory update.
441+
You should usually not need to add a recon step. By default Setup Manager will automatically run an inventory update before and after running the enrollment actions.
446442

447443
Example:
448444

@@ -531,7 +527,7 @@ When the icon source starts with `name:`, Setup Manager will get the icon with t
531527

532528
### SF Symbols:
533529

534-
When the icon source starts with `symbol:`, Setup Manager will create the icon using that symbol's name. You can look up symbol names using the [SF Symbols](https://developer.apple.com/sf-symbols/) app.
530+
When the icon source starts with `symbol:`, Setup Manager will create the icon using that symbols name. You can look up symbol names using the [SF Symbols](https://developer.apple.com/sf-symbols/) app.
535531

536532
Note that the availability and appearance of SF Symbols may vary with the OS version and language/region.
537533

@@ -561,7 +557,7 @@ Data from user entry is written, together with some other data to a file when Se
561557

562558
(String, localized)
563559

564-
Provide a default value in one of two ways:
560+
Provide a default value in two ways:
565561

566562
Example:
567563

@@ -681,9 +677,9 @@ The default validation message will show the regular expression the value is not
681677

682678
### Conditionally show the user entry for certain users
683679

684-
You can configure Setup Manager to only show the user entry section when specified users have authenticated in enrollment customization. This enables workflows, where certain users (techs and admins) get the option to re-assign the device to another user, but other users don't see the option.
680+
You can configure Setup Manager to only show the user entry section when specified users have authentication in enrollment customization. This enables workflows, where certain users (techs and admins) gets the option to re-assign the device to another user, but other users don't see the option.
685681

686-
For this, you need to setup the top-level `userID` to receive the `$EMAIL` variable. This will communicate to SetupManager the user who logged in with customized enrollment. Then you add key `showForUserIDs` with an array of user emails to the `userEntry` dict. When both `userID` and `userEntry.showForUserIDs` are set, the user entry UI will only show for the listed users.
682+
For this, you need to setup the top-level `userID` to receive the `$EMAIL` variable. This will communicate the user who logged in with customized enrollment back into Setup Manager. Then you add key `showForUserIDs` with an array of user emails to the `userEntry` dict. When both `userID` and `userEntry.showForUserIDs` are set, the user entry UI will only show for the listed users.
687683

688684
#### `showForUserIDs`
689685

@@ -746,7 +742,7 @@ Example:
746742

747743
## Localization
748744

749-
The app will pick up the user choice of the UI language for the interface elements. (Table of currently available languages below.) The app will fall back to English for other language choices.
745+
The app will pick up the user choice of the UI language for the interface elements. (Table of currently available languages below) The app will fall back to English for other language choices.
750746

751747
You can provide localizations for the custom texts given in the configuration profile.
752748

Docs/Extras.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Note that the custom schema can become confused when you switch between enrollme
1919

2020
## Quit
2121

22-
The command-Q keyboard shortcut to quit the app is disabled. Use `shift-control-command-E` instead. This should only be used when debugging and troubleshooting, as it will leave the client in an undetermined state when installations are aborted.
22+
The command-Q keyboard short cut to quit the app is disabled. Use `shift-control-command-E` instead. This should only be used when debugging and trouble-shooting, as it will leave the client in an undetermined state when installations are aborted.
2323

2424
## Logging
2525

@@ -33,7 +33,8 @@ You may also need to remember to remove the [flag file](#flag-file) before launc
3333

3434
You will also be able launch the app as the user, by double-clicking the app in `/Applications/Utilities`. This is useful to test the look and feel of your custom icons, text and localization. When you use this to create screen shots for documentation, also note the `overrideSerialNumber` and `hideDebugLabel` keys.
3535

36-
For testing, you can also re-launch Setup Manager from the command line as root with `sudo "/Applications/Utilities/Setup Manager/Contents/MacOS/Setup Manager"`
36+
37+
For testing, you can also re-launch Setup Manager from the command line as root with `sudo "/Applications/Utilities/Setup Manager.app/Contents/MacOS/Setup Manager"`
3738

3839
## Flag file
3940

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Setup Manager provides:
3030
- zero-touch (user-driven)
3131
- single-touch (tech-driven)
3232
- user initiated enrollment
33-
- handsfree deployment with AutoAdvance (beta)
33+
- handsfree deployment with auto advance (beta)
3434
- customized branding
3535
- localized interface and custom text
3636
- support for Jamf Pro and Jamf School
@@ -42,7 +42,7 @@ Setup Manager provides:
4242
- zero-touch and user-initiated deployments (forthcoming)
4343
- [extra installations based on user data entry](Docs/JamfPro-TwoPhase.md)
4444
- [Single-touch workflow with user re-assignment using Jamf Connect](Docs/JamfProConnect-SingleTouch.md)
45-
- [handsfree deployment with AutoAdvance and Setup Manager at login window (beta)](Docs/JamfPro-LoginWindow.md)
45+
- [handsfree deployment with auto advance and Setup Manager at login window (beta)](Docs/JamfPro-LoginWindow.md)
4646
- [Jamf School](Docs/JamfSchool-Setup.md)
4747
- [Extras and Notes](Docs/Extras.md)
4848
- [Frequently Asked Questions](Docs/FAQ.md)

0 commit comments

Comments
 (0)