I am creating the Installer Using NSIS, The installation works without any problem, the uninstallation also works with UnInstaller.exe, but if i tried to uninstall the program from Add Remove Program, it gives the error i.e "Either program is already uninstalled or it is currepted, do you want to remove it from the list ?"

i am putting the UnInstallString also in the registry, but still not working. please help.

link|improve this question

50% accept rate
Could you post the code that adds your registry entries? – Anders Feb 20 '11 at 17:22
feedback

1 Answer

up vote 0 down vote accepted

Have you written all needed information in the registry? See http://msdn.microsoft.com/en-us/library/ms954376.aspx, section 6. Support Add/Remove Programs Properly.

link|improve this answer
Thanks, i was not setting the UninstallString Properly, and that was the cause of not uninstalling from Add Remove Program. – Khuzema Kamaal Mar 4 '11 at 16:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.