We're happy to announce that ClipboardFusion 5.0 Beta 3 is now available for download! This release improves the stability of ClipboardFusion, adds more tray icon click actions, and fixes many issues with the last beta.
We encourage everyone to update to the new version today to take advantage of these improvements. If you would like to see a complete list of all the changes, please view the ClipboardFusion Beta Change Log.
We're happy to announce that ClipboardFusion 5.0 Beta 2 is now available for download! This release introduces a new feature: Customizable tray click actions. Now you can set the tray icon single or double click to open the Clipboard Manager, Scrub your Clipboard Text, and Open the Settings window. You can even get it to run a HotKey or a Macro!
We encourage everyone to update to the new version today to take advantage of these improvements. If you would like to see a complete list of all the changes, please view the ClipboardFusion Beta Change Log.
We're happy to announce that ClipboardFusion 5.0 Beta 1 is now available for download! This release introduces a new feature: the Clipboard Manager. The Clipboard Manager is a new window that replaces and combines the History Menu and Online Items Manager. It keeps the same functionality that you've come to expect from ClipboardFusion, but with a fresh new look and a pile of new, extremely useful features.
We encourage everyone to update to the new version today to take advantage of these improvements. If you would like to see a complete list of all the changes, please view the ClipboardFusion Beta Change Log.
ClipboardFusion 4.2 is now available for download! This version contains some background syncing improvements, a few bug fixes, and a couple of new options:
We encourage everyone to update to this new version today to take advantage of these improvements. If you've already purchased ClipboardFusion, 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 ClipboardFusion Change Log.
ClipboardFusion 4.1 is now available for download! This version fixes a few minor issues from the 4.0 release:
Since we didn't do a news post for the 4.0 release, here are some highlights from that version as well:
We encourage everyone to update to this new version today to take advantage of these improvements. If you've already purchased ClipboardFusion, 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 ClipboardFusion Change Log.
Please note: If you're deploying ClipboardFusion 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 ClipboardFusion 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.
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.
/STARTUPALL=1
DisplayFusion will be set to startup with Windows for all users
/LAUNCHAFTER=0
ClipboardFusion 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
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 "ClipboardFusionSetup.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.
STARTUPALL=1
DisplayFusion will be set to startup with Windows for all users
LAUNCHAFTER=0
ClipboardFusion 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