2
0
Martijn Laan 1 жил өмнө
parent
commit
a4704a25cf

+ 0 - 5
Projects/Src/Setup.MainFunc.pas

@@ -257,7 +257,6 @@ var
     var ppszPath: PWideChar): HRESULT; stdcall;
     var ppszPath: PWideChar): HRESULT; stdcall;
 
 
   DecompressorDLLHandle: HMODULE;
   DecompressorDLLHandle: HMODULE;
-  DecryptDLLHandle: HMODULE;
 
 
 type
 type
   TDummyClass = class
   TDummyClass = class
@@ -3490,10 +3489,6 @@ begin
   if RmSessionStarted then
   if RmSessionStarted then
     RmEndSession(RmSessionHandle);
     RmEndSession(RmSessionHandle);
 
 
-  { Free the _iscrypt.dll handle }
-  if DecryptDLLHandle <> 0 then
-    FreeLibrary(DecryptDLLHandle);
-
   { Free the _isdecmp.dll handle }
   { Free the _isdecmp.dll handle }
   if DecompressorDLLHandle <> 0 then
   if DecompressorDLLHandle <> 0 then
     FreeLibrary(DecompressorDLLHandle);
     FreeLibrary(DecompressorDLLHandle);