Processing Ajax...

Title

Message

Confirm

Confirm

Confirm

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure?

TrayStatus 4.5.1 Beta 2 Now Available!

June 9, 2021

We're very excited to announce that TrayStatus 4.5.1 Beta 2 is now available for download!

TrayStatus 4.5.1 Beta 2 Highlights

  • Change: If performance counters can't load, the error prompt will now ask if you'd like to attempt an automated repair
  • Fix: Performance counter stats in edit window for custom counters now update correctly

Updating TrayStatus

We encourage everyone to update to this new version today to take advantage of these improvements. If you've already purchased TrayStatus, it's a lifetime license, so you can upgrade to this version at no cost! If you would like to see a complete list of all the changes, please visit the TrayStatus Beta Change Log.

TrayStatus 4.5 Now Available!

May 4, 2021

We're very excited to announce that TrayStatus 4.5 is now available for download! This version adds a new option for a catch-all trigger rule.

TrayStatus 4.5.0 Highlights

  • Change: New trigger rule type, "After no Match" allows you to specify key states for all windows that didn't match any specific rules
  • UI updates

TrayStatus 4.5 Screenshots

Edit Trigger Window
Edit Trigger Window
TrayStatus Indicators
TrayStatus Indicators

Updating TrayStatus

We encourage everyone to update to this new version today to take advantage of these improvements. If you've already purchased TrayStatus, it's a lifetime license, so you can upgrade to this version at no cost! If you would like to see a complete list of all the changes, please visit the TrayStatus Change Log.

TrayStatus 4.5.0 Beta 1 Now Available!

April 28, 2021

We're very excited to announce that TrayStatus 4.5.0 Beta 1 is now available for download! This version adds the ability to set what happens with the key states if a window doesn't match any of the specific trigger rules.

TrayStatus 4.5.0 Beta 1 Highlights

  • Change: New trigger rule type, "After no Match" allows you to specify key states for all windows that didn't match any specific rules

Updating TrayStatus

We encourage everyone to update to this new version today to take advantage of these improvements. If you've already purchased TrayStatus, it's a lifetime license, so you can upgrade to this version at no cost! If you would like to see a complete list of all the changes, please visit the TrayStatus Beta Change Log.

TrayStatus 4.4 Now Available!

August 25, 2020

We're very excited to announce that TrayStatus 4.4 is now available for download! This version adds a new option for the trigger rules.

TrayStatus 4.4 Highlights

  • Change: Added option to Trigger rules to not revert key state after program loses focus

TrayStatus 4.4 Screenshots

Edit Trigger Window
Edit Trigger Window
TrayStatus Indicators
TrayStatus Indicators

Updating TrayStatus

We encourage everyone to update to this new version today to take advantage of these improvements. If you've already purchased TrayStatus, it's a lifetime license, so you can upgrade to this version at no cost! If you would like to see a complete list of all the changes, please visit the TrayStatus Change Log.

TrayStatus 4.4 Beta 1 Now Available!

August 18, 2020

We're very excited to announce that TrayStatus 4.4 Beta 1 is now available for download! This version adds one new option.

TrayStatus 4.4 Beta 1 Highlights

  • Change: Added option to Trigger rules to not revert key state after program loses focus

Updating TrayStatus

We encourage everyone to update to this new version today to take advantage of these improvements. If you've already purchased TrayStatus, it's a lifetime license, so you can upgrade to this version at no cost! If you would like to see a complete list of all the changes, please visit the TrayStatus Beta Change Log.

Installer Options

July 30, 2020

Please note: If you're deploying TrayStatus via Active Directoy GPO, please read the MSI Installation section carefully, and as always, make sure to test it thoroughly before deploying it into production.

Note: The TrayStatus installer requires administrative privileges in order to run successfully. If the installer is run using an account that doesn't have administrative privileges on the system, UAC will request the credentials for an administrative account on the system.

EXE Installation

For more options, please consult the Inno Setup help file that comes with Inno Setup.


The following parameters are especially useful for deployments.


/SILENT
Enables Silent Install option (shows progress while running)

/VERYSILENT
Enables Silent Install option (does not show progress while running)

/LANG=en
Forces the installation language to English

/DIR="c:\folder"
Sets the default installation folder

/LKEYUSER="license key"
Specifies the license key for the current user (the user running the installation)

/LKEYALL="license key"
Specifies the license key for all users

/LPATHUSER="C:\license.txt"
This parameter can be used instead of /LKEYUSER. Specifies a text file containing the license key for the current user. Also accepts UNC paths.

/LPATHALL="C:\license.txt"
This parameter can be used instead of /LKEYALL. Specifies a text file containing the license key for all users. Also accepts UNC paths.

/LAUNCHAFTER=0
TrayStatus will not run automatically after setup completes.

/MERGETASKS="!desktopicon,!desktopicon\common,!desktopicon\user"
Setup will not create a Desktop icons

/MERGETASKS="desktopicon,desktopicon\common,!desktopicon\user"
Setup will create a Desktop icon for all users


MSI Installation

You can use any of the standard Windows Installer command line options.

To perform a standard silent installation (note that the parameters are case sensitive):

msiexec.exe /i "TrayStatusSetup.msi" /qn CUSTOM1="/VERYSILENT" LAUNCHAFTER=0 LKEYALL="license key"

Important Note:
When deploying via Group Policy Software Installation, you absolutely must use the included MST (transform) file on the Modifications tab, otherwise the installation will never complete.


The following MSI properties are especially useful for deployments. Any of the properties below can be included in an MST (transform) file if deploying via Group Policy. If you create your own MST file, you must include the CUSTOM1="/VERYSILENT", and LAUNCHAFTER=0 properties for deploying the MSI through Group Policy Software Installation.


PATH="c:\folder"
Sets the default installation folder

LKEYUSER="license key"
Specifies the license key for the current user (the user running the installation)

LKEYALL="license key"
Specifies the license key for all users

LPATHUSER="C:\license.txt"
This parameter can be used instead of /LKEYUSER. Specifies a text file containing the license key for the current user. Also accepts UNC paths.

LPATHALL="C:\license.txt"
This parameter can be used instead of /LKEYALL. Specifies a text file containing the license key for all users. Also accepts UNC paths.

LAUNCHAFTER=0
TrayStatus will not run automatically after setup completes.

TASKS="!desktopicon,!desktopicon\common,!desktopicon\user"
Setup will not create a Desktop icons

TASKS="desktopicon,desktopicon\common,!desktopicon\user"
Setup will create a Desktop icon for all users

First Page
Previous Page
1
2
3
4
5
6
7
8
9
Next Page
Last Page