Quote:
Originally Posted by Newbie-repacker
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

|
Any fix for this
Last edited by Newbie-repacker; 29-04-2021 at 21:06.
|