Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

AutoIt: How to shut a classic explorer window during setup?

Featured Replies

Aaaaaaaaaarrgh...

During Faber Toys setup, an explorer window pops up.

I used the recorder to get the title of the explorer window...

which is ("C:\Documents and Settings\All Users\Start Menu\Programs\System\Faber Toys","FolderView")

So I wanted to get rid of that window...

so I tried:

WinKill("C:\Documents and Settings\All Users\Start Menu\Programs\System\Faber Toys","FolderView")

which didn't work

I tried:

WinClose("C:\Documents and Settings\All Users\Start Menu\Programs\System\Faber Toys","FolderView")

which didn't work

I tried:

ProcessKill(Explorer.exe)

which effectively killed my desktop, but not the freakin explorer window that I was trying to close.

I tried:

ControlSend("C:\Documents and Settings\All Users\Start Menu\Programs\System\Faber Toys","FolderView","ToolbarWindow32","!F{DOWN 3}{ENTER}")

which didn't work...

somebody please give me a hint!

Edited by Dislocated Time

somebody please give me a hint!

Try a

WinWait("Faber Toys", "")
WinClose("Faber Toys", "")

which works for me. But I recomend a repack with Inno Setup. Use the last innounp on the installer,

open install_script.iss and delete the entire Run section first (except [Run] string), customize others settings (icons) bla bla and compile. Then you can run with

 /verysilent /norestart

switches.

Edited by radix

  • Author

Excellent @Radix.

Thank you.

Just did a 30 second crash course on how to use the inno installer maker... and violà... got that working.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.