View Single Post
  #1  
Old 29-04-2021, 04:45
Newbie-repacker Newbie-repacker is offline
Banned
 
Join Date: Apr 2021
Location: In My Home Sweet Home
Posts: 27
Thanks: 57
Thanked 0 Times in 0 Posts
Newbie-repacker 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

Any fix for this

Last edited by Newbie-repacker; 29-04-2021 at 21:06.
Reply With Quote
Sponsored Links