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?

ClipboardFusion Beta 3 Now Available

January 26, 2017

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.

ClipboardFusion 5.0 Beta 3 Changes

  • ClipboardFusion will no longer freeze
  • The scrubbing sound can be disabled
  • Excel "Data is too long and will be truncated" fix
  • New Tray Click Action: "Do Nothing"
  • New Tray Click Action: "Open Preview Popup"
  • Many other fixes and improvements

Updating ClipboardFusion

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 Screenshots

ClipboardFusion Tray Icon Settings Tab
ClipboardFusion Tray Icon Settings Tab

ClipboardFusion Beta 2 Now Available

December 8, 2016

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!

ClipboardFusion 5.0 Beta 2 Changes

  • Tray icon click actions
  • New Macro functions
  • Command line arguments
  • Many other fixes and improvements

Updating ClipboardFusion

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 Screenshots

ClipboardFusion Tray Settings Tab
ClipboardFusion Tray Settings Tab

ClipboardFusion Beta 1 Now Available

November 30, 2016

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.

ClipboardFusion 5.0 Beta Changes

  • ClipboardFusion no longer supports Windows XP or Vista. To use ClipboardFusion with these operating systems, you will need to use an older version of ClipboardFusion
  • Now requires the .NET Framework 4.6 (installed automatically if needed)
  • Clipboard Manager Window
  • Drag and Drop support
  • Numbered History items
  • New HotKeys
  • New Macro functions
  • Many other fixes and improvements

Updating ClipboardFusion

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 Screenshots

Clipboard Manager
Clipboard Manager
ClipboardFusion Settings Window
ClipboardFusion Settings Window

ClipboardFusion 4.2 Now Available!

December 2, 2015

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:

  • Login box is no longer missing at 200% DPI scaling
  • The Copy button on the Macros tab now works as expected
  • Images now show up in History even if scrubbing is enabled
  • Text scrubbing notification is no longer shown when the option is disabled
  • Image preview popup on hover no longer overlaps context menu
  • Increased the Recent and Pinned Items limits to 75
  • Made some background sync improvements to reduce data usage
  • Added the ability to assign hotkeys for pasting History items 1-9
  • Added search boxes to the Recent and Pinned sub-menus in the context menu
  • Added an option to disable the notification when clearing the clipboard contents

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 Now Available!

September 15, 2015

ClipboardFusion 4.1 is now available for download! This version fixes a few minor issues from the 4.0 release:

  • Improved the speed of the image preview popup
  • Resolved some scaling issues in Windows 10
  • Resolved some issues with the Clipboard History menus and the tray icon

Since we didn't do a news post for the 4.0 release, here are some highlights from that version as well:

  • Updated and fully tested in Windows 10
  • Middle-clicking the tray icon will now show a preview of the clipboard contents
  • Text replace rules can now be re-ordered (drag them up or down in the list to re-order)
  • ClipboardFusion can now interact with elevated applications

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.

Silent Installation

September 14, 2015

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.

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.

/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

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 "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

First Page
Previous Page
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Next Page
Last Page