instrumentation components
Installation Creator 2.2
he all-in-one tool for creating installations for Windows, Windows Mobile, SmartPhone and Palm Devices. more>>
Windows Setup Features
- Builds compressed, self-contained, self-extracting windows setups.
- Flexible Windows Setups packing all the supported components in one single executable.
- Multilanguage support.
- Conditional installation depending of users language selection, ActiveSync, HotSync.
- Runs on all Windows verions, from Win95 to Vista.
Installation Modules
CAB Creator
- Supports creation of multiple installs for various platforms (e.g. ARM, SH3).
- Generated CAB(s) Files can be used for Over The Air (OTA) install.
- Very easy, point and click only, interface to generate CAB(s) Files.
- Wizard for making new CAB(s).
- Custom icon for Mobile Shortcuts.
CAB Collections
- Able to handle any number of CAB(s) Files, automated installation through ActiveSync.
- Conditional installing of collections.
Palm Files
- Module can handle any number of Palm Files.
- Automated installation through HotSync.
- HotSync User selection during installation.
- Conditional installing.
Redistribution Modules
- .NET CompactFramework and Mobile SQL supported.
- Fully customized settings. Multiple sets can be defined.
Win32 Module
- Conditional installing.
- Customized actions to run when installing or uninstalling.
Environment Features
- Easy to use interface.
- Project Manager for easy handling projects.
Licensing
The use of this program is free for personal use or freeware projects. For commercial use, this software must be registered. The registration fee is at the price of 29 Euros.
Main features:
- Easy to use interface, all the functions are one mouse click away.
- Can save/open created installation projects.
- Supports all the cabwiz tags and options.
- Supports creation of multiple installs for various platforms (e.g. ARM, SH3).
- Creates compressed, self-contained, self-extracting Windows setup program.
- One click for creation of .inf files, cab(s) file(s) and installation executable.
Enhancements:
- Vista Compatible.
- More advanced builder options for the windows setup wizard.
- Splash Screen for your installations.
- About Button with custom message.
- Beveled Label like InstallShield.
- Bugs within the the advanced builder options and relative paths fixed.
- Multi tabbed user interface. No more floating windows taking all the workspace.
- Registry Section Editor now can import registry entries from .reg and .rgu files.
- Updated User Interface of CAB Creator Module.
- Updated look and feel of Project Manager.
- Bug fixes.
System requirements:
- Windows
WinMerge nLite Addon 2.12.4
An open Source visual differencing and merging tool. more>> WinMerge nLite Addon 2.12.4 offers an effective solution for creating your own bootable image of Windows for the purpose of saving time needed for installing your OS
Add-ons are third-party applications developed by other producers than the nLite developers, designed to be included in nLite as add-ons. They are specially customized so that they can be added to nLite in order to create a pre-install image of Windows to ease a users work when reinstalling Window on their computer.
You just add these addons, create your image and when you reinstall your Windows all your favorite programs will be there just like they were before. Its a fast and easy way to keep a backup especially if you have a lot of programs installed on your computer.
WinMerge is an Open Source visual text file differencing and merging tool for Win32 platforms. It is highly useful for determining what has changed between project versions, and then merging changes between versions.
nLite is a GUI that will enable you to permanently remove Windows components by your choice.
You can add a series of add-ons to this application so it best fits your needs and desires.
Major Features:
- Visual differencing and merging of text files
- Flexible editor with syntax highlighting, line numbers and word-wrap
- Handles DOS, UNIX and MAC text file formats
- Unicode support
- Difference pane shows current difference in two vertical panes
- Location pane shows map of files compared
- Highlights differences inside lines in file compare
- Regular Expression based file filters in directory compare allow excluding and including items
- Moved lines detection in file compare
- Creates patch files
- Shell Integration (supports 64-bit Windows versions)
- Rudimentary Visual SourceSafe and Rational ClearCase integration
- Archive file support using 7-Zip
- Online manual and installed HTML Help manual
Requirements: nLite

Portable System Information Viewer 4.00
A program that displays info about your hardware components more>> <<less
License:Freeware
Trading Calc 1.0
A freeware utility to calculate fees and net profit gained from stock trading in Singapore more>>
Main features:
- Calculates all fees incurred in stock trading, i.e.: brokerage commissions, GST, and clearing fees.
-
- All fees components are customizable and brokerage components can be differentiated between buying and selling transaction.
-
- Convert the profit/loss percentage to per annum percentage.
-
- Well designed user interface for easy operation, e.g. the up and down button for buying/selling price will increase and decrease the price according to the minimum bid size rule.
-
- To-do: Support multiple broker profile
PalmDB Automation Server 1.31
PalmOS Database Automation Server (PalmDB) is a COM componentthat allows full management of PalmOS Data databases when storedon a desktop. more>>
These come as .pdb files which encompass a binaryrepresentation of the database.
The primary use of this server is from scripting languages such asVisual Basic and Visual Basic for Applications. It may of course beused from any COM client written in any other languages.
Enhancements:
- Added the source code to the archive.

KSE Truechart 1.0
improve your software with data visualizations such as piecharts or bar diagram more>> With KSE Truechart 1.0 you can improve your software with data visualizations such as piecharts or bar diagrams.
By providing you with a comfortable ActiveX component, KSE Truechart 1.0 is the ideal way of quickly including graphical data representation into your Windows CE/Windows Mobile applications, be it for Pocket PC or Smartphone devices.
KSE Truechart 1.0 accepts the data to be displayed either from a data array created at runtime, a database connection or a text file.
Our SDK provides an ActiveX component complete with configuration dialog for usage in GUI designing IDEs like Microsoft Visual Studio. This also allows KSE TrueChart to be used with a wide variety of programming languages such as C, C++, C# or Visual Basic.
Please refer to the features page for an in detail explanation of KSE TrueCharts capabilities.<<less
SuperOptimize 1.0
SuperOptimize is a package to shrink, obfuscate and optimize your Java code for SuperWaba. more>>
Unlike the standard tools that come with the SuperWaba SDK, SuperOptimize uses the most advanced OpenSource tools available for the best results: the Soot framework for optimizations and ProGuard for shrinking and obfuscating.
Why optimize
Soot is the key component for the optimization of your programs. It uses four intermediate code representations for analyzing and transforming Java bytecode. The result is usually slightly bigger, but more performant code.
Why shrink
Shinking means removing all the classes and methods that are never used in your programs. This might sound strange, but it happens more than often. Of course shrinking means producing smaller files that take less time to load and consume less memory.
Why obfuscate
In the SuperWaba VM, like almost every Java VM, packages, methods, attributes and classes are looked up by name. That means, searching strings at run time. This is not particularly good for performance, especially with long strings beginning with the same characters (and that happens quite often, too).
Obfuscating is the process in which classes, methods, attributes and packages are renamed into very short strings like "A" or "bc" that take less to be searched by the VM. This also produces smaller binaries that consume less memory and take less time to load.
Obfuscating your .class files makes it also more difficult for others to understand your program by disassembling it. Its far from making reverse-engineering difficult though, so dont rely on it very much from a security point of view.
Version restrictions:
- SuperOptimize cant be used for commercial purposes
Consumer Price Index for HanDBase 1.0
Consumer Price Index more>>
USES: As an economic indicator. As the most widely used measure of inflation, the CPI is an indicator of the effectiveness of government policy. In addition, business executives, labor leaders and other private citizens use the index as a guide in making economic decisions. As a deflator of other economic series. The CPI and its components are used to adjust other economic series for price change and to translate these series into inflation-free dollars. As a means for adjusting income payments. Over 2 million workers are covered by collective bargaining agreements which tie wages to the CPI. The index affects the income of almost 80 million people as a result of statutory action: 47.8 million Social Security beneficiaries, about 4.1 million military and Federal Civil Service retirees and survivors, and about 22.4 million food stamp recipients. Changes in the CPI also affect the cost of lunches for the 26.7 million children who eat lunch at school. Some private firms and individuals use the CPI to keep rents, royalties, alimony payments and child support payments in line with changing prices. Since 1985, the CPI has been used to adjust the Federal income tax structure to prevent inflation-induced increases in taxes.
System requirements:
- HanDBase v.2.7x or greater
Eudora Internet Suite 2.1
Send e-mail, check your mailbox, and browse the Web with your Palm. more>>
Eudora Internet Suite 2.1 is a useful tool which includes three different components: Eudora for the Palm, an email client; the EudoraWeb Browser; and the Eudora Mail Conduit and helps you Send e-mail, check your mailbox, and browse the Web with your Palm.
Major Features:
- With Eudora for the Palm, you can send and receive email directly from your Palm device.
- Eudora supports POP3 and SMTP, or HotSync, for sending and receiving email.
- You can visit any Web site directly from your Palm device, without any additional servers required.
- EudoraWeb is an HTML Web browser that offers online browsing to standard Web pages without requiring a proxy server.
- The Eudora Mail Conduit allows you to HotSync email between your Palm device and Windows desktop email clients.
- The Eudora Mail Conduit works with the Windows desktop version of Eudora 4.3.2 or higher, as long as the desktop Eudora client is operating in Paid or Sponsored mode.
Enhancements:
- Eudora and EudoraWeb support SSL (Secure Sockets Layer) and TLS (Transport Layer Security) for server authentication and data privacy.
- Synchronization of web browser bookmarks (favorites) between your desktop browser and the EudoraWeb browser on your Palm device, via the new EudoraWeb conduit application.
Sony Ericsson PC Suite for Smartphones 1.3.19
The PC Suite for Smartphones is a free software that allows you to synchronize contacts, calendar, tasks, notes, e-mails and bookmarks between your phone and applications on your PC and backup the inf more>>
The PC Suite for Smartphones includes, among others, the following free software applications:
* Sync Manager allows you to synchronize content such as contacts, calendar, tasks, notes, e-mails and bookmarks between your mobile phone and applications on your PC.
* Backup Manager allows you to backup the information in your mobile phone to your PC. If you have lost information in your mobile phone, you can easily restore the data from a saved backup on your PC.
Installation instructions:
1. If you are using the Sync Manager to synchronize your PC with your mobile phone, you are recommended to synchronize before you install this release (1.3.19).
2. Download the file to a temporary folder on your PC.
3. Close all processes (when installing the Sync Manager component make sure that your email application Microsoft Outlook or Lotus Notes is closed)
4. Execute the downloaded file.
How to use
1. Connect the mobile phone to your PC using an applicable connection: Cable, Infrared or Bluetooth connection.
2. Start the included programs from the Start/Programs/Sony Ericsson folder or the Application Launcher application.
Notes
Multilanguage. The language version is selected during installation. Supported languages are:
* Arabic
* Chinese Simplified
* Chinese Traditional Hong Kong
* Chinese Traditional Taiwan
* Czech
* Danish
* Dutch
* English UK (source)
* English US
* Estonian
* Finnish
* French
* French Canadian
* German
* Greek
* Hebrew
* Hungarian
* Indonesian
* Italian
* Japanese
* LatinAmSpanish
* Latvian
* Lithuanian
* Malay
* Norwegian
* Polish
* Portuguese
* Portuguese Brazil
* Romanian
* Russian
* Slovak
* Slovenian
* Spanish
* Swedish
* Thai
* Turkish
Checklist for Palm OS 1.42
Checklist is a program that runs on both the Windows and Palm operating system that helps you manage lists of repetitive tasks. more>>
There are three components:
- A Windows program for creating and manipulating checklists on your personal computer,
- A handheld program for creating and manipulating checklists on your Palm-based handheld, and
- A sync component for syncronizing the PC and handheld data.
Enhancements:
- Added the ability to attach a note to each list item. Notes can have up to 2000 characters.
- Increased the allowed length of items from 20 to 50.
- Increased the allowed length of checklist names from 15 to 20 characters.
- Removed the heading column from the display. Headings are now established with a menu choice or shortcut key.
- Improved the delete checklist feature.
- Added features to import and export checklist from/to external files.
- Improved the reliability of the hotsync component.
- Added feedback to the user when a checklist is duplicated.
- Implemented version control to prevent database corruption by incompatible versions.
System requirements:
- Palm OS v3.5 devices.
Notepad++ nLite Addon 5.4.1
A handy source code editor more>>
Addons are third-party applications developed by other producers than the nLite developers, designed to be included in nLite as add-on. They are specially customized so that they can be added to nLite in order to create a pre-install image of Windows to ease a users work when reinstalling Window on their computer.
You just add these add-on, create your image and when you reinstall your Windows all your favorite programs will be there just like they were before. Its a fast and easy way to keep a backup especially if you have a lot of programs installed on your computer.
Notepad++ is a free source code editor (and Notepad replacement), which supports several programming languages, running under the MS Windows environment.
This project, based on the Scintilla edit component (a very powerful editor component), written in C++ with pure win32 api and STL (that ensures the higher execution speed and smaller size of the program).
nLite is a GUI that will enable you to permanently remove Windows components by your choice.
You can add a series of add-ons to this application so it best fits your needs and desires.
Requirements: nLite
Carbide.ui S60 Theme Edition 3.1.1
Carbide.ui S60 Theme Edition for Symbian OS is a tool that enables the creation of packages to customize the appearance of the user interface on S60 devices. more>>
Carbide.ui has been designed with the creative professional in mind. It allows the S60 UI to be customized with full WYSIWYG layout, without the need for layout definition coding or specialized mobile design experience. In addition, Carbide.ui can be integrated with a wide range of creative graphic and audio packages, allowing designers to work with their favorite tools.
Carbide.ui S60 Theme Edition for Symbian OS creates S60 themes that alter the appearance of the S60 UI and S60 Music Player. Themes can be created, edited, and viewed easily. Full WYSIWYG features allow the appearance of wallpaper, application icons, color schemes, or any other UI component to be evaluated accurately. Once a theme has been created, the tool will package it into a Symbian OS installation file and prepare it for Open Mobile Alliance (OMA) Digital Rights Management (DRM) protection, if required, after which it will be ready for deployment to devices.
The latest version adds support for S60 3rd Edition Feature Pack 1 and its new theme capabilities, including new screensaver files support, enhanced ringtone file-support, Arabic and Hebrew UI support and new MIDP Color group. These new platform features provide developers and creative professionals with new opportunities to create innovative and compelling experiences for the end user.
Supported S60 Platform versions:
S60 2nd Ed
S60 2nd Ed FP1
S60 2nd Ed FP2
S60 2nd Ed FP3
S60 3rd Ed
S60 3rd Ed FP1
Enhancements:
- 320x240 landscape resolution for E61/E62/E61i
- Square (208x208) resolution for Nokia 5500
- Export/Import support
- Search support
- Problem with bitmap icons in 2nd Edition Feature Pack 2 resolved
- Resolved problems in SVG to SVGT conversion (arc and named colors for some vector graphic editors)
- Animated GIF can be used as screensaver.
- Arabic & Hebrew landscape indicators
- Java Wait Bar Increment and Idle graphics.
- Resolved problems with pasting bitmaps and mask handling.
- Sis package optimization for S60 3rd Edition Feature Pack 1 devices.
- Packaging of 3rd party icons for S60 3rd Edition and previous devices
- Defect when switching to Nine piece mode for highlights has been resolved
- Tab and Volume indicator skinning for s60 2nd Edition Feature Pack 3
- Popup preview color group
- Several new features, at beta level, are included:
- a)Editing SVG colors
- b)Component store for single element and group of elements
- c)Multiple selection functionality
- d)Reproducing animation in WYSIWYG editor
HashCheck Shell Extension nLite Addon 2.1.11
HashCheck Shell Extension will help you calculate checksums from you contextual menu. more>>
HashCheck Shell Extension nLite Addon 2.1.11 is considered as a smart and useful utility for you. HashCheck Shell Extension will help you calculate checksums from you contextual menu. If you want to reduce the time needed for installing your OS you can use nLite addons to create your own bootable image of Windows.
Addons are third-party applications developed by other producers than the nLite developers, designed to be included in nLite as addons. They are specially customized so that they can be added to nLite in order to create a preinstall image of Windows to ease a users work when reinstalling Window on their computer.
You just add these addons, create your image and when you reinstall your Windows all your favorite programs will be there just like they were before. It's a fast and easy way to keep a backup especially if you have a lot of programs installed on your computer.
Major Features:
- The HashCheck Shell Extension makes it easy for you to calculate and verify checksums (including hashes) from Windows Explorer.
- HashCheck can process and verify the checksums/hashes stored in checksum files - these are files with a .sfv, .md4, .md5, or .sha1 file extension.
- Just double-click on the checksum file, and HashCheck will check the actual checksums of the listed files against those specified in the checksum file.
- HashCheck supports the CRC-32, MD4, MD5, and SHA-1 algorithms.
- nLite is a GUI that will enable you to permanently remove Windows components by your choice.
- You can add a series of addons to this application so it best fits your needs and desires.
Requirements:
- nLite
Captain Lunar 1.0
Use your jet pack to elevate through 18 levels and 3 different worlds collecting the Mech components needed to build your army against the enemy. more>>
Version restrictions:
- Ad-supported