Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

LogFusion 4.0 Now Available!

June 30, 2015

We're pleased to announce that LogFusion 4.0 is now available for download! This version contains a few new features, as well as some bug fixes and performance improvements:

LogFusion 4.0 Highlights

  • New option to have scroll bar clicks do page up/down, instead of jumping to location in log
  • New option to show lines before and after lines that match filter
  • Log lines can now be sorted by column
  • You can now double-click a line to perform the "View Selected Rows" action
  • You can now change the text and background colours for non-highlighted items
  • New option to clear the log automatically when the source file is deleted
  • New action for exporting the log to CSV
  • Many other performance, stability, and bug fixes

Updating LogFusion

We encourage everyone to update to this new version today to take advantage of these improvements. If you've already purchased LogFusion, 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 LogFusion Change Log.

LogFusion 4.0 Screenshots

LogFusion Main Window
LogFusion Main Window
Log Filtering
Log Filtering
Text and Background Colour Settings
Text and Background Colour Settings

FileSeek 4.5 Now Available!

June 18, 2015

We're happy to announce that FileSeek 4.5 is now available for download! This release contains a few important fixes and changes:

  • The auto-updater now has an "Install on Exit" option
  • You can now use the text query engine in the Includes/Excludes Files fields
  • Fixed an issue where removing results from the list would mess the list up
  • Matches in the lines before/after are now also highlighted
  • Fixed some 32-bit Windows issues

Updating FileSeek

We encourage everyone to update to the new version today. We'd like to send out a big thank you to everyone who helped beta test FileSeek, and to the translators who worked hard to make FileSeek available in their native languages!

Screenshots

FileSeek Main Window
FileSeek Main Window

iTunesFusion 2.3 Now Available!

June 16, 2015

We're happy to announce that iTunesFusion 2.3 is now available for download! This version includes some great new features, as well as a few minor bugfixes.

iTunesFusion 2.3 Highlights

  • iTunesFusion can now resize album artwork as part of the conversion
  • Added the "iTunes Fix" tab for repairing issues with the iTunes COM API
  • iTunesFusion will now skip converting files that are lower quality than the selected conversion quality
  • Resolved an issue where iTunesFusion showed the wrong file paths in the status bar during a sync
  • Various other performance, stability, and bug fixes

Updating iTunesFusion

We encourage everyone to update to this new version today to take advantage of these improvements. If you would like to see a complete list of all the changes, please visit the iTunesFusion Change Log.

Screenshots

iTunesFusion Syncing
iTunesFusion Syncing

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

DisplayFusion Installer Options

June 13, 2015

Please note: The MSI Installer has special requirements when being deployed. Please read the MSI Installation section carefully, and as always, make sure to test it thoroughly before deploying it into production.

Note: The DisplayFusion 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

The EXE installer will automatically close DisplayFusion (version 3.2.1+) when being run in silent mode. This is very useful for deployments. 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.

/STARTUPUSER=1
DisplayFusion will be set to startup with Windows for the current user (the user running the installation)

/STARTUPALL=1
DisplayFusion will be set to startup with Windows for all users

/CONTEXTMENU=0
DisplayFusion will not place entries in the Desktop Context Menu

/LAUNCHAFTER=0
DisplayFusion will not run automatically after setup completes, but will still run on Windows startup unless /STARTUPUSER and /STARTUPALL are set to 0

/NOPREREQS=1
DisplayFusion will not try to install any prerequisites (like the .NET framework, VC++ runtime... etc)

/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

/REMOVEALLDATASETTINGS=1
Only used when uninstalling, will remove all DisplayFusion appdata folders and registry keys.


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 "DisplayFusionSetup.msi" /qn CUSTOM1="/VERYSILENT" LAUNCHAFTER=0 LKEYALL="license key" STARTUPALL=1 STARTUPUSER=0

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.

Since the MSI Installer has changed between DisplayFusion 3.4.1 and 4.0, it is recommended that you choose the "Uninstall the existing package, then install the upgrade package" option if you'll be using Group Policy to upgrade from DisplayFusion 3.4.1 to 4.0 or higher.

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", LAUNCHAFTER=0, STARTUPALL=1, and STARTUPUSER=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.

STARTUPUSER=1
DisplayFusion will be set to startup with Windows for the current user (the user running the installation)

STARTUPALL=1
DisplayFusion will be set to startup with Windows for all users

CONTEXTMENU=0
DisplayFusion will not place entries in the Desktop Context Menu

LAUNCHAFTER=0
DisplayFusion will not run automatically after setup completes, but will still run on Windows startup unless /STARTUPUSER and /STARTUPALL are set to 0

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

The 2015 Summer Sale is Here!

June 11, 2015

Update: The sale is over!

To celebrate the arrival of summer, we're offering up to 25% off DisplayFusion, and 15% off all of our other products!

If you're not familiar with all of our apps, feel free to check them out on our More Apps page.

Have an excellent summer, everyone!

DisplayFusion
DisplayFusion
VoiceBot
VoiceBot
FileSeek
FileSeek
ClipboardFusion
ClipboardFusion
iTunesFusion
iTunesFusion
LogFusion
LogFusion
First Page
Previous Page
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
Next Page
Last Page