To uninstall an application, the process can vary depending on the platform you're using. Here are some general guidelines based on different Microsoft products:
For Windows Apps:
- Using the App Management CSP: You can uninstall apps from Windows devices by deleting them from the AppManagement node of the CSP. This involves specifying the package family name or package full name in your command.
- Example for uninstalling an app:
<Delete> <CmdID>1</CmdID> <Item> <Target> <LocURI>./User/Vendor/MSFT/EnterpriseModernAppManagement/AppManagement/AppStore/{PackageFamilyName}</LocURI> </Target> </Item> </Delete> - Using Company Portal: You can uninstall apps through the Company Portal app by selecting the app and choosing the uninstall option.
- Steps:
- Go to Apps.
- Select the app you want to uninstall.
- Choose Uninstall.
- Steps:
For BizTalk Applications:
- Using Control Panel: Go to Control Panel > Programs and Features, right-click the BizTalk application, and select Uninstall.
- Using Command Line: You can also use the command line with the following command:
BTSTask UninstallApp /ApplicationName:"YourApplicationName"
For Business Central Extensions:
- Go to the Extension Management page, select the app, and click Uninstall. If you want to delete the data associated with the app, turn on the Delete Extension Data toggle before confirming the uninstallation.
Make sure to check for any dependencies that might need to be uninstalled first if the app has dependents.
References: