

TraySetState ( $TRAY_ICONSTATE_SHOW ) Show the tray menu. Tra圜reateItem ( "Exit" ) TrayItemSetOnEvent ( - 1, "ExitScript" ) TraySetOnEvent ( $TRAY_EVENT_PRIMARYDOUBLE, "About" ) Display the About MsgBox when the tray icon is double clicked on with the primary mouse button. Tra圜reateItem ( "About" ) TrayItemSetOnEvent ( - 1, "About" ) Tra圜reateItem ( "" ) Create a separator line. Opt ( "TrayOnEventMode", 1 ) Enable TrayOnEventMode. These are options 1 and 2 for TrayMenuMode. If UBound ( ProcessList ( ) ) > 2 Then Exit TraySetToolTip ( "Firefox Updater" ) HotKeySet ( "^!m", "MyExit" ) ctrl+Alt+m kills program ( hotkey ) Opt ( "TrayMenuMode", 3 ) The default tray menu items will not be shown and items are not checked when selected.

#AutoIt3Wrapper_Res_Description=Updates to the Latest 64bit Stable #AutoIt3Wrapper_Res_Fileversion=2.5.0.0 #AutoIt3Wrapper_Res_ProductVersion=2.5.0.0 #AutoIt3Wrapper_Res_Language=1033 #EndRegion **** Directives created by AutoIt3Wrapper_GUI **** #include #include #include #include #include #include #include Required for the $TRAY_CHECKED and $TRAY_ICONSTATE_SHOW constants.

exe #AutoIt3Wrapper_Compression=4 #AutoIt3Wrapper_UseUpx=y #AutoIt3Wrapper_UseX64=y #AutoIt3Wrapper_Res_Comment=Preformes a clean install of Firefox 64bit Stable version. ico #AutoIt3Wrapper_Outfile=FirefoxUpdater (圆4Stable ) _x. Expand collapse popup #RequireAdmin #Region **** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_Icon=Clear-App-firefox.
