|
|
|
#1
|
||||
|
||||
|
Quote:
![]() The value is correct. GameSize key is in Mb. 14000 Mb = 13.67 (The MbToGb conversion used in CIU is around to 14.0 GB) During the MbToGb conversion in CIU the division of the GameSize value is made by 1000, not by 1024 that would be correct 14000 Mb ~ 14.0 GB Last edited by Cesar82; 06-02-2019 at 06:59. |
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
Simorq (06-02-2019) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
^
I can't reproduce this error
__________________
Haters gonna hate
|
|
#3
|
||||
|
||||
|
Seems to be a problem with the font then.
__________________
Haters gonna hate
|
|
#4
|
||||
|
||||
|
few bugs found in last update Hotfix.4
[PercentLabel] , [PercentLabel] -> MoveY=50 still in original position rather then moving to setting default {pf} is Program Files rather then old Program Files (x86) When selecting Cancel after install has started leaves the install folder behind & doesnt delete it, when it did in earler versions. Also have to cancel 2-3 times before it actually does stop the install process. |
|
#5
|
||||
|
||||
|
Quote:
Code:
{pf}
Program Files. The path of the system's Program Files directory. {pf} is
equivalent to {pf32} unless the install is running in 64-bit mode, in which
case it is equivalent to {pf64}.
__________________
Haters gonna hate
|
|
#6
|
||||
|
||||
|
Quote:
NOTE: The progress bar label PercentLabel during uninstallation is fixed (it gets centralized and MoveX, MoveY is disabled in the uninstall bar) ![]() Quote:
{pf} = Program Files If the 64BitOnly=0 option in setup.ini {pf} = Program Files (x86) All other variables that have double paths (32 and 64 bits) are also changed using 64BitOnly=1. Variables such as ComomFiles ({cf}) and others. Using 64BitOnly=1 registry keys like HKEY_LOCAL_MACHINE\SOFTWARE are created in HKEY_LOCAL_MACHINE\SOFTWARE (Not in more at: HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node) Quote:
The .bat file does not support special characters such as ™. The delay when exiting the installer may be because when you cancel the installation, the uninstall process is done in silent mode (Does not display progress). Depending on the number of files already installed that need to be erased, it may take some time before you quit the installer. (Erase files one by one) Then I'll check the process of deleting folders better. Maybe I put that when starting the files removal the cancel button is set to disabled, to avoid clicking it again. Last edited by Cesar82; 06-02-2019 at 18:50. |
| The Following 2 Users Say Thank You to Cesar82 For This Useful Post: | ||
Behnam2018 (18-01-2020), K4miKaZe (06-02-2019) | ||
|
#7
|
||||
|
||||
|
ive know that but it still sets it to Program Files rather then Program Files (x86) when it used to in earlier versions.
First image Hotfix 4 second image is from Update 1 they are BOTH in 64 bit mode! Last edited by pakrat2k2; 06-02-2019 at 07:29. |
|
#8
|
||||
|
||||
|
Isnt it supposed to work this way? I mean, if you set x64 mode it should install to Program Files folder as its x64 only, with x64 mode disabled it should go to x86 folder as x86 can be used for both versions.
|
|
#9
|
||||
|
||||
|
In InstallerScript_3.0.0.0.u1 [2019.02.05].iss the line numbers you said & what I extracted are 1 line different ?
|
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
Behnam2018 (19-01-2020) | ||
|
#10
|
||||
|
||||
|
Quote:
-------------------------- Fixed in Hotfix 5. -------------------------- Quote:
But the bat file (.cmd) is created inside the {tmp} directory. An is-XXXXX.cmd file (XXXX, are randomly generated characters) is created. TmpFile: = GenerateUniqueName(ExpandConstant ('{tmp}'), '.cmd'); Last edited by Cesar82; 07-02-2019 at 08:08. |
|
#11
|
||||
|
||||
|
@Cesar82
OnlyLabel=1 does not work on [SmallButton] ?? |
| The Following User Says Thank You to houcine80 For This Useful Post: | ||
Behnam2018 (19-01-2020) | ||
|
#12
|
||||
|
||||
|
@Cesar
[CMDCommands], are they always executed from {app} folder or from {tmp} folder (working dir)?
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
Behnam2018 (19-01-2020) | ||
|
#13
|
||||
|
||||
|
found what was wrong by your image. You have to have values in PercentLabelSI as well.
I was just using PercentLabel, works as I wanted now. thanks |
|
#14
|
||||
|
||||
|
Quote:
The options in [PercentLabel] are for the percent label of the "Installer" (BigInstaller) The options in [PercentLabelSI] are for the percent label of the "SmallInstaller". If you use SmallInstaller it is best to configure both sections. For if you double click the SmallInstaller will change to the Installer (BigInstaller) and if it is not confugured the percent label will be at the center of the Installer progress bar. ? In the next hotfix (If I do not forget), I will make sure that if the value does not exist in one section, read the value in the other section. Example: If MoveX or MoveY does not exist in [PercentLabel] and exists in [PercentLabelSI], it will be read in the [PercentLabelSI] section, or vice versa. What do you think. Would it look better this way, or leave it as it is? |
|
#15
|
||||
|
||||
|
[PercentLabel] is for the label if you don't use smallinstaller. [PercentLabelSI] is for Smallinstaller only (I think).
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
Behnam2018 (17-02-2020) | ||
![]() |
|
|
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 |