Skip to content
⌘ NSIS Forum Archive

Usinfg of inetc::get in .onInit makes installer to start as not active window

2 posts

daisywheel#

Usinfg of inetc::get in .onInit makes installer to start as not active window

I added inetc::get call in .onInit function. After that my installer starts as not active application (it appears in task bar but as not selected). Installer's window appears behind another windows. I have to click in task bar to make it active.

Does anybody have idea what is the reason?
How can I fix it or workaroud?

Thanks,
Roman
Takhir#
Related threads http://forums.winamp.com/showthread....49#post2228449
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.

Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.

Use forum search to get all threads. Problem appears because installer not created it's first window on launch (silent inetc request). If you want keep this behaviour the only "good" way is temporary set installer window active and topmost, but you must do this when installer is already visible (and I don't know where to add this code)...