#16
|
|||
|
|||
Can I disable [SmallInstaller]؟
|
Sponsored Links |
#17
|
||||
|
||||
i think under
[InstallOptions] --------------------------------------------------------------- AllowWithoutSmallInstaller=1
__________________
It would be nice if you appreciate my work with the thanks Button |
#18
|
|||
|
|||
do not work
|
#19
|
||||
|
||||
Just delete Background folder
__________________
Haters gonna hate
|
The Following User Says Thank You to KaktoR For This Useful Post: | ||
mahmoudmakhamra (06-01-2019) |
#20
|
|||
|
|||
#21
|
||||
|
||||
Quote:
The same goes for the key AllowWithoutAutorun= but to allow the end user to turn off the autorun page: Code:
[InstallOptions] AllowWithoutAutorun=1 In the external setup.ini the end user should use to diable smallInstaller or : Code:
[InstallOptions] WithoutAutorun=1 WithoutSmallInstaller=1 Code:
[InstallOptions] AllowWithoutAutorun=1 AllowWithoutSmallInstaller=1 Last edited by Cesar82; 06-01-2019 at 07:10. |
The Following 4 Users Say Thank You to Cesar82 For This Useful Post: | ||
#22
|
||||
|
||||
Fixed a font problem in the Licenses Accepted
Code:
.................. LicenseCheckLabel.Lbl := TLabel.Create(WizardForm); LicenseCheckLabel.Shd := TLabel.Create(WizardForm); with LicenseCheckLabel.Lbl do begin Parent := WizardForm; Autosize := False; Caption := Wizardform.LicenseAcceptedRadio.Caption; ............. Edit .................... LicenseCheckLabel.Lbl := TLabel.Create(WizardForm); LicenseCheckLabel.Shd := TLabel.Create(WizardForm); with LicenseCheckLabel.Lbl do begin Parent := WizardForm; Autosize := True; Caption := Wizardform.LicenseAcceptedRadio.Caption; ..................... |
#23
|
||||
|
||||
Fixed a font problem in the ComponentsDiskSpaceLabel
Code:
..................... ComponentsPage := CreateCustomPage(SystemPage.ID, '', ''); ComponentsDiskSpaceLabel.Lbl := TLabel.Create(WizardForm); ComponentsDiskSpaceLabel.Shd := TLabel.Create(WizardForm); with ComponentsDiskSpaceLabel.Lbl do begin Parent := WizardForm; Transparent := True; AutoSize := False; ..................... Edit ..................... ComponentsPage := CreateCustomPage(SystemPage.ID, '', ''); ComponentsDiskSpaceLabel.Lbl := TLabel.Create(WizardForm); ComponentsDiskSpaceLabel.Shd := TLabel.Create(WizardForm); with ComponentsDiskSpaceLabel.Lbl do begin Parent := WizardForm; Transparent := True; AutoSize := True; .................... |
#24
|
|||
|
|||
Awesome
|
#26
|
||||
|
||||
Could a small change be made when it asks for next disk with file bla bla....
Actually have the disk number included ? If testing it only asks for filename not disk# / filename. |
#27
|
||||
|
||||
Quote:
When prompted the first volume of the disk displays the message stating which disk and file name to look for. For diskspan files only before starting the extract prompts for the disk telling which disk number (Done within the CIU). In the diskspan extension files ".002",. "003", etc. the search is done internally inside the DiskSpan library and it is not possible to pass the information of the disk number that needs to be inserted. This is why the messages are different for files with ".002", ".003", etc. extensions. |
The Following User Says Thank You to Cesar82 For This Useful Post: | ||
pakrat2k2 (19-01-2019) |
#28
|
||||
|
||||
Hello everyone,
Tell me how and how to use the following tools in the "_Tools (2019-01-01)" directory: Setup Patch Maker Thanks in advance |
#29
|
||||
|
||||
Hi
@Cesar82 this line (LineHeight = 1) on Equalizer does not work |
#30
|
||||
|
||||
Quote:
NumberOfStripes=10 NumberOfBlocks=6 BlockWidth=5 BlockHeight=2 LineHeight=1
__________________
It would be nice if you appreciate my work with the thanks Button |
Thread Tools | |
Display Modes | |
|
|
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 |