@fleish commented on GitHub:
Yeah, I'm not sure that's going to be forthcoming from them. I've been inquiring with them for a while now about making this more user friendly with no luck. I was…
@scriptingosx commented on GitHub:
Merely opening the app would not be useful, since the app requires user interaction. If the vendor provides a command line tool to run the installation…
@dnikles commented on GitHub:
This PR should fix this issue https://github.com/Installomator/Installomator/pull/657
@scriptingosx commented on GitHub:
I will close this for now. If anything changes with this app's installation behavior, you can re-open a new issue and we can see if we can implement it.
@Theile commented on GitHub:
Anything is possible!
I would say, though, that it would be out of scope for this solution.
You could run Installomator from another script that could open the app…
@isaacatmann commented on GitHub:
This can easily be fixed with this, I'm a little lazy on submitting a patch ;)
`
appNewVersion=$(curl -fsIL ${downloadURL}
@acodega commented on GitHub:
As an aside, if we did restructure the order of the steps we'd need to do the blocking process check before and after the download, relevant when downloading apps…