We're happy to announce that iTunesFusion 2.4 is now available for download! This version has a few changes and some minor bugfixes.
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.
We're happy to announce that FileSeek 5.0 is now available for download! This release features a slightly modified interface, support for Group Policy (with ADMX templates for almost every setting), and a bunch of other improvements as well!
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!
Contributors
|
JigsawMania
|
We're very excited to announce that DisplayFusion 8.0 Beta 1 is now available for download! We don't normally do a news post for Beta releases, but this one has a huge new feature that we're hoping to get some feedback on.
We've added a new feature called Triggers. Triggers is essentially a much more comprehensive version of Window Location, and as such, it replaces the existing Window Location feature. DisplayFusion 8.0 Beta 1 will import your existing Window Location rules, so anything you've setup already shouldn't be affected. If you do notice any issues with the imported rules, please let us know. The installer and auto-updater automatically backup your settings, so if anything bad happens to your Window Location rules, you can roll back to 7.3.1 and restore your settings from before the update.
The Triggers feature adds a bunch of new functionality for automating your workflow:
For more details on the new Triggers feature, please see the Working with Triggers how-to guide.
As always, we love to hear feedback on the beta versions, and to help out whenever you run into issues. If you have any questions, problems, or feedback with the Triggers feature (or any other features), please contact us through the website form or by using the Help > Support Request button that's located on the lower-left of every DisplayFusion window.
FileSeek ADMX Templates (v5.0+) are available for controlling the settings below via Group Policy in Active Directory environments. Click here to download the latest version of the ADMX templates. Note that while v5.0 was the first to support Active Directory Group Policy, we add new policy settings with each new version of FileSeek. For full compatibility with the latest FileSeek ADMX templates, please make sure your client machines are running the latest version of FileSeek.
We're pleased to announce that LogFusion 4.2 is now available for download! This version includes a few new features and a bunch of bugfixes:
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.
Contributors
|
JigsawMania
|
We're very excited to announce that DisplayFusion 7.3.1 is now available for download! This release fixes a few issues that were discovered in 7.3.
We encourage everyone to update to this new version today to take advantage of these improvements. If you've already purchased DisplayFusion, 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 DisplayFusion Change Log. We'd like to send out a big thanks to the dozens of people who helped with the DisplayFusion translations, and the thousands of people that helped test the Beta versions. Thanks everyone!
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