cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
MisterW
Level 3

Feature Transfer Error (Error: 1)

Hi,

I am experiencing the following error during the uninstallation of my application in WindowsXP.

Feature Transfer Error
Error: 1

The error only occurs when I try to uninstall my application from the FOLDER_PROGRAMS folder

Because of this error my application still appears in the Add/Remove Programs section. My created registry keys are still present in the registry editor and the installation directory is still present on my PC.

Is there a way to get more information on this error? I mean "Error: 1" really isn't that helpful.

Fyi...My installer is an InstallScript project and I am using InstallShield 2008 Premier.


Thanks in advance,

MisterW
Labels (1)
0 Kudos
(1) Reply
MisterW
Level 3

I was able to fix my problem by entering the DISK1TARGET installscript constant as the 4th argument in the AddFolderIcon function.

The 4th argument in the AddFolderIcon function is the Working Directory.
0 Kudos