Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 26-04-2021, 21:57
bunti_o4u's Avatar
bunti_o4u bunti_o4u is offline
Registered User
 
Join Date: Aug 2017
Location: India
Posts: 162
Thanks: 29
Thanked 172 Times in 61 Posts
bunti_o4u is on a distinguished road
Quote:
Originally Posted by Newbie-repacker View Post
This error i get
Please help me.......
Unable to compile
I think you have not added any exe..

[Execs]
;Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name
AppExe1=ME|bin\|FarCryNewDawn.exe| Far Cry New Dawn
Reply With Quote
The Following User Says Thank You to bunti_o4u For This Useful Post:
Newbie-repacker (26-04-2021)
Sponsored Links
  #2  
Old 26-04-2021, 22:29
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 bunti_o4u View Post
I think you have not added any exe..

[Execs]
;Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name
AppExe1=ME|bin\|FarCryNewDawn.exe| Far Cry New Dawn
Idk why but still not working .....
Reply With Quote
  #3  
Old 27-04-2021, 01:04
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
Idk why but still not working .....
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


Last edited by Newbie-repacker; 27-04-2021 at 01:07. Reason: Adding Error Image
Reply With Quote
  #4  
Old 27-04-2021, 07:21
Epic Titan 69 Epic Titan 69 is offline
Banned
 
Join Date: Dec 2020
Location: In The Hell
Posts: 89
Thanks: 147
Thanked 39 Times in 27 Posts
Epic Titan 69 is on a distinguished road
Hey bunti
Do u have any idea of how i can increase the dimensions of installer
Currently its dimensions are 800*448 pixels

Thanks In Advance.......
Reply With Quote
  #5  
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
  #6  
Old 28-04-2021, 19:13
Pralin[2.0] Pralin[2.0] is offline
Banned
 
Join Date: Apr 2021
Location: XXXXXXXXXX
Posts: 7
Thanks: 5
Thanked 2 Times in 2 Posts
Pralin[2.0] is on a distinguished road
Quote:
Originally Posted by El.Amigos View Post
Anyone got fix for this??
Am also facing this error
I think u both are doing same thing wrong
U need to include iscrypt.dll under [FILES] section and Extract Temporary File(Iscrypt.dll)

Check and let me now if it fixes or not.....
Reply With Quote
The Following User Says Thank You to Pralin[2.0] For This Useful Post:
Newbie-repacker (28-04-2021)
  #7  
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
  #8  
Old 29-04-2021, 21:07
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
Any fix for this
??
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Coming Soon: Metro Install Creator Razor12911 Conversion Tutorials 48 31-10-2021 02:59
Windows Phone Installer (FMX) Redists Help... ramazan19833 Conversion Tutorials 3 15-12-2017 04:08
Custom Installer (help test ) windows 8 Dante1995 Conversion Tutorials 4 07-07-2014 03:43
321 studios game x copy acehardy12 XBox Games 6 29-06-2005 13:55



All times are GMT -7. The time now is 22:59.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com