Quote:
Originally Posted by devil777
files do uninstall correctly but everything in uninstall folder do remains ...
|
find the below code:
if (CurStep = ssPostInstall) and not ISDoneError then
begin
and paste the below code after begin:
Code:
RegWriteDWordValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{#AppName}_is1', 'EstimatedSize', CalcSize*1024)
RegWriteStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{#AppName}_is1', 'DisplayIcon', ExpandConstant('{app}\{#E1[60]}\{#E1[61]}'))
It will show the uninstall icon as well as size...