Forum: Conversion Tutorials
03-05-2024, 00:57
|
|
Replies: 0
Views: 4,005
One Data and Several Setup exe Installers
is there any way to prepare data as setup.bin and then create different installers for that bin file?
data is huge.
I need to create an installer that plays a video on it
an installer that...
|
Forum: Conversion Tutorials
29-03-2024, 03:41
|
|
Replies: 11
Views: 6,721
|
Forum: Conversion Tutorials
28-03-2024, 17:54
|
|
Replies: 11
Views: 6,721
|
Forum: Conversion Tutorials
28-03-2024, 08:43
|
|
Replies: 11
Views: 6,721
|
Forum: Conversion Tutorials
28-03-2024, 06:14
|
|
Replies: 11
Views: 6,721
|
Forum: Conversion Tutorials
28-03-2024, 04:36
|
|
Replies: 11
Views: 6,721
Password protected Files while Extracting
I tried to extract this setup (which is created by Inno setup) using Inno Extractor 7.3:
https://dl2.soft98.ir/soft/j-k-l/K-Lite.Mega.Codec.Pack.18.2.0.rar?1711629087
but when I try to extract...
|
Forum: Conversion Tutorials
20-12-2021, 21:26
|
|
Replies: 5
Views: 2,911
|
Forum: Conversion Tutorials
19-12-2021, 03:57
|
|
Replies: 5
Views: 2,911
|
Forum: Conversion Tutorials
03-10-2021, 05:32
|
|
Replies: 0
Views: 1,913
Transparent Canvas (Bitmap Image)
I have created a TBitmap Image and I'm filling it in using Canvas.
I need to make it transparent, with no border, and no background color. is this possible? if yes, how?
var
CustomButton:...
|
Forum: Conversion Tutorials
12-09-2021, 12:54
|
|
Replies: 0
Views: 1,239
botva2 KeyDown Event
Hi Friends,
you can trigger click event for buttons created by botva2, but I did not find any way to trigger an event when user press enter on a focused button!
The focused button will pressed...
|
Forum: Conversion Tutorials
19-05-2021, 06:42
|
|
Replies: 0
Views: 1,902
Progress Loop will freeze setup
Here is an example which will fill the progress bar 5 times using a for loop.
But during looping, the full UI will freeze.
How can I avoid such UI freezing?
|
Forum: Conversion Tutorials
06-05-2021, 20:58
|
|
Replies: 0
Views: 1,302
Custom botva2 Based Uninstaller
Hi Friends,
How Can I create a custom shaped uninstaller using botva2 with features below:
1. Some check boxes to let user decide what to uninstall.
2. Custom Uninstaller Progress Bar
I...
|
Forum: Conversion Tutorials
29-03-2021, 07:01
|
|
Replies: 2
Views: 1,543
HDD space during installation
About Gears of War 4 Game, FitGirl repack:
It is saying that: HDD space after installation: 125 GB (215 GB during installation)
215 during installation! Where this space is needed? on the...
|
Forum: Conversion Tutorials
31-01-2021, 04:27
|
|
Replies: 0
Views: 1,658
Installing File in Use - Botva2
I have attached a sample using Botva2.
When setup tries to install a file that is in use, the compiler shows a message in the log, but I need to show a message to the user to choose abort/cancel...
|
Forum: Conversion Tutorials
30-12-2020, 12:12
|
|
Replies: 3
Views: 2,206
|
Forum: Conversion Tutorials
30-12-2020, 12:11
|
|
Replies: 1
Views: 1,239
|
Forum: Conversion Tutorials
30-12-2020, 07:23
|
|
Replies: 1
Views: 1,239
TrackBar Optimization
Is there any way to optimize or edit the trackbar to change its value (indicator position) by clicking on the TrackBar Background body?
I have attached a sample :)
|
Forum: Conversion Tutorials
29-12-2020, 01:07
|
|
Replies: 3
Views: 2,206
WindowLong Problems On Setup Exit
Hi
I use several plugins and modules within my setup, such as WinTB, botva2, progressBar, Trackbar.
They will use SetWindowLong and I should release them in the correct situation. But sometimes I...
|
Forum: Conversion Tutorials
12-12-2020, 19:23
|
|
Replies: 1
Views: 3,068
Botva2 One Step Installer
Hi brothers, I'm new to botva, could anyone help me creating such an installer?
https://s17.picofile.com/file/8417309400/CustomInstaller.jpg
- Custom Buttons
- Custom Font
- Custom Checkboxes...
|
Forum: Conversion Tutorials
06-12-2020, 12:56
|
|
Replies: 54
Views: 66,929
|
Forum: Conversion Tutorials
10-11-2020, 07:14
|
|
Replies: 0
Views: 2,221
|
Forum: Conversion Tutorials
03-11-2020, 23:16
|
|
Replies: 16
Views: 7,391
|
Forum: Conversion Tutorials
14-10-2020, 22:54
|
|
Replies: 195
Views: 139,594
|
Forum: Conversion Tutorials
11-10-2020, 12:49
|
|
Replies: 16
Views: 7,391
I think If you use SetWindowLong function, you...
I think If you use SetWindowLong function, you should call it in DeinitializeSetup section also,
You need to restore the original message handler before you unload the DLL that implements your...
|
Forum: Conversion Tutorials
11-10-2020, 09:15
|
|
Replies: 0
Views: 1,101
VCL Style Popup Menu
Hi Friends,
is there anyone knows how we can add some popup menu to a panel inside the inno setup using TPopUpMenu of VCL styles?
...
|