intune-app-wrapping-tool-android icon indicating copy to clipboard operation
intune-app-wrapping-tool-android copied to clipboard

InstallAWT.exe silently/unattended

Open arpalmares opened this issue 4 years ago • 6 comments

We are using Azure DevOps to create a CI/CD pipeline for our mobile build. We were able to successfully integrate the latest wrapping tool in the iOS pipeline but struggling to get the latest tool to be used in android.

This is just to ensure that our builds are always using the latest wrapping tool. In installing the wrapper for android, we are unable to install the exe file silently or unattended mode because of the dialog boxes that needs to be accepted.

Is this possible to run in a PowerShell script? I tried variations and could not find any help for the parameters that the exe file accepts.

InstallAWT.exe /silent InstallAWT.exe /unattended InstallAWT.exe /? InstallAWT.exe /help

arpalmares avatar Feb 15 '21 15:02 arpalmares

did you ever get an answer to this?

Nathan187 avatar May 03 '21 22:05 Nathan187

@aanavath @meghandaly @msintuneappsdk there is any plan to support command line setup?

glucaci avatar May 30 '21 22:05 glucaci

Install it on your computer, zip "\Program Files (x86)\Microsoft Intune Mobile Application Management" and upload the zip to any artifact storage.

Download and extract the zip to your agents "Program Files (x86)" directory.

Heimo001 avatar Aug 23 '21 08:08 Heimo001

We too did it same way as explained by @Heimo001

iamrakesh avatar Sep 10 '21 15:09 iamrakesh

Use a docker image... works great! you just need to install java and the tools and you are set... You can bypass the annoying setup installation with an archiving program like winrar... Just change the exe file to a zip extension and extract with zip program..... You will have to do it twice....

download from git C:\git-master\intune-app-wrapping-tool-android-master\InstallAWT.exe extract exe file C:\unpack-1\InstallAWT.exe extract exe file 'C:\unpack-2\InstallAWTCore.exe copy lib, and psm1 files to programs folder or where ever you want and you are all set... import the module invoke cmd....

E-N-G-XOR avatar Jan 09 '24 14:01 E-N-G-XOR

@Heimo001 solution works for me as well. But it's not ideal.

The wrapper should support this. It's something that is highly likely to be used with CI.

d2callpod avatar Jan 31 '24 18:01 d2callpod