Posts

Showing posts with the label Packaging

Microsoft Intune, Uninstall Win32 app with the company portal

Image
With the arrival of build 2307 of Microsoft Intune , Microsoft provides a new option on the Application part. Source :  What's new in Microsoft Intune | Microsoft Learn This option allows us to offer users the possibility of uninstalling an Win32 application via the Company Portal. Below you will find the procedure to activate the option in the Microsoft Intune console. Prerequisites Intune tenant up to date Win32 app available in the company portal A valid Uninstall command line Enabling the Uninstall option Go to  Intune.microsoft.com Navigate to Apps / Windows Select an  Win32 App and click Properties On Program , click Edit Activate the option Allow available uninstall  by switching the option to Yes Click Review + Save for all sections and click Save User side Open the company portal then select an available Win32 application. After updating, you should see the mention Uninstall.  Click Uninstall for remove the application.

Microsoft Store app (new) in Microsoft Intune

Image
The Microsoft Store for Business that we know will be retired in the first quarter of 2023 . In the meantime, Microsoft has made new tools available to improve the way we manage our application deployments. There's the Windows Package Manager (Winget). (https://www.ccmtune.fr/2022/12/winget-presentation-and-usage.html) And recently, the new Microsoft Store App has appeared, followed by a new application deployment feature, called Microsoft Store app (New) , in the Microsoft Intune console. How to deploy an application with the new feature Go to Endpoint.microsoft.com Select Windows and click Add Select Microsoft Store app (new) and click Select Click "Search the Microsoft Store app (new)" Search and select an application and click Next Select a device or user group for deployed this application and click Next Review + create , click Create Client side verification Installation of vlc is successful.

Winget - Presentation and usage

Image
Winget is a tool using the command line to install, uninstall or update applications on a computer equipped with Windows 10 or 11. Winget installation Winget Tool is already present in Windows 11 and as well as in recent versions of windows 10. For other versions of Windows 10, the application is available in the Microsoft Store :  Link for download Winget The winget command-line tool is only supported on Windows 10 1709 (build 16299) or later at this time. Supported installer formats Below is the list of installers supported by the Winget tool EXE (with Silent and SilentWithProgress indicators) INNO NULLSOFT MSI and MSIX APPX BURN PORTABLE Using Winget 1. Search an application For search an application, Use the following command line : winget  search   ApplicationName For example, with Adobe Reader application : 2. Application installation Before starting the installation of an application, it is important to know the list of available command options. To do th...

Intune - Créer un package intunewin

Image
Prérequis Ci-dessous la liste des prérequis nécessaires à la création du package Intunewin : .NET Framework 4.7.2 installé sur votre poste Les sources du logiciel à packager Télécharger W32 content prep tool pour convertir vos sources en package Intunewin disponible à cette adresse :  https://github.com/Microsoft/Microsoft-Win32-Content-Prep-Tool Processus de conversion Lancer l'utilitaire IntuneWinAppUtil.exe Spécifier le chemin du dossier contenant les sources de l'application à packager et appuyer sur Entrer Exemple : C:\TempCMS\ Entrer le nom du fichier .exe puis appuyer sur Entrée Spécifier le chemin de sortie et appuyer sur Entrée Exemple : C:\TempCMS\ A l’étape suivante et selon votre besoin, entrer la valeur Y (Yes) ou N (No), puis appuyer sur Entrée Votre package est maintenant prêt à être intégré dans Microsoft Intune.