Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #226  
Old 06-10-2021, 10:49
fabrieunko fabrieunko is offline
Registered User
 
Join Date: Sep 2021
Location: france
Posts: 219
Thanks: 519
Thanked 78 Times in 71 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
Sponsored Links
  #227  
Old 23-01-2022, 04:35
MMBDON MMBDON is offline
Registered User
 
Join Date: May 2015
Location: INDIA
Posts: 53
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
  #228  
Old 03-04-2022, 07:39
MMBDON MMBDON is offline
Registered User
 
Join Date: May 2015
Location: INDIA
Posts: 53
Thanks: 2
Thanked 5 Times in 3 Posts
MMBDON is on a distinguished road
Any progress regarding this script??
Reply With Quote
  #229  
Old 17-09-2022, 12:15
Gummy Bear Gummy Bear is offline
Registered User
 
Join Date: Nov 2021
Location: Moscow
Posts: 9
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
  #230  
Old 27-03-2023, 17: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
  #231  
Old 26-06-2023, 13:25
Fak Eid Fak Eid is offline
Registered User
 
Join Date: Jun 2023
Location: Mars
Posts: 147
Thanks: 98
Thanked 153 Times in 54 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; 26-06-2023 at 23:45.
Reply With Quote
  #232  
Old 15-07-2023, 08:17
MMBDON MMBDON is offline
Registered User
 
Join Date: May 2015
Location: INDIA
Posts: 53
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, 214 views)
File Type: jpg Installer Exit Problem.JPG (87.6 KB, 212 views)
Reply With Quote
  #233  
Old 15-07-2023, 13:17
MMBDON MMBDON is offline
Registered User
 
Join Date: May 2015
Location: INDIA
Posts: 53
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
  #234  
Old 15-07-2023, 14:29
MMBDON MMBDON is offline
Registered User
 
Join Date: May 2015
Location: INDIA
Posts: 53
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
  #235  
Old 26-05-2025, 03:50
Budakgamers9849 Budakgamers9849 is offline
Registered User
 
Join Date: May 2025
Location: Indonesia
Posts: 6
Thanks: 0
Thanked 1 Time in 1 Post
Budakgamers9849 is on a distinguished road
Please fix scale dpi for 4k monitor
Reply With Quote
  #236  
Old 26-05-2025, 15:57
Budakgamers9849 Budakgamers9849 is offline
Registered User
 
Join Date: May 2025
Location: Indonesia
Posts: 6
Thanks: 0
Thanked 1 Time in 1 Post
Budakgamers9849 is on a distinguished road
can it only be run at 1080p resolution? i use at 4k resolution, setup is cut off and can't be upscaled


Reply With Quote
  #237  
Old 28-07-2026, 11:39
nsaer nsaer is offline
Registered User
 
Join Date: Jun 2018
Location: Palestine
Posts: 19
Thanks: 12
Thanked 1 Time in 1 Post
nsaer is on a distinguished road
Please help

Please help! I've tried so many games and it hasn't worked. I want to send the game icon to my desktop, but it's not working.

Here are some screenshots.





Reply With Quote
  #238  
Old 03-08-2026, 15:54
nsaer nsaer is offline
Registered User
 
Join Date: Jun 2018
Location: Palestine
Posts: 19
Thanks: 12
Thanked 1 Time in 1 Post
nsaer is on a distinguished road
How do I make languages ​​appear?

Reply With Quote
  #239  
Old 03-08-2026, 16:05
nsaer nsaer is offline
Registered User
 
Join Date: Jun 2018
Location: Palestine
Posts: 19
Thanks: 12
Thanked 1 Time in 1 Post
nsaer is on a distinguished road
Quote:
Originally Posted by Kingston View Post
My screen resolution is 1920x1080. when i open compiler or when i open created setup file. it shows only half screen as in the picture. please anyone help me to edit height and width... where can i edit height and width?
https://drive.google.com/file/d/1RXx...ew?usp=sharing
Open file Compiler.ini
Do as shown in the picture
Reply With Quote
  #240  
Old 03-08-2026, 16:08
nsaer nsaer is offline
Registered User
 
Join Date: Jun 2018
Location: Palestine
Posts: 19
Thanks: 12
Thanked 1 Time in 1 Post
nsaer is on a distinguished road
Quote:
Originally Posted by Roc Mind View Post
Guyz i have problem...everything was installed succesfully but when i click the app that created in desktop..it says missing shortcut

this is my compiler settings

[Installer]
Name =Assasins Creed 1
Repacker1 =ROCK
Repacker2 =MIND
Version =1.2.0
ReleaseDate =18-Sep-2020
RepackType =N/A
Components =N/A
BasedOn =CPY
RequiredSize =From 6.6 GB

Size =6600
GameSizeInBytes =7151416702
NeedRam =1000
NeedCpu =Intel Pentium D 805 @ 2.66GHz
OS =Windows XP
GPU =GeForce 7600 GT

Web =https://www.youtube.com/channel/UCO13WiUU97rYEvMPJWR6yew
Thread =https://www.youtube.com/channel/UCO13WiUU97rYEvMPJWR6yew
Fb =https://www.facebook.com/profile.php?id=100068558141133

; volume: 1-100

Sound =1
Volume =40
SlideShow =1
Splash =1
Shutdown =1
;---------------------------------->

[AboutPage]
Sub1 =CorePack is a Repack group founded in 2014. We compress games and make smaller size repacks for users convenience
Sub2 =shivshubh, leader, -punisher-, ramiro cruzo, the knight, -raven-, gupta
Sub3 =razor12911, jiva newstone
MyNote =installer rebuilt by Rock Mind
;---------------------------------->

[Theme]
; Colors: (00-17)
; set Color=00 to use custom color (MyColor) by user.

Color =00
MyColor =$FF0593BC
;---------------------------------->

[Execs]
; maximum is 2.
; Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name
; ex: AppExe1=Crysis Remastered|bin|CrysisRemastered.exe|Crysis Remastered

AppExe1=Assasins Creed 1|AssassinsCreed_Dx10.exe|AssassinsCreed_Dx10

;AppExe2=Crysis Remastered x86|Bin32|CrysisRemastered.exe|Crysis Remastered x86
;---------------------------------->

[Datas]
; Add any # of Data files.


Data1=data1.cab
;Data2=data2.cpi
;Data3=data3.cpi
;Data4=data4.cpi

; Data5, Data6 ...
;---------------------------------->
Use this code. It will work.

[Execs]
;Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name
AppExe1=ME||BeastOfReincarnation.exe|Beast of Reincarnation
Reply With Quote
Reply


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 924 07-07-2026 08:24
Anno 1701 won't load, just get a blue screen! Shadow22 General Gaming 5 28-08-2012 12:52
CPU jumps up to 100% now, not before dav6 Software 11 24-05-2008 03:33
Elder Scrolls IV: Oblivion. WTF FOR ME. SansMercy General Gaming 5 07-04-2007 23:05
weird error.... sheykh PC Games 5 07-05-2006 20:23



All times are GMT -7. The time now is 04:13.


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