Jump to content

Problems with popup windows


Recommended Posts

Hey guys,

i am doing an installation of an program and trying to close the opening welcome page with is opened in Mozilla Firefox.

Now the problem is when I have a client where Firefox isn´t installed. Then windows opens a "open with"-window.

Now my question how can I solve this problem and close in every situation the Firefox window or the "open with"- window?

Link to comment
Share on other sites

Hey guys,

i am doing an installation of an program and trying to close the opening welcome page with is opened in Mozilla Firefox.

Now the problem is when I have a client where Firefox isn´t installed. Then windows opens a "open with"-window.

Now my question how can I solve this problem and close in every situation the Firefox window or the "open with"- window?

 

Thank you!

Link to comment
Share on other sites

Link to comment
Share on other sites

I think I have to describe the problem nearer.

I'm trying to install a programm in verysilent mode. The installation runs well but the window opens and then my opsi installation does not finish. The problem is then that my client isn't going on booting. He waits until user says how to open the welcome page. But the sense is to do the installation without any interactions

Link to comment
Share on other sites

Alright, but my question still remains.  Do the script blocks at that windows or does it continue like nothing happened ? The reason I ask is because if it blocks, you will need to create a child process to check for that window and have it closed.  If it doesn't block, you could check regularly in you main script and then close it.  I suppose again that you know exactly when this popup window shows up, right ?

Link to comment
Share on other sites

You should check to see if Firefox is installed before trying to open it.

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Link to comment
Share on other sites

i still have no code I only have an .exe file which is installing and my opsi script which is just calling the .exe with the /verysilent parameter

Now I want to have a autoit script i can call after starting the .exe installation process which is closing me the opening welcome page in firefox or internet explorer or if it finds no program the "open with" window

Link to comment
Share on other sites

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...