Quote:
Originally Posted by Chayan Manna
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;
|
thnx for reply but its not working.