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

(anyvideoconverter) installer tries to open Edge to view thank you page; causes problem during installs #146

Open
vxbush opened this issue May 23, 2016 · 3 comments
Labels

Comments

@vxbush
Copy link

vxbush commented May 23, 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.

@ferventcoder
Copy link
Owner

@vxbush thanks for logging that! Just need to figure out how to AHK that. I know @dtgm had some ideas on this one.

@ferventcoder
Copy link
Owner

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

Looks like InnoSetup is the installer -

$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'

@dtgm
Copy link
Collaborator

dtgm commented May 24, 2016

@ferventcoder https://gist.github.com/dtgm/9ac59fd8e5fb4c1e96c1cdb1f8330620

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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants