Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InstallAWT.exe silently/unattended #45

Open
arpalmares opened this issue Feb 15, 2021 · 6 comments
Open

InstallAWT.exe silently/unattended #45

arpalmares opened this issue Feb 15, 2021 · 6 comments
Labels
Backlog Issue is in the backlog to be worked at an indeterminate future time. Feature Request Issue is a feature request for AW.

Comments

@arpalmares
Copy link

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

@Nathan187
Copy link

did you ever get an answer to this?

@glucaci
Copy link

glucaci commented May 30, 2021

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

@Heimo001
Copy link

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.

@iamrakesh
Copy link

We too did it same way as explained by @Heimo001

@codylund codylund added the Feature Request Issue is a feature request for AW. label Oct 8, 2021
@meghandaly meghandaly added the Backlog Issue is in the backlog to be worked at an indeterminate future time. label Mar 24, 2022
@E-N-G-XOR
Copy link

E-N-G-XOR commented Jan 9, 2024

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....

@d2callpod
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backlog Issue is in the backlog to be worked at an indeterminate future time. Feature Request Issue is a feature request for AW.
Projects
None yet
Development

No branches or pull requests

9 participants