You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the Chocolatey MDT PowerShell wrapper to install multiple apps during an MDT OS deployment for Windows 10. When I install anyvideoconverter, the installation completes successfully--but it then tries to open a web browser to go to AVC's thank you page. At this point in the task sequence, it is running in the Administrator account and the default browser is Edge. The problem is, the administrator account isn't allowed to use Edge and a dialog box is put up by the OS and may stall the task sequence. You may not be able to continue the sequence until you close the dialog box.
It would be best for the installer not to allow the call to open the browser.
The text was updated successfully, but these errors were encountered:
@vxbush as a bit of an explanation, hopefully there is something in the installer arguments that we can pass to make it completely silent - the call to the opening of the browser comes from the installer, sometimes those things are not completely silent like they should be.
Waits on a window containing "Finish Installing Any Video Converter Free" so depends on HTML <title>Finish Installing Any Video Converter Free </title> and then verifies the URL is avclabs.com/any-video-converter-special.php
As it just closes the tab, if a user has any other tabs open the browser will remain open. It should work for any browser that use the typical hotkeys. I've been using it in a few packages for over a year now.
ferventcoder
changed the title
Chocolatey installer for anyvideoconverter tries to open Edge to view thank you page; causes problem during installs
(anyvideoconverter) installer tries to open Edge to view thank you page; causes problem during installs
Nov 28, 2016
I use the Chocolatey MDT PowerShell wrapper to install multiple apps during an MDT OS deployment for Windows 10. When I install anyvideoconverter, the installation completes successfully--but it then tries to open a web browser to go to AVC's thank you page. At this point in the task sequence, it is running in the Administrator account and the default browser is Edge. The problem is, the administrator account isn't allowed to use Edge and a dialog box is put up by the OS and may stall the task sequence. You may not be able to continue the sequence until you close the dialog box.
It would be best for the installer not to allow the call to open the browser.
The text was updated successfully, but these errors were encountered: