Main > Free Download Search >

Free uninstall software for pda

uninstall

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 32
Hack Uninstall Hack 1.1

Hack Uninstall Hack 1.1


Hack Uninstall Hack warnes you when you are going to delete an enabled hack. more>>
Hack Uninstall Hack warns you when you are going to delete an enabled hack.
Enhancements:
- Changed the program to make it work during HotSync and other possible situations.
System requirements:
- Palm OS v2.0
- HackMaster
<<less
Download (2.00KB)
Added: 2007-07-05 License: Freeware Price: FREE
841 downloads
Today Plugin Uninstaller 1.0

Today Plugin Uninstaller 1.0


The Today Plugin Uninstaller utility helps to remove the unwanted Today Plugins from your Pocket PC Today Screen. more>>
How Today Plugin Uninstallation works

Today Plugin DLLs are loaded during the Pocket PC boot & they are never unloaded (even when you deactive the particular plugin)
The uninstaller has to remove the related registry entries (the DLL is however still unloaded from the memory)
A Soft-reset may be required to finish the process (or) a particular Windows Message has to be posted to reload the today plugins which will release the DLL without requiring a Soft-reset.

Cleaning your Today Screen

As Today Plugin DLLs are loaded during the Pocket PC boot & they are never unloaded, some times normal Uninstallation process may not uninstall the Today Plugin as the DLL is still in use
Use Today Plugin Uninstaller in such cases, where developer has to provided a successful uninstallation script.

Useful for Today Plugin Developers

During Today Plugin Development developer every time a change is made to the Plugin, Developer has to manually
Unregister the DLL
Change/Delete the registry Path
Soft-reset the Device in order to completely unload the DLL from the memory
Install the new DLL after soft-reset.
Use Today Plugin Uninstaller during Today Plugin Development, where you don’t have to soft-reset everytime.
<<less
Download (52.20KB)
Added: 2006-10-10 License: Freeware Price: FREE
1131 downloads
Portable Revo Uninstaller 1.83

Portable Revo Uninstaller 1.83


The application helps you perform a clean uninstall for any program on your computer more>> <<less
Download (977KB)
Added: 2009-05-08 License: Freeware Price: FREE
15 downloads
Portable SS Uninstall Manager 2.1

Portable SS Uninstall Manager 2.1


A program to help you uninstall your programs. more>>

Portable SS Uninstall Manager 2.1 is a powerful and easy-to-use program to help you uninstall your programs. Portable Uninstall Manager is the portable version of Uninstall Manager developed to be able to run from a USB flash drive or any other portable device.

Portable Uninstall Manager is an extremely fast, very user-friendly/easy to understand, efficient replacement for the standard Windows Add/Remove Software applet. The Standard Add/Remove Program often cant uninstall applications completely. It often leaves files on the hard drive ,associated desktop icons, Start menu entries and keys in the registry. Big registry and large number of unnecessary files make the system slower and slower. Remove all the junk files clearly in seconds and improve your computer efficiency.If you regularly try out new software either downloaded from the internet, or from cover CDs, you will undoubtedly find this program very useful. Portable Uninstall Manager will help you keep your installed program list clean and accurate.

Major Features:

  1. Full control over the list of programs that are installed on your computer
  2. Uninstall programs you no longer want on your computer
  3. Change or repair your installations
  4. Modify the details of a program from the list
  5. Delete "phantom" programs that have long been uninstalled yet manage to stay on your Add/Remove Programs list
  6. Export a report with the list of programs installed on your computer
  7. Free
<<less
Download (318KB)
Added: 2009-07-03 License: Freeware Price: FREE
17 downloads
Portable UnInstall Cleaner 2.1.1.0

Portable UnInstall Cleaner 2.1.1.0


The application will uninstall programs on your system and get rid of registry errors in the process more>>
Portable UnInstall Cleaner 2.1.1.0 is a revolutionary application that aims to uninstall programs on your system and get rid of registry errors in the process. UnInstall Cleaner is created as an alternative to the uninstall applet in Windows, allowing you to get rid of erroneous entries. If a program does not properly uninstall or occur problems in the uninstall process, there will be uninstall entries in the registry. UnInstall Cleaner can delete these entries so that you dont take the painstaking job of cleaning the the registry database of Windows manually.
<<less
Download (253KB)
Added: 2009-06-05 License: Freeware Price: FREE
22 downloads
pInstaller 2.0

pInstaller 2.0


Installation Builder for Palm Apps more>>
handX Conduit Installer is an Open Source Conduit Installater creation toolkit.

By editing a simple configuration file, you can build an installation package for your Palm application and Conduit.

You can call this progam from within one of the normal install builders like InstallShield or Wise etc.

Or you can simply bundle it into a self extracting .exe that automatically runs conduitInstaller.exe when finished.

It will even generate an uninstall entry for you.
<<less
Download (425.00KB)
Added: 2006-04-06 License: Freeware Price: FREE
1298 downloads
Conduit Installer 1.2

Conduit Installer 1.2


Conduit Installer is designed as an Open Source Conduit Installater creation toolkit, which by editing a simple configuration file, you can build an installation package for your Palm application and Conduit. more>>

Conduit Installer 1.2 is designed as an Open Source Conduit Installater creation toolkit, which by editing a simple configuration file, you can build an installation package for your Palm application and Conduit.

You can call this progam from within one of the normal install builders like InstallShield or Wise etc.Or you can simply bundle it into a self extracting .exe that automatically runs conduitInstaller.exe when finished. It will even generate an uninstall entry for you.

Requirements:

  • Any Hardware
  • Any OS 486 Windows 98
<<less
Download (254.9KB)
Added: 2001-06-18 License: Freeware Price:
downloads
CondInst 1.0

CondInst 1.0


CondInst is a developer tool used during installations of conduits. more>>
CondInst is a developer tool used during installations of conduits. Instead of creating a new CondInst.dll and pci.exe pr. conduit, you can most of the time just use CondInst.

CondInst requires a meta file describing the conduit to install/uninstall. The meta file must be created in a text editor such as Notepad or Vim. The meta file consists of (key value) pairs:

Key - Cm...
arguments - CmSetCreatorArguments
creatorid - CmInstallCreator
database - CmSetCreatorRemote
datafile - CmSetCreatorFile
description - CmSetCreatorInfo
directory - CmSetCreatorDirectory
dll - CmCreatorName
dword[...] - CmSetCreatorValueDWord
module - CmSetCreatorModule
name - CmSetCreatorTitle
priority - CmSetCreatorPriority
string[...] - CmSetCreatorValueString
type - CmSetCreatorIntegrate
user - CmSetCreatorUser

See the attached TestConduit.txt file on how to use the meta file.

Usage

condinst /i metafile

... to install a conduit.

condinst /u metafile

... to uninstall a conduit.

Remember to bundle CondMgr.dll when using CondInst! Otherwise, installation will most likely not succeed.
<<less
Download (32.30KB)
Added: 2007-01-04 License: Freeware Price: FREE
1026 downloads
ListMan 1.0

ListMan 1.0


ListMan is a list management program with more high-level operations and more sophisticated organization more>>
Tired of deleting tasks one at a time? Ever want a list management program with more high-level operations and more sophisticated organization?
ListMan is the answer to the difficiencies of the PocketPC Task program that we refused to put up with.
Main features:
- Maintain completely independent lists of tasks, items, or whatever
- Hierarchical List organization allows categories and subcategories
- Efficient, intuitive interface
- Capable of multi-line item descriptions
- Ability to hide, purge, and uncheck all checked items in a list
- An almost useless integrated help file
- Easy to install and uninstall
<<less
Download (103.00KB)
Added: 2007-05-05 License: Freeware Price: FREE
907 downloads
Palm Software Installation Log for HanDBase 1.0

Palm Software Installation Log for HanDBase 1.0


Track applications installed on your Palm device. more>>
Track applications installed on your Palm device. Fields for application name, version, installed or not (handy for tracking programs you arent using right now), install date, registration information, uninstall date, URL downloaded from, and a field for miscellaneous notes. One example record provided.
System requirements:
- HanDBase v.2.7x or greater
<<less
Download (3.00KB)
Added: 2007-07-22 License: Freeware Price: FREE
837 downloads
PIM Birthdayz 1.2

PIM Birthdayz 1.2


PIM Birthdayz detects Birthdays from your inbuilt Outlook Contacts & reminds you using various filters (including month filter) more>>
Who doesnt want to hear a "Happy Birthday" from their friends/colleagues/relatives on their Birthday.
There are too many utilities around for Birthday Remembrance but most of them use their own database.
PIM Birthdayz integrates & uses the inbuilt Outlook Contacts as its database, which means once you start the application you dont have to enter duplicate records. The newly added contacts are actually stored in your Contacts Database, so you will not lose them even if you uninstall PIM Birthdayz.
No separate database is used to store the details. All the details are stored / fetched using the inbuilt Contacts.
If you already have all your contacts with "Date of Birth" field set, you are ready to go with no further steps after installing this utility.
Integrated well with native Contacts Add/Modify Screen.
Supports Windows Mobile 5.0 & Landscape mode operation.
Enhancements:
- Age bug fixed
<<less
Download (59.50KB)
Added: 2007-01-26 License: Freeware Price: FREE
1006 downloads
Portable RDP 5.2 Client 1.0

Portable RDP 5.2 Client 1.0


A very small standalone full featured RDP 5.2 client that run everywhere more>>
Portable RDP 5.2 Client 1.0 is a flexible application that can run anywhere. It is a very small standalone full featured RDP 5.2 client.The solution for the annoying fact that RDP is difficult to uninstall and many of you dislike its annoying mandatory look & feel: A very small standalone full featured RDP 5.2 client that run regardless what has been installed by Microsoft automatic updates. And more... It will perfectly works well from your USB stick or from your server console!
<<less
Download (680KB)
Added: 2009-05-12 License: Freeware Price: FREE
12 downloads
.NET Compact Framework 2.0 SP2 Redistributable

.NET Compact Framework 2.0 SP2 Redistributable


The Microsoft .NET Compact Framework 2.0 Service Pack 2 Redistributable includes everything you need to run .NET Compact Framework 1.0 and 2.0 applications. more>>
The Microsoft .NET Compact Framework 2.0 SP2 Redistributable contains the common language runtime and class libraries built for the .NET Compact Framework. In addition to supporting version 2.0, it also supports applications developed for version 1.0 and service pack releases before version 2.0.
Important: This redistributable enables running .NET Compact Framework applications on the Pocket PC, Pocket PC Phone Edition, Smartphone, and other Windows CE powered devices. To develop .NET Compact Framework applications, Microsoft Visual Studio 2005 or the Microsoft .NET Framework 2.0 SDK are required.
This package uses ActiveSync 4.0 and up to update the device, see the Windows Mobile Center for more information. Be sure to dock your device first before running NETCFSetupv2.msi. If your device is not docked, ActiveSync will store the CAB file until the time when you dock your device. Those not using ActiveSync can run the CAB files which match the device found in the install folder directly on the device.
Enhancements:
- New Features:
- Service Pack 2 of the .Net Compact Framework V2.0 includes some new features in the Remote Performance Monitor aimed at finding memory leaks in the managed heap. These features allow you to take snapshots of the GC heap at any point in time and view the relationships between the live object instances in the heap. You can also compare multiple snapshots over time in order to spot allocation trends in your application as it executes.
- Fixed Bugs:
- NETCFRPM fails on x64
- Setup install/uninstall fails silently when the MSI is launched from Control Panel-Programs and Features on Vista
- Finalizers fail on RTF objects because COM bindings are already disposed
- VS crashes on trying to attach without setting the Attach Enabled Registry Key
- Thread.Join() fails with ERROR_INVALID_HANDLE on CE 6.0 platform
- Potential memory corruption caused by circular reference
- JIT assertion failure when non-existent COM port is addressed
- TypeLoadException using generics with NETCF 2.0
- IrDA is broken on Windows CE 5.0 devices
- NetCFRPM and MDBG cannot target headless devices
- SerialPort: Data corruption occurs if DataReceived event is used to receive Unicode characters sent across serial ports
- SerialPort: Cannot open a COM port beyond COM9
- SerialPort: GetPortNames() does not return serial port names beyond COM9
- SerialPort: Data corruption occurs if DataReceived event is used to receive Unicode characters sent across serial ports
- NETCF deadlocks on exit if native callback delegate has been called on native thread
- VS 2005 RTM attempts to deploy NETCFv2.wce5.ARMV4I.cab/System_SR_ENU.cab instead of NETCFv2.wm.ARMV4I.cab/System_SR_ENU_wm.cab on Windows Mobile 6 platforms
- XmlSerializerializationWriter: When GetSpecifiedMember returns false serialization is halted resulting in loss of data
- Access violation marshaling a class with a string field
- Stepping out from a Breakpoint after Func eval causes breakpoint to remain at same place and then VS 2005 hangs
- COM: Access violation in N->M byref marshaling
- Native exception in marshalling code when using Interlocked.Exchange
- Access violation in StubPolicyAlloc (eestubpolicy.cpp
- SerialPort.Open thows IOException on CE 6.0 devices
- Type.GetDefaultMembers() doesnt return base types default members
- Installing multiple locales of same MSI results in multiple instances of NetCF showing up in Add Remove Programs
- VS 2005 attempts to deploy System_SR_ENU.cab instead of System_SR_ENU_wm.cab on Windows Mobile 6 platforms
- Debugger does not correctly handle new native threads entering through COM
- NETCFRPM parses connection string improperly when device uses ipv6
- V2 SP2: HttpWebRequest: HTTPS request fails when TLS_RSA_WITH_3DES_EDE_CBC_SHA cipher is used
- Debugger may AV if breakpoints active before F5
- WebBrowsers NavigatingEventArgs does not allow to cancel navigation
- XmlSerializer fails to deserialize enums with spaces
<<less
Download (37.60MB)
Added: 2007-03-15 License: Freeware Price: FREE
568 downloads
Gant2 DIA Skin 1.01

Gant2 DIA Skin 1.01


This skin is for the Dynamic Input Area (DIA) of the T3. more>>
This skin is for the Dynamic Input Area (DIA) of the T3.
Note: this Skin is ONLY compatible with Tungsten T3.
Read the included readme.txt for how to install / Uninstall this Skin.
Extended Keyboard versions added!
The skin is based on the excellent icons by mattahan and the ZLauncher skin made by Bandit.
This skin was made to accompany the Gant2 ZLauncher skin or Gant2 Launcher X skin, but can of course be used on its own.
Note that a T3AgendaBG version is included.
Now with a working "PinletStdKeyboard.prc" file to change the key colors to black.
System requirements:
- PalmOne: Tungsten T|3
- Palm OS v5.2
<<less
Download (926.00KB)
Added: 2007-01-09 License: Freeware Price: FREE
1018 downloads
iDesk 1.46

iDesk 1.46


iDesk is a small but extremely powerful application that allows you to organize all your files, folders and URLs in an easy folder structure for quick access. more>>
Desk is a small but extremely powerful application that allows you to organize all your files, folders and URLs in an easy folder structure for quick access.
iDesk also provides customizable hotkeys for every internal function, application, file or folder, and contains a built-in task manager, task switcher, password manager (passwords are encrypted using the RC4 encryption algorithm) and note taker, making it the ideal all round tool to get the most out of your Communicator.
Enhancements:
- Uninstall now deletes all iDesk created files without prompting to prevent the "Problem removing iDesk - Unknown error" message during uninstall.
- Backup/Restore configuration menu-items added to backup the complete configuration before uninstallation and restore it after a reinstallation (see instructions in INSTALL.TXT)
- Added Notes database for quicker loading of the Notes overview dialog (the database is automatically created from the existing notes)
- Collaboration with Mobile Search *:
- Changed notes format. All existing notes are automatically converted to the new format.
- Mobile Search can now search in iDesk notes
- Mobile Search can also open the found notes directly in iDesk.
- Bugs fixed:
- !!! Desk and My Own keys work again for assigning hotkey definitions. Even the default behaviour (bring up the Desk application) now works again.
- iDesk now exits without prompting when requested by the system (e.g. before a backup)
- If the header was not shown, the title was also never updated. This has been fixed.
<<less
Download (482.00KB)
Added: 2007-02-12 License: Freeware Price: FREE
1041 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3