Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

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.

Detect PS2

Featured Replies

Hello All

Has anybody found a way to detect the dreaded lack of SP2 on Windows? I have a runtime application which I'm obliged to distribute with warning messages about the erratic behaviour when SP2 is absent from their system. If Filemaker could detect the presence of SP2, a startup script could be included to warn users of the problem.

The runtime simply refusing to run would be preferable to it running with errors! My last nightmare on a Windows SP1 machine was when runtime suddenly decided that the keyboard was AZERTY making it impossible to input data!

Shouldn't this function be automatically included by Filemaker when it generates runtimes? The fact the Filemaker installer refuses to run when PS2 is absent leads me to think that the solution might be in an installer program. Any ideas?

Thanks.

Edited by Guest
Typos...

Not a very elegant solution, but you could use something like AutoIt to test this. A simple script compiled as an executable that calls your Installation program only if Service Pack 2 is installed

If @OSVersion = "WIN_XP" & @OSServicePack = "Service Pack 2" Then

	RunWait(@ScriptDir & "AssetsClientSetup.exe")

Else

MsgBox(0,"SP2 Not Detected","This program requires Service Pack 2,

which can be downloaded from www.microsoft.com")

EndIf

I use an AutoIt executable (eg. Setup.exe) to call the actual install files that are buried in the Assets file (reduces chance of end users executing them directly). Then I can test for all sorts of things and have different installers running accordingly (eg. ClientSetup.exe or ServerSetup.exe)

Sorry it's not a purely Filemaker Solution, but AutoIt is an answer to my AppleScript-less Windows prayers :)

Edited by Guest

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

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.