View Single Post
  #10  
Old 28-04-2021, 10:40
El.Amigos El.Amigos is offline
Banned
 
Join Date: Mar 2021
Location: в вашем доме
Posts: 23
Thanks: 18
Thanked 3 Times in 3 Posts
El.Amigos is on a distinguished road
Quote:
Originally Posted by Newbie-repacker View Post
Done it got fixed.....

One more thing ,
If i encrypt the installer (using iscrypt.dll- code given below) first it says Iscrypt is missing
Code:
[Setup]
AppName={#AppName}
AppPublisher={#AppPublisher}
AppVersion={#AppVersion}
VersionInfoVersion={#AppVersion}
DefaultDirName={pf}\{#AppDir}
DefaultGroupName={#AppDir}
SetupIconFile=Icon.ico
OutputBaseFilename=Setup
OutputDir=WP_Output
UninstallFilesDir={app}\Uninstall
UninstallDisplaySize= {#AppSize}
DiskSpanning=No
Compression=lzma2/ultra
SolidCompression=No
EnableDirDoesntExistWarning=no
DirExistsWarning=no
Encryption=yes
Password=1234
#ifdef SystemRequirement
UserInfoPage=yes
#endif
#ifndef Component
DisableDirPage=Yes
#endif

So putting iscrypt.dll to the main inno enhanced version it gives me error like
Here is the error after installing iscrypt.dll

Anyone got fix for this??
Am also facing this error
Reply With Quote