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.

bensoules

Member
  • Joined

  • Last visited

  • Country

    Australia

Everything posted by bensoules

  1. Launch the installer using the .XML as explained on the adobe web site then make a batch file which calls a vb script using: wscript.exe WaitForExe.vbs "setup.exe" this will pause the script until the process "setup.exe" has stopped running. this is the vbs for the WaitForExe.vbs On Error Resume Next If WScript.Arguments.Count <> 1 Then Else blnRunning = True Do While blnRunning = True Set objWMIService = GetObject("winmgmts:\\.\root\cimv2") Set colItems = objWMIService.ExecQuery("Select Name from Win32_Process where Name='" & Wscript.Arguments(0) & "'",,48) blnRunning = False For Each objItem in colItems blnRunning = True Next WScript.Sleep 30000 Loop End If This can also be used for monitoring any other process, so you can pause a script until a process has finished. Thanks Ben
  2. You could try ControlClick ( "Window Name", "", "&Next >" )
  3. Hi, It is a bit different this time... Just follow this guide http://www.blackberry.com/knowledgecenterp...788170&vernum=0 I am however having problem with getting the install switches correctly. If I use <drive>\network directory\setup.exe /s /l<language ID> /v INSTALLLEVEL=<X> as suggested it doesnt install under allusers (I have setup the ini file correctly) any Ideas? ta

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.