Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

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

ClipboardFusion 3.5 Now Available!

July 17, 2015

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

  • Fixed an issue where Macros couldn't be imported
  • Fixed an issue with whitespace scrubbing not working correctly in some programs
  • Fixed a couple of minor UI issues

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 Screenshots

Quick History Menu
Quick History Menu
Tray Context Menu
Tray Context Menu

ClipboardFusion 3.4 Now Available!

June 15, 2015

ClipboardFusion 3.4 is now available for download! This version fixes a few minor issues and adds a couple of new text scrubbing options:

  • The "Scrub line breaks" and "Scrub tabs" options now have an option to scrub all tabs/line breaks, not just ones at the start/end of the copied text
  • Fixed an issue where multiple presses of the Quick History hotkey wouldn't move the selection down
  • Added a dozen new macro scripting functions
  • Various performance and stability fixes

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 Screenshots

ClipboardFusion Macro Editor
ClipboardFusion Macro Editor

ClipboardFusion 3.3.1 Now Available!

May 25, 2015

ClipboardFusion 3.3.1 is now available for download! This is a quick point release to address a few issues that were in 3.3:

  • Fixed up the "Scrub line breaks" and "Scrub tabs" options
  • Resolved an issue where auto-paste didn't work on some non-English versions of Windows
  • Resolved an issue that broke macros that use "System.Web.HttpUtility.HtmlDecode"

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.

VoiceBot

VoicebotWe're also very excited to introduce our newest product, VoiceBot! VoiceBot allows you to control games and applications with your voice. Simply speak a command and VoiceBot will send the keystrokes, mouse-clicks, or anything else necessary to perform the desired action. VoiceBot can also perform actions like text-to-speech, running highly flexible scripts, starting programs, and much more! With over 100 pre-made game and application profiles available, it's easy to started. Give it a try for free today!

ClipboardFusion Screenshots

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