Archive: uninstaller problem


uninstaller problem
Why when i create uninstaller not in $instdir when i uninstall program uninstaller deletes dir where i create it?


$INSTDIR in the uninstaller is simlar to $EXEDIR.

If you want to uninstall to uninstall from another location you'll have to set a registry key during installation that can be read by the uninstaller.


Can you tell me moreabout this?


Use WriteRegStr and ReadRegStr.