Quote:
Originally Posted by bunti_o4u
here is the code which causing error:
Win7TaskBar10();
How to kill this in DeinitializeSetup section.
|
It should be halted by itself, No code should be required.
Anyway, Try This, it may help.....
Code:
procedure iswin7_free; external 'iswin7_free@files:iswin7.dll stdcall';
procedure DeinitializeSetup();
begin
iswin7_free;
end;