Skip to content

Commit 60c7c02

Browse files
authored
Merge pull request #7146 from MicrosoftDocs/revert-7051-revert-7022-erikre-rel2203-13155022
erikre-OOB2203-13155022a
2 parents 29e13d9 + ff76b15 commit 60c7c02

1 file changed

Lines changed: 18 additions & 8 deletions

File tree

memdocs/intune/apps/lob-apps-macos-dmg.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords:
88
author: Erikre
99
ms.author: erikre
1010
manager: dougeby
11-
ms.date: 02/17/2022
11+
ms.date: 03/14/2022
1212
ms.topic: how-to
1313
ms.service: microsoft-intune
1414
ms.subservice: apps
@@ -96,6 +96,9 @@ You can use detection rules to choose how an app installation is detected on a m
9696

9797
**Ignore app version**: Select **Yes** to install the app if the app is not already installed on the device. This will only look for the presence of the app bundle ID. For apps that have an auto-update mechanism, select **Yes**. Select **No** to install the app when it is not already installed on the device, or if the deploying app's version number does not match the version that's already installed on the device.
9898

99+
> [!NOTE]
100+
> To **Uninstall** group assignments, consider the **Ignore app version** setting. When **Ignore app version** is set to **No**, the app bundle ID and version number must match to remove the app. When **Ignore app version** is set to **Yes**, only the app bundle ID must match to remove the app.
101+
99102
**Included apps**: Provide the apps that are contained in the uploaded file. Included app bundle IDs and build numbers are used for detecting and monitoring app installation status of the uploaded file. Included apps list should only contain the application(s) installed by the uploaded file in **Applications** folder on Macs. Any other type of file that is not an application or an application that is not installed to **Applications** folder should be excluded from the **Included apps** list. If **Included apps** list contains files that are not applications or if all the listed apps are not installed, app installation status does not report success.
100103

101104
> [!NOTE]
@@ -107,9 +110,9 @@ You can use detection rules to choose how an app installation is detected on a m
107110
>
108111
> Then, run the following:
109112
>
110-
> ```defaults read /Applications/Company\ Portal.app/Contents/Info CFBundleVersion```
113+
> ```defaults read /Applications/Company\ Portal.app/Contents/Info CFBundleShortVersionString```
111114
>
112-
> - Alternatively, the `CFBundleIdentifier` and `CFBundleVersion` can be found under the ```<app_name>.app/Contents/Info.plist``` file of a mounted DMG file on a Mac.
115+
> - Alternatively, the `CFBundleIdentifier` and `CFBundleShortVersionString` can be found under the ```<app_name>.app/Contents/Info.plist``` file of a mounted DMG file on a Mac.
113116
114117
## Step 4 – Select scope tags (optional)
115118

@@ -119,7 +122,14 @@ You can use scope tags to determine who can see client app information in Intune
119122

120123
## Step 5 - Assignments
121124

122-
1. Select the **Required group assignments** for the app. For more information, see [Add groups to organize users and devices](../fundamentals/groups-add.md) and [Assign apps to groups with Microsoft Intune](../apps/apps-deploy.md).
125+
You can select the **Required** or **Uninstall** group assignments for the app. For more information, see [Add groups to organize users and devices](../fundamentals/groups-add.md) and [Assign apps to groups with Microsoft Intune](../apps/apps-deploy.md).
126+
127+
> [!NOTE]
128+
> A macOS app deployed using Intune agent will not automatically be removed from the device when the device is retired. The app and data it contains will remain on the device. It is recommended that the app is removed prior to retiring the device.
129+
130+
1. For the specific app, select an assignment type:
131+
- **Required**: The app is installed to `/Applications/` directory on devices in the selected groups.
132+
- **Uninstall**: The app is uninstalled from `/Applications/` directory on devices in the selected groups.
123133
2. Click **Next** to display the **Review + create** page.
124134

125135
## Step 6 – Review + create
@@ -141,16 +151,16 @@ The app you have created appears in the apps list where you can assign it to the
141151

142152
## Known issues
143153

144-
- **"Uninstall" and "Available for enrolled devices" assignment types are not available**: only "Required" assignment type is currently supported.
145-
- **"Collect logs" action is unavailable during preview**: log collection feature on macOS apps (DMG) is unavailable during preview.
146-
- **Errors might not show details during preview**: some errors you encounter may only show "Failed" status with an error code and not provide additional details.
154+
- **"Available for enrolled devices" assignment type is not available**: Only **Required** and **Uninstall** assignment types are currently supported.
155+
- **"Collect logs" action is unavailable during preview**: Log collection feature on macOS apps (DMG) is unavailable during preview.
156+
- **Errors might not show details during preview**: Some errors you encounter may only show "Failed" status with an error code and not provide additional details.
147157
- **App upgrade fails to install**: Updating an app that has the same bundle ID as an existing app in Applications folder fails to install.
148158
- **DMG apps report once after deployment**: Assigned DMG apps report back on initial deployment only. These apps will not report back again during preview.
149159
- **Some DMG apps may display a warning to end-users on launch**: Apps downloaded from the internet and deployed using Intune may show a warning to end-users when launched. End-users can click "Open" on the dialog to continue opening the app.
150160

151161
![DMG apps may display a warning to end-users on launch](./media/lob-apps-macos-dmg/lob-apps-macos-dmg-01.png)
152162

153-
- **Some app icons may not display immediately after installation**: some app icons may take some time after installation to start displaying on the installed device.
163+
- **Some app icons may not display immediately after installation**: Some app icons may take some time after installation to start displaying on the installed device.
154164
- **Monitoring reports only show error code**: failed app installations only show an error code in "device status" monitoring reports. To show error details, refresh the browser window or refer to the table in the Troubleshooting section.
155165

156166

0 commit comments

Comments
 (0)