Fulvio Posted November 5, 2020 Posted November 5, 2020 Hi everybody, i ask for help! How can I install a Web Application with the extension .application in silent mode via AutoIt? the problem is that when I launch the application I am asked to install or not to install. How can I automate everything without the user having to click?
Nine Posted November 5, 2020 Posted November 5, 2020 I do not know anything about .application extension, but I was curious so I had to check this out. https://www.lifewire.com/application-file-2619655 The link gives you a number of details what is .application file and how to open it. Based on this article you will need to execute it thru Edge or IE. By lowering the level of security to the minimum, you should be able to run the application without being ask. Not sure of course. “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy
MattHiggs Posted November 5, 2020 Posted November 5, 2020 You may need to script the install using autoit. Have you tried using the Autoit Window info utility to obtain the window information and simulate a mouse "click" on the button control when the window appears?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now