Uninstalling the Download Assistant
The Download Assistant is Antidote’s update utility. If you are deploying Antidote with Intune, the Download Assistant is not required and must be uninstalled. To do so, you must create a new Intune app for this utility.
Complete these steps in your Microsoft Intune admin center. To learn more, see Microsoft’s Win32 app management in Microsoft Intune guide.
Applications that are currently installed on a device should already appear in the list of the discovered apps view: Apps > Monitor > Discovered Apps. To learn more, see the Intune discovered apps guide.
Creating app packages generated all required files. They can be found in the extracted installation folder Antidote_12.y_B_n_Installation
.
-
In the Apps > All apps view, select Other > Windows app (Win32) to add a new app.
-
On the App information page:
- Select the
At.intunewin
file that was generated previously. -
Make sure these fields are filled out as follows:
-
Name: Download Assistant
-
Description:
Antidote Download Assistant
-
Publisher: Druide informatique inc.
-
App Version: 6.71.0
-
Information URL: https://www.antidote.info
-
Developer: Druide informatique inc.
-
- Fill out the other fields according to your policy.
- Select the
-
On the Program page:
- Change Install command to
powershell.exe -ExecutionPolicy RemoteSigned -WindowStyle Hidden -File Installer-At.ps1
. - Change Uninstall command to
powershell.exe -ExecutionPolicy RemoteSigned -WindowStyle Hidden -File Desinstaller-At.ps1
. - Set Install behavior to System.
- In the Device restart behavior field, select Determine behavior based on return codes.
-
Ensure the following return codes are set properly:
Return code Code type 0 Success 1707 Success 3010 Soft reboot 1641 Hard reboot 1618 Retry
- Change Install command to
-
On the Requirements page, fill out the fields with the following information:
- Operating system architecture: 32-bit and 64-bit
- Minimum operating system: Windows 10 1607
-
On the Detection rules page:
- In the Rules format field, select Use a custom detection script.
- In the Script file field, select the
Detecter-At.ps1
script. - Select No for Run script as 32-bit process on 64-bit clients and Enforce script signature check and run script silently.
To be compatible with every Windows display language, all scripts are UTF-8 encoded with a BOM. The script content display may contain characters that appear to be incorrect, especially at the beginning of the file. You can safely disregard these anomalies.
-
On the Assignments page, assign Uninstall to the app. This will immediately uninstall all versions of the Download Assistant.
Uninstalling the Download Assistant should not require a reboot.
-
Review the app configuration.
-
Create the app. This will start the package upload.
If the app installation or uninstallation fails, the following files are relevant to include in the diagnostics collection:
%PROGRAMDATA%\Microsoft\IntuneManagementExtension\Logs\IntuneManagementExtension.log
%PROGRAMDATA%\Druide\logAssistantTelechargement.txt
%PROGRAMDATA%\Druide\logDesAtv6.71.0.txt
%PROGRAMDATA%\Druide\logDesAtv6.70.0.txt
%PROGRAMDATA%\Druide\logDesAtv6.1.0.txt
%PROGRAMDATA%\Druide\logDesAtv5.65.15.txt
%PROGRAMDATA%\Druide\logDesAtv5.65.13.txt
%PROGRAMDATA%\Druide\logDesAtv5.65.12.txt
To learn more, see Microsoft’s article on Troubleshooting Win32 app installations with Intune.