![]() |
Quote:
1. Just a thought, maybe if we keep uninstall files of original installation, we can delete the specific component without deleting completely ? 2. is srep still functional ? I made a run but got unidentified compression method error in the very beginning of setup |
Quote:
will bring out hotfix for this. |
UPDATE 8.5.7.3
- fixed shortcut for components |
Quote:
|
3 Attachment(s)
Hi yener90, long time making no sign, but now I have an idea. What about active zones for buttons. Now it's determined by image resolution, but what when I need smaller one? Look at the splash bottom
Attachment 4491 Attachment 4492 Attachment 4493 Have nice day |
if you come...then with great ideas :p
im thing how to make this possible.... maybe extra position selection for this?? |
Well... idea is mine, realization is yours :p
The most comfortable solution is detecting button text dimensions and automatically creating active zone, but it's quite complicated. The easiest solution is adding new variables describing vertical and horizontal amplification from the center of button text (what is already implemented) |
Quote:
|
yener, i have a few questions if i may.
Let's say i want all Components unchecked by default when starting the Installer. I've modified the code to look like this: Code:
ComponentsPage.ID:Also, i want to add some conditional checks. For example. If i check Component2, Component3 should uncheck automatically and if i check Component3, Component2 should uncheck automatically. I've modified the following code: Code:
procedure UpdateComponentsPage;Any hints? Thanks in advance. |
default state false:
Code:
Components1:= TCheckBox.Create(WizardForm);Code:
procedure Components2CheckClick(hBtn:HWND); |
Thanks alot man. I'll try right away <3
EDIT: Works very well. Thanks again! |
UPDATE 8.5.7.4
- advanced buttons -> now you can define touch position -> NOT NECESSARY for better description look here: http://imageshack.us/a/img202/9290/setposition.jpg |
THX Yener90 SIR .:D
I will try this new update as soon as i finish my Doom 3 BFG Edition C.I. :p |
Quote:
|
Hello again yener, i hope you can help me again with one problem :)
i've used your latest CI v8.5.7.4 to build an installation using: Code:
#define ProgramFilesI've tried another method using: Code:
#define ProgramFilesIn my 3rd try to find the problem, i've tried the 1st method: Code:
#define ProgramFilesThis time when i ran setup.exe, all is fine, the installer window is shown very fast .. etc. To sum this up, when i've used #define Internal, for large amount of files, around 6gb, the setup had problems with very slow loads. But when i've used #define Internal with small amount of files, around 20mb, the setup had no problems. Also, if i dont use #define Internal, i have no problems even with 6gb+ files. What is the problem? I really want to make the setup work with #define Internal for larger files. Thanks in advance, as always ;) |
| All times are GMT -7. The time now is 01:22. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com