0

I have tried using bringtofront but I dont beleive that is what I actually want. Is there something I am missing?

Machavity
  • 30,841
  • 27
  • 92
  • 100
mdarling
  • 77
  • 1
  • 13
  • Could you give more informations ? Are you starting a NSIS installer from another program ? If so what language ? – Seki Feb 23 '12 at 15:06
  • the exe file is downloaded from a webpage and opens for the user to install the application. if there are other windows open it will open behind them – mdarling Feb 23 '12 at 15:24
  • 1
    but who is starting the setup ? The user from the web browser ? Another application that you made ? – Seki Feb 23 '12 at 15:50

1 Answers1

0

Plugins could cause focus issues, try a script without any code in .onInit and .onGuiInit. If it still happens you can file a bug report with a simple example script and the required steps to reproduce (Browser and operating system version etc)

Anders
  • 97,548
  • 12
  • 110
  • 164