Forum Discussion
Uninstall application using intune
Hello,
We are using Box as a filshare system and we need to push out Box Drive to all clients.
Before we can do that we need to uninstall "Box Sync", is there a way to uninstall box sync using Windows App win32? We have not pushed out box sync through intune.
Hi,
that should be possible, package the Box Sync software via Intune Win32 support (.intunewin) and specify the uninstall command line correctly. As a detection rule use something to identify if it is installed like .exe file in the Program path, then target with assignment "uninstall" to you devices where it is actually installed and this should trigger the uninstall. I can't see why this should not work.
best,
Oliver
- Deleted
Hello Oliver,
I uploaded BoxSync trhough Win32.
I am at the stage where I need to fill in install command and Uninstall Command and both field are required.
What should I type in there?Find the install and uninstall command line for the BoxSync software for silent install and uninstall... e.g. boxsync.exe /install /silent or boxsync /uninstall /silent and create your app. The app will check if you have specified a detection method if it is installed and will trigger a uninstall if you do a uninstall assignment.
The samples above are just samples I don't know the correct uninstall command for boxsync. I suggest you search at the vendor FAQ or Manual to get the command line. Otherwise try google there will be for sure someone how knows the command line and posted it somewhere.
- DeetrainCopper Contributor
Oliver KieselbachHi Oliver,
I have a set of application of exe files, convert them into intunewin, unfortunately it doesnt automatically populate the install and uninstall command. I tried looking at the vendors and finding an msi to convert for these applications but no luck there. What do you think I should do?
Hey Deetrain,
actually this is a typical software packaging task. You need to find the install parameters yourself, exactly speaking the silent install parameters and then construct the install and uninstall command line. This can be a tricky task sometimes. Typically you would look at the vendors docs to find any hints for silent install or search the internet for the software and silent install command (often someone else had the same problem before and posted it in some forum). Next, if this leads to no success, you would like to find out which installer they are using, even when it is an exe file they are often Nullsoft, InstallShield etc. installers. When you get to know which installer it is, it is pretty easy to lookup the silent switches for these installers online. If that doesn't help it really gets tricky, then you have to reverse engineer the setup but there is no recipe how to do that... normally professional software packaging services have their ways for analyzing but yeah this can be tricky then.
best,
Oliver