fellobo
June 10th, 2004, 04:04 PM
I've written an installer/uninstaller - I've added my programs name and path in the registry to allow the add/remove program to see them and allow the end user to launch my program.
My problem comes when I am finished running. My application closes and the Add/Remove panel freezes.
Does the Add/Remove panel need a certain return value from my app?
Any ideas on why my program makes add/remove panel freeze?
I was under the impression that all the add/remove panel does is call my program and that was it.... am I mistaken?
I've read all the files on making an install/uninstall program, Configuring Add/Remove Programs, and any thing I could find in both CodeGuru and MSDN. Nothing.
Just so everyone knows:
Registry code is in the following....
HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Uninstall/ApplicationName
DisplayName - my name
UninstallString - my programs path
and my program DOES run and uninstall.
I also delete the registry as I am uninstalling. But I don't think this would cause the problem (mainly cuz I removed it ran my uninstaller and it still crashed the Add/Remove panel.)
Thanks for any help you may give.
:confused:
My problem comes when I am finished running. My application closes and the Add/Remove panel freezes.
Does the Add/Remove panel need a certain return value from my app?
Any ideas on why my program makes add/remove panel freeze?
I was under the impression that all the add/remove panel does is call my program and that was it.... am I mistaken?
I've read all the files on making an install/uninstall program, Configuring Add/Remove Programs, and any thing I could find in both CodeGuru and MSDN. Nothing.
Just so everyone knows:
Registry code is in the following....
HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Uninstall/ApplicationName
DisplayName - my name
UninstallString - my programs path
and my program DOES run and uninstall.
I also delete the registry as I am uninstalling. But I don't think this would cause the problem (mainly cuz I removed it ran my uninstaller and it still crashed the Add/Remove panel.)
Thanks for any help you may give.
:confused: