What are the command line switches for AsanaSetup.exe
Also what is the uninstaller command. I want to add this on my company portal in InTune and also deploy via script remotely to my users.
Thanks
Joe
What are the command line switches for AsanaSetup.exe
Also what is the uninstaller command. I want to add this on my company portal in InTune and also deploy via script remotely to my users.
Thanks
Joe
I found the uninstall command but still need the silent switch if any?
%USERPROFILE%\AppData\Local\Asana\Update.exe" --uninstall
Any luck on the silent install script?
You can install AsanaSetup.exe silently using --silent switch, it is only in user context and not machine
Hi,
I had success to add Asana in Intune to send the installation to a specific user group.
The first step was to convert exe file to intunewin file. (guide 1)
The second step is to create a group of users (security group) on Azure Active Directory.
Then, go to Intune > Apps > Windows > Add > Windows app (Win32) and upload the file you generated on first step. (AsanaSetup.intunewin)
Then, go ahead using the information below to guide you.
Install command: AsanaSetup.exe /S
Uninstall command: %USERPROFILE%\AppData\Local\Asana\Update.exe" --uninstall
Detection rule type: File
Detection rule Path: %USERPROFILE%\AppData\Local\Asana
File or Folder: Asana.exe
Detection Method: File or folder exists
If you have any other highlight just answer this post. My next step is to do the same configuration for MacOS devices, I will have success on this as soon as I discover the App bundle ID (CFBundleIdentifier) for Asana. If you guys know something just let me know.
Take care!
I use Baramundi how can i install asana silently?
Hi There,
I followed your steps for Asana and made the Intune policy.
But Asana software failed to install in Windows system.
Pls help me.
Waiting for your reply.
Regards,
Rupesh.
The uninstall command worked locally for me, but not via Intune. I made a batch script to delete the Asana folder stored in %USERPROFILE\AppData\Local\Asana. That worked for me and there’s no longer an error message.
By the way, i use the install command AsanaSetup.exe -silent for my silent installation.