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
  #376  
Old 29-03-2020, 16:19
Bondpotter Bondpotter is offline
Registered User
 
Join Date: Nov 2010
Location: Planet Earth
Posts: 17
Thanks: 14
Thanked 5 Times in 5 Posts
Bondpotter is on a distinguished road
Hi, I was editing Fabioddq's Jedi Fallen Order Installer without a smaller installer and background, also added the license page, everything works fine except the Desktop shortcut is not creating.

Fabioddq created the installer on CIU 3.0.0.0u6
I'm using CIU 3.0.0.0u7

Setup.ini
https://www65.zippyshare.com/v/DkZp3NQJ/file.html


Please Help!
Reply With Quote
The Following User Says Thank You to Bondpotter For This Useful Post:
Cesar82 (29-03-2020)
Sponsored Links
  #377  
Old 29-03-2020, 19:06
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
@Bondpotter
Shortcuts are only created if the target executable exists.
If you do not compress the game files (REAL installation) the shortcut is not created.

In this game it is necessary to have the file starwarsjedifallenorder.exe in the folder "{app}\SwGame\ Binaries\Win64"
When finishing the installation so that the shortcut is created.
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
samadrahman74 (21-05-2020)
  #378  
Old 29-03-2020, 21:59
Bondpotter Bondpotter is offline
Registered User
 
Join Date: Nov 2010
Location: Planet Earth
Posts: 17
Thanks: 14
Thanked 5 Times in 5 Posts
Bondpotter is on a distinguished road
@Cesar82 Well, It exists. I tried many times I don't know why it is not creating the shortcut, also It's creating the shortcut with the Original Installer (CIU 3.0.0.0 u6) by Fabioddq with the same compressed file.

I changed Exe64Path= to ExePath64=

It worked.

Another query :

Anyhow, is it possible to make a checkbox in the "Select Destination Location" Page for Create Desktop Icon?

Last edited by Bondpotter; 29-03-2020 at 22:26. Reason: Found the Solution
Reply With Quote
  #379  
Old 30-03-2020, 01:59
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Code:
----------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------
CHANGELOG CIU 3.0.0.0.u8
----------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------
- Fixed language selector for correct display of the flags when clicking on the Right/Up arrow (Now it has the same effect as the other arrow).
- Fixed bug in language selector (BOX mode) when calculating the number of flags per line when the FlagByLine key is not informed.
- Fixed bug in the IsUWPGame and IsGOGGame functions when there is "Records.ini" next to "Setup.exe" file.
- Fixed the creation and removal of shortcuts for UWP games.

- Fixed the correct path "{tmp}" for temporary files (within "Setup.exe" file) when the destination folder is not informed during compression.
- Fixed to properly display all the slides of images when using components and do not set the keys FirstBGImage= of each component.
- Fixed the "LabelCurrFileName" label to display the correct path of the file being extracted when using the components.

- Fixed a bug that appeared in the previous update that did not access the links when clicking on the linked labels on the About page.
- Fixed to display the correct installation path in DirEdit when the DefaultInstallDir= key is configured.

- Updated compressor/decompressor "RAZOR" from v1.03.7 (standard) to v1.03.7 (stdio patched from https://www.fileforums.com/showthread.php?t=103298).

- Added support for "PMT - Parallel Multithreaded Encoder/Decoder" for "RAZOR" compressor.
  >> PMT is a 4x4 like algorithm to make everything run parallelly. 
  >> You can run any compressor/encoder that supports stdio/stdin/stdout or even nothing. 
  >> The program can make a single threaded compressor multithreaded by using blocks, just like 4x4.
  >> For more information visit: https://fileforums.com/showthread.php?t=103230
Code:
[29.03.2020]
-Added PMT (thanks to 78372)
  > For now only razor is supported
-Added Inno Setup 6.0.4 Repack
-Updated Notepad++ to v7.8.5
-Removed PNGtoBMPConverter
__________________
Haters gonna hate
Reply With Quote
The Following 7 Users Say Thank You to KaktoR For This Useful Post:
78372 (30-03-2020), andreiutzu21 (30-03-2020), Cesar82 (30-03-2020), ff20 (30-03-2020), houcine80 (30-03-2020), mausschieber (30-03-2020), omdj (30-03-2020)
  #380  
Old 30-03-2020, 03:17
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by Bondpotter View Post
I changed Exe64Path= to ExePath64=
I didn't remember this change to the key Exe64Path = to ExePath64 =

Quote:
Originally Posted by Bondpotter View Post
Anyhow, is it possible to make a checkbox in the "Select Destination Location" Page for Create Desktop Icon?
This functionality is already present in version 3.0.0.1 of CIU.
In a few days I will share a new beta version of CIU 3.0.0.1 and possibly have a final version after the next beta.
Reply With Quote
The Following 3 Users Say Thank You to Cesar82 For This Useful Post:
Bondpotter (30-03-2020), houcine80 (30-03-2020), mausschieber (30-03-2020)
  #381  
Old 30-03-2020, 03:37
andreiutzu21 andreiutzu21 is offline
Registered User
 
Join Date: Jul 2013
Location: Romania
Posts: 79
Thanks: 229
Thanked 25 Times in 19 Posts
andreiutzu21 is on a distinguished road
CIU 3.0.0.0 u8

in this version i have to use png to bmp for autorun / installer1 and smallinstaller bmp for those? thanks for your hard work guys and #stayhome
Reply With Quote
  #382  
Old 30-03-2020, 04:21
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by andreiutzu21 View Post
in this version i have to use png to bmp for autorun / installer1 and smallinstaller bmp for those? thanks for your hard work guys and #stayhome
I don't know if this is your question...
The CIU has not changed these features in this u8.
Bitmap masks like Autorun.bmp, SmallInstaller.bmp, Installer.bmp, etc. are optional.
If you don't put them in, the installer will create them on initialization.
You really need to place them if you want to define a click area (Drag Installer) different from the non-transparent area of the equivalent PNG image.
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
andreiutzu21 (30-03-2020)
  #383  
Old 30-03-2020, 11:06
andreiutzu21 andreiutzu21 is offline
Registered User
 
Join Date: Jul 2013
Location: Romania
Posts: 79
Thanks: 229
Thanked 25 Times in 19 Posts
andreiutzu21 is on a distinguished road
CIU 3.0.0.0 u8 FIRST BUG !!!

on setup page , no matter what component i chose setup will require Data1.bin.001 if i select only component 3 stil requires Data1.bin.001

what should i do?

P.S. i'm using EXTRACT SETTINGS from Setup.ini

with CIU 3.0.0.0 u7 no problem at all

Last edited by andreiutzu21; 30-03-2020 at 11:09.
Reply With Quote
The Following User Says Thank You to andreiutzu21 For This Useful Post:
Cesar82 (30-03-2020)
  #384  
Old 30-03-2020, 14:14
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by andreiutzu21 View Post
on setup page , no matter what component i chose setup will require Data1.bin.001 if i select only component 3 stil requires Data1.bin.001

what should i do?

P.S. i'm using EXTRACT SETTINGS from Setup.ini

with CIU 3.0.0.0 u7 no problem at all
I have already discovered the error.
The components are not being checked correctly using the [ExtractSettings] section.

Open the script u8 and go to line 9168 and you will find this line:
Code:
if (Data[i].Arc[0] <> '') and (Data[i].Arc[1] <> '') and ComponentsCheck(Data[i].Arc[7]) and TasksCheck(Data[i].Arc[5]) and LanguagesCheck(Data[i].Arc[6]) then
Only replace the value in blue with the value in red (Replace 7 with 4).
Code:
if (Data[i].Arc[0] <> '') and (Data[i].Arc[1] <> '') and ComponentsCheck(Data[i].Arc[4]) and TasksCheck(Data[i].Arc[5]) and LanguagesCheck(Data[i].Arc[6]) then
Thank you for reporting the error.
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
andreiutzu21 (30-03-2020), mausschieber (30-03-2020)
  #385  
Old 25-04-2020, 02:14
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
I added the hotfix to first post and new tools archive.
__________________
Haters gonna hate
Reply With Quote
The Following 4 Users Say Thank You to KaktoR For This Useful Post:
andreiutzu21 (25-04-2020), Cesar82 (25-04-2020), houcine80 (25-04-2020), mausschieber (25-04-2020)
  #386  
Old 28-04-2020, 17:07
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
CIU 3.0.0.0.b5 (Beta 5)

I am sharing CIU v3.0.0.1.b5 here so that more users can test and report the bugs found.
In this version there is a slight performance gain when the conversion is simpler (basic design).

I left PROGRESSBAR mode on so that more lay users could view the full screen functions without having to change the script.
To use the source code, just put ";" (without quotes) at the beginning of line 7 of the script like this:
;#define PROGRESSBAR 1000

You can compile using Inno Setup [Repack].
Lite: Original Inno Setup + RESTOOL Interface (Selectable)
Full: Original Inno Setup + RESTOOL Interface + Various Additional Software + .cjstyles skins package (Optional Download). (All Items Selectables).

There is a visible bug in 4K monitors with windows magnification of 300% (scale and layout) when specified background or video in 1280x720 displays in full screen (If placing 200% displays correctly).
Thanks!
Attached Files
File Type: 7z CIU 3.0.0.1.b5 (2020.04.28).7z (78.29 MB, 106 views)

Last edited by Cesar82; 29-04-2020 at 04:07.
Reply With Quote
The Following 7 Users Say Thank You to Cesar82 For This Useful Post:
andreiutzu21 (29-04-2020), Fabioddq (30-04-2020), Grumpy (28-04-2020), houcine80 (29-04-2020), mausschieber (28-04-2020), omdj (29-04-2020), Titeuf (29-04-2020)
  #387  
Old 08-05-2020, 05:34
samadrahman74 samadrahman74 is offline
Registered User
 
Join Date: Apr 2020
Location: iran
Posts: 35
Thanks: 60
Thanked 19 Times in 12 Posts
samadrahman74 is on a distinguished road
hi ,password to decompress error..
Reply With Quote
  #388  
Old 08-05-2020, 08:26
houcine80's Avatar
houcine80 houcine80 is offline
Registered User
 
Join Date: Jul 2013
Location: Save Palestine
Posts: 873
Thanks: 3,107
Thanked 3,913 Times in 570 Posts
houcine80 is on a distinguished road
Quote:
Originally Posted by samadrahman74 View Post
hi ,password to decompress error..
does not exist the password for decompression!
Reply With Quote
The Following User Says Thank You to houcine80 For This Useful Post:
samadrahman74 (08-05-2020)
  #389  
Old 08-05-2020, 09:02
samadrahman74 samadrahman74 is offline
Registered User
 
Join Date: Apr 2020
Location: iran
Posts: 35
Thanks: 60
Thanked 19 Times in 12 Posts
samadrahman74 is on a distinguished road

Code:
oo2recm+srep+lolz+diskspan:4430mb:4470mb -p'password'
Reply With Quote
  #390  
Old 08-05-2020, 16:23
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by samadrahman74 View Post
Code:
oo2recm+srep+lolz+diskspan:4430mb:4470mb -p'password'
if use Records.ini file, add key Password=<password> in [Record#] section.
If use [ExtractSettings] section in Setup.ini file, add parametter Pass:<password>; in ArcFile#= key.
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
samadrahman74 (08-05-2020)
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
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
[GSERIES] Custom Installer Ultimate V2g Gupta Conversion Tutorials 226 01-06-2018 13:12
Crysis 3 DVD9 to 3xDVD5 Custom Installer spawniectes PC Games - CD/DVD Conversions 79 31-08-2017 07:19



All times are GMT -7. The time now is 01:09.


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