Forum Discussion

Anonymous's avatar
Anonymous
Nov 14, 2018

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.

16 Replies

  • 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

    • Deetrain's avatar
      Deetrain
      Copper 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?

      • markhazzy1970's avatar
        markhazzy1970
        Copper Contributor

        Deetrain What we do is create a batch file to install exe's works well and saves having to find the string 

        And convert the batch file to Intune win and set that as the install/uninstall commands

         

    • Anonymous's avatar
      Anonymous

      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. 

Resources