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

Reply
 
Thread Tools Display Modes
  #226  
Old 06-10-2021, 05:43
ScOOt3r ScOOt3r is offline
Registered User
 
Join Date: Jun 2019
Location: Canada
Posts: 75
Thanks: 604
Thanked 37 Times in 32 Posts
ScOOt3r is on a distinguished road
Try this and see if it helps
AppExe1=GTA San Andreas|Bin64||gta-sa.exe|GTA San Andreas

added an extra |

ScOOt3r
Reply With Quote
Sponsored Links
  #227  
Old 06-10-2021, 11:49
fabrieunko fabrieunko is offline
Registered User
 
Join Date: Sep 2021
Location: france
Posts: 171
Thanks: 273
Thanked 52 Times in 45 Posts
fabrieunko is on a distinguished road
hello, I just tested your script which I find very nice. but I have a problem when I click on 'Compile'
at the end I have an error message:
Completed with errors
Error at line 0
out of memory

What to do?
Reply With Quote
  #228  
Old 23-01-2022, 05:35
MMBDON MMBDON is offline
Registered User
 
Join Date: May 2015
Location: INDIA
Posts: 52
Thanks: 2
Thanked 5 Times in 3 Posts
MMBDON is on a distinguished road
Update the outdated script

Quote:
Originally Posted by BLACKFIRE69 View Post
CorePack Installer UI - CJ Edition



  • The script has been re-coded with ISFMXFW.dll v1.2.

  • In this update,
    - more stable.
    - more user friendly
    - user can be added new colors for the installer.
    - has a ability to change the setup image on each page.
    - editable About page.
    - added support for more archives.

Credit:
ISFMXFW.dll - @Jiva Newstone.


-------------------------------------------------------------------------------------
Please update this script to new one.
Reply With Quote
  #229  
Old 03-04-2022, 08:39
MMBDON MMBDON is offline
Registered User
 
Join Date: May 2015
Location: INDIA
Posts: 52
Thanks: 2
Thanked 5 Times in 3 Posts
MMBDON is on a distinguished road
Any progress regarding this script??
Reply With Quote
  #230  
Old 17-09-2022, 13:15
Gummy Bear Gummy Bear is offline
Registered User
 
Join Date: Nov 2021
Location: Moscow
Posts: 8
Thanks: 3
Thanked 1 Time in 1 Post
Gummy Bear is on a distinguished road
hello everyone, where is the button translation file
Reply With Quote
  #231  
Old 27-03-2023, 18:59
wangfeilong0317 wangfeilong0317 is offline
Registered User
 
Join Date: Jul 2019
Location: china
Posts: 18
Thanks: 60
Thanked 6 Times in 5 Posts
wangfeilong0317 is on a distinguished road
Boss, Is there a plan for multilingualism? I can provide simplified Chinese translation
Reply With Quote
  #232  
Old 26-06-2023, 14:25
Fak Eid Fak Eid is offline
Registered User
 
Join Date: Jun 2023
Location: Mars
Posts: 145
Thanks: 91
Thanked 137 Times in 53 Posts
Fak Eid is on a distinguished road
Hey I'm new here. Seems like a lot of effort and amazing work on the installer there. Huge fan of your work and thank you for providing the download link. I just need a minor help on this one. Can you please make decompression UltraArc compatible on this UI? Also, can you add any way to edit progress % based on files

Last edited by Fak Eid; 27-06-2023 at 00:45.
Reply With Quote
  #233  
Old 15-07-2023, 09:17
MMBDON MMBDON is offline
Registered User
 
Join Date: May 2015
Location: INDIA
Posts: 52
Thanks: 2
Thanked 5 Times in 3 Posts
MMBDON is on a distinguished road
Kindly fix the 2 Major problems!!

Quote:
Originally Posted by audiofeel View Post
CorePack Replica (everything is done thanks to the FMXInno by BLACKFIRE69
1 Music File.
1 PNG File.
1 DLL.
1 Font File.
Original
Sir, Kindly fix the 2 Major problems:

1) component names has rectangular box pre-fixes.
2) After exiting installer box, step uninstall process is not closing.
Attached Images
File Type: jpg Dialog box Rectangular Box need to fix.JPG (149.1 KB, 97 views)
File Type: jpg Installer Exit Problem.JPG (87.6 KB, 95 views)
Reply With Quote
  #234  
Old 15-07-2023, 14:17
MMBDON MMBDON is offline
Registered User
 
Join Date: May 2015
Location: INDIA
Posts: 52
Thanks: 2
Thanked 5 Times in 3 Posts
MMBDON is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
1. For some reason, you do not have the necessary font installed for the installer to work correctly. Namely Segoe MDL2 Assets.
It is possible that various tweaks were used in the system to speed up work (such as completely shutting down and removing the regular Firewall Windows, fonts will not be installed without it.).
------------
2. Find the necessary strings in the script using an internal search and add one value there. maybe it will help, for a quick shutdown.
------------
procedure DeinitializeSetup();
begin
DeleteFMXFont(ExpandConstant('{tmp}\segmdl2.ttf')) ;
ISArcExCleanUp;
FMXInnoShutDown;
end;

------------
3. Or connect the module and the ISDone library. With it, the output and closing of unpacking is faster.
The ISDone module and library are perfectly and correctly connected to these scripts. How to do this approximately, I emphasize that approximately, the author of the FMXInno library showed back in April.
Thank you sir, for the quick reply. 1st one problem I fixed successfully. But 2nd one I tried by inserting "ISArcExCleanUp;" in "procedure DeinitializeSetup();" step & upon closing installer dialogue box, setup is hanging. 3rd suggestion you given I couldn't understand even though have ISDone resources (from other scripts) with me.
Reply With Quote
  #235  
Old 15-07-2023, 15:29
MMBDON MMBDON is offline
Registered User
 
Join Date: May 2015
Location: INDIA
Posts: 52
Thanks: 2
Thanked 5 Times in 3 Posts
MMBDON is on a distinguished road
Script requirement if available.

Quote:
Originally Posted by audiofeel View Post
You need to understand what prevents the installer from closing and exiting. You need to look in the task manager. Maybe CLS SREP is not killed there. Then add the code to kill him (there are plenty of examples on the web).
-------------
Exec(ExpandConstant('{win}\System32\taskkill.exe') , '/F /IM cls-srep_x64.exe', '', SW_HIDE, ewWaitUntilTerminated, ErrCode);
Exec2(ExpandConstant('{uninstallexe}'), '/VERYSILENT', false);
DelTree(ExpandConstant('{app}'), True, True, True);
RemoveDir(ExpandConstant('{app}'));
Thank very much for quick reply sir again. Now, i got "Redshank[11.07]" installer were he has included " ISArcExCleanUp;" for uninstallation step. I checked this script & installer window is closing quickly. I'll try to fix my problem with this script.

Sir previously, "CorePack UI - CJ Edition 2" installer with Compiler was available without .iss script. This is exactly similar to "CorePack[03.05]" installer. Is there any .iss script available for CorePack UI - CJ Edition 2?
Reply With Quote
Reply

Thread Tools
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
[CIUv3] Custom Installer Ultimate v3 KaktoR Conversion Tutorials 895 14-08-2024 11:36
Anno 1701 won't load, just get a blue screen! Shadow22 General Gaming 5 28-08-2012 13:52
CPU jumps up to 100% now, not before dav6 Software 11 24-05-2008 04:33
Elder Scrolls IV: Oblivion. WTF FOR ME. SansMercy General Gaming 5 08-04-2007 00:05
weird error.... sheykh PC Games 5 07-05-2006 21:23



All times are GMT -7. The time now is 07:31.


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