Go Back   FileForums > Search Forums
Register FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 62
Search took 0.00 seconds.
Search: Posts Made By: Cuttlas
Forum: Conversion Tutorials 03-05-2024, 00:57
Replies: 0
Views: 4,005
Posted By Cuttlas
Lightbulb 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
Posted By Cuttlas
@BLACKFIRE69, thank you bro for your script. Nice...

@BLACKFIRE69, thank you bro for your script. Nice job,

but how to get: CIR = '2vdJwYqCkY5jWVGs5UerJW3oqk5CM1GznfrzESjWtVm5evLY02RWYsvzUIPnP0mm'?

how did you obtain [CompiledCode.bin]? I'm...
Forum: Conversion Tutorials 28-03-2024, 17:54
Replies: 11
Views: 6,721
Posted By Cuttlas
could you please tell me how did you test and how...

could you please tell me how did you test and how did you retrieve the password? :)
Forum: Conversion Tutorials 28-03-2024, 08:43
Replies: 11
Views: 6,721
Posted By Cuttlas
it seems K-Lite Codec Pack Mega have done it...

it seems K-Lite Codec Pack Mega have done it using inno setup without .arc
Forum: Conversion Tutorials 28-03-2024, 06:14
Replies: 11
Views: 6,721
Posted By Cuttlas
thank you bro, but it will ask for the password...

thank you bro, but it will ask for the password while installing, I need to encrypt files with the password just to avoid extracting via extra tools. I do not need to ask password from the user...
Forum: Conversion Tutorials 28-03-2024, 04:36
Replies: 11
Views: 6,721
Posted By Cuttlas
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
Posted By Cuttlas
Lightbulb what happens if the file is so big? does it take...

what happens if the file is so big? does it take too long?
Forum: Conversion Tutorials 19-12-2021, 03:57
Replies: 5
Views: 2,911
Posted By Cuttlas
Lightbulb Check whether file is in use

is there any way to check if a file is in use via inno setup?
Forum: Conversion Tutorials 03-10-2021, 05:32
Replies: 0
Views: 1,913
Posted By Cuttlas
Exclamation 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
Posted By Cuttlas
Exclamation 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
Posted By Cuttlas
Exclamation 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
Posted By Cuttlas
Talking 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
Posted By Cuttlas
Exclamation 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
Posted By Cuttlas
Exclamation 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
Posted By Cuttlas
I also used WizardForm.Free. It seems it solved...

I also used WizardForm.Free. It seems it solved the probelm
Forum: Conversion Tutorials 30-12-2020, 12:11
Replies: 1
Views: 1,239
Posted By Cuttlas
Solved By Shegorat here:...

Solved By Shegorat here: https://krinkels.org/threads/trackbar-optimization.4364/post-37900
Forum: Conversion Tutorials 30-12-2020, 07:23
Replies: 1
Views: 1,239
Posted By Cuttlas
Talking 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
Posted By Cuttlas
Cool 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
Posted By Cuttlas
Smile 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
Posted By Cuttlas
TWO OPTIONS MAY BE NEEDED: 1. Shutdown after...

TWO OPTIONS MAY BE NEEDED:

1. Shutdown after installation checkbox
2. the setup does not allow the system to go to sleep mode
Forum: Conversion Tutorials 10-11-2020, 07:14
Replies: 0
Views: 2,221
Posted By Cuttlas
Cool Repetitive vs Stretching Progress Bar

Hi Friends,

How can I have a Repetitive progress bar image instead of a Stretching Progress Bar in Inno Setup?
Forum: Conversion Tutorials 03-11-2020, 23:16
Replies: 16
Views: 7,391
Posted By Cuttlas
Smile Do u mean the WinTB v0.2.rar in first POST?

Do u mean the WinTB v0.2.rar in first POST?
Forum: Conversion Tutorials 14-10-2020, 22:54
Replies: 195
Views: 139,594
Posted By Cuttlas
Smile thanks, but I have downloaded the latest version,...

thanks, but I have downloaded the latest version, it should be 2.2 but in the title, I see v2.1 version. what about this?
Forum: Conversion Tutorials 11-10-2020, 12:49
Replies: 16
Views: 7,391
Posted By Cuttlas
Cool 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
Posted By Cuttlas
Exclamation 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?
...
Showing results 1 to 25 of 62

 
Forum Jump


All times are GMT -7. The time now is 15:55.


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