This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Feature Transfer Error (Error: 1)
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 30, 2008
10:17 AM
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
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
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 10, 2008
09:37 PM
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.
The 4th argument in the AddFolderIcon function is the Working Directory.