Forum Discussion
Uninstall application using 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
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?
- Nov 19, 2018
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.
- AnonymousNov 20, 2018
Hello,
I just gave it a try.
Detection rule
Rule type: file
C:\Program Files\Box\Box Sync
Detection method: file or folder exists.
Install command:
BoxSyncSetup.exe /install /quiet /norestart
Uninstall command:
MsiExec.exe /X{BFA57077-F78C-4B92-815E-7BCDA6B9686E}the status message I get is "not installed" and box sync are not removed.
- Nov 20, 2018
Might you be able to share the Agent logfile?
C:\ProgramData\Microsoft\IntuneManagementExtension\Logs\IntuneManagementExtension.log
seems like the detection rule does not work...