View Full Version : Preview Animated Installer v0.0.1
Animated installer 1.0:
The "*.bin" files in the Output folder are an example.
Razor12911
05-03-2016, 07:42
That looks stunning mate, great job. :D
Thanks guys, we will try to do something a little new ;)
Sarvagya
05-03-2016, 22:50
Go0d!
Hello ,
very nice work !!
Titeuf
ramazan19833
20-10-2017, 10:07
ArcGUI v0.9.8.1 download link
is it ready ?
Preview Animated Installer v0.0.1 download link
is it ready ?
I want to try JRD! Please
thank you
Siber Pro
20-10-2017, 13:35
Good work
masen485
14-07-2018, 07:56
Preview Animated Installer v0.0.1
I want to use this upload work
help please
I had forgotten this project, I will reopen it.
I had forgotten this project, I will reopen it.
with selective components it would be great :)
with selective components it would be great :)
It was just an idea the moving indicator, out if the number of pages is changing, it involves repositioning the labels and the range of movement.
I will work on a template where the page number may change. The implementation of the component selection list will be done later.
I worked on the effects of transitions of wallpapers as well as on a number of pages that can vary, this is only a skeleton but I know if this is good?
masen485
21-07-2018, 00:42
a logo and music would be nice at the opening
The implementation of the component selection list
it will be nice if they are all added
Jiva newstone
23-07-2018, 07:02
I worked on the effects of transitions of wallpapers as well as on a number of pages that can vary, this is only a skeleton but I know if this is good?
Hey, JRD create Panel in all pages and use AnimateWindow to Slideup or fade in or fade up
Hey, JRD create Panel in all pages and use AnimateWindow to Slideup or fade in or fade up
:)Thanks Jeeva. super design.Awesome library.
Hey, JRD create Panel in all pages and use AnimateWindow to Slideup or fade in or fade up
Thank you but I did not understand. Is there a request to animate your script like visual studio installer ?
I added preprocessor directive for the component pages and ready, there are some modifications still done.
masen485
26-07-2018, 03:41
VERY BEAUTIFUL APPEARANCE HIGH QUALITY
a logo and music would be nice at the opening
HOPE HAPPY BITTER
VERY BEAUTIFUL APPEARANCE HIGH QUALITY
a logo and music would be nice at the opening
HOPE HAPPY BITTER
When you say logo, are you talking about splash screen?
masen485
26-07-2018, 04:06
Yes opening logosu and music
Jiva newstone
26-07-2018, 05:24
I added preprocessor directive for the component pages and ready, there are some modifications still done.
i didn't meant that, i mean use TPanel and place first page component in the Panel and use AnimateWindow to Animateit opening or while visible
example use this to slide panel while showing
AnimateWindow(Panel.Handle, 1000, aw_hide or AW_SLIDE OR AW_VER_POSITIVE);
panel.Visible:=false;
or wait will make a new wpi design with all function to make better
Jiva newstone
26-07-2018, 05:26
:)Thanks Jeeva. super design.Awesome library.
library is not done complety , have to add seprate function when used in 8 8.1 and 7 , 10 so
i didn't meant that, i mean use TPanel and place first page component in the Panel and use AnimateWindow to Animateit opening or while visible
example use this to slide panel while showing
AnimateWindow(Panel.Handle, 1000, aw_hide or AW_SLIDE OR AW_VER_POSITIVE);
panel.Visible:=false;
or wait will make a new wpi design with all function to make better
I do not know if you have tested this on windows 7 but I do not see any button to trigger the CurPageChanged event, I saw your code but at runtime it gives this:
Added multi backgrounds with transition effect:
Jiva newstone
26-07-2018, 06:34
I do not know if you have tested this on windows 7 but I do not see any button to trigger the CurPageChanged event, I saw your code but at runtime it gives this:
click enter and its slide and show back btn , press it
and u can't use the lib with installer because not yet completed
click enter and its slide and show back btn , press it
and u can't use the lib with installer because not yet completed
Yes I see, I did a test with your function "BlurWindow" but I have not seen any changes, that's why your dll is in the temporary files, (I forgot to remove it after the test ), I had worked on the panels one of my projects, you should try to work on TWinControl rather than on TPanels, good luck.
masen485
26-07-2018, 07:40
masen485 View Post
VERY BEAUTIFUL APPEARANCE HIGH QUALITY
a logo and music would be nice at the opening
HOPE HAPPY BITTER
JRD!
When you say logo, are you talking about splash screen?
masen485
Yes opening logosu and music
masen485 View Post
VERY BEAUTIFUL APPEARANCE HIGH QUALITY
a logo and music would be nice at the opening
HOPE HAPPY BITTER
JRD!
When you say logo, are you talking about splash screen?
masen485
Yes opening logosu and music
mate, u request more time for nothing, i go publish simple release, i give the code for logo and splash screen...
masen485
26-07-2018, 07:47
When to use Preview Animated Installer
pakrat2k2
26-07-2018, 11:17
When to use Preview Animated Installer
Stop begging for him to release it. He will post it, once he feels its ready to do so.
I set up a calculation system for the ISDone percentage, just fill in the weight of each archive (size of unpacked archive) is the percentage for the ISDone progress bar is calculated automatically, it works with the components.
I will set up a system of adding components later, as an example: AddComponents ('ComponentName', ComponentSize).
masen485
28-07-2018, 11:54
Preview Animated Installer v0.0.1
FOR MAKING IT AVAILABLE
THANK YOU FIRST
Preview Animated Installer v0.0.1
FOR MAKING IT AVAILABLE
THANK YOU FIRST
I'm sorry, I can not understand your request.
masen485
28-07-2018, 13:40
https://www.fileforums.com/showthread.php?t=96619&page=69
UltraARC 2900 R5 Stable Release &Animated Installer v0.0.1
support for compression features can we make it compatible ?
https://www.fileforums.com/showthread.php?t=96619&page=69
UltraARC 2900 R5 Stable Release &Animated Installer v0.0.1
support for compression features can we make it compatible ?
I will post a version compatible with UltraArc.
masen485
28-07-2018, 13:51
Thank you for your interest
Thank you for your interest
But there are no worries, it's just that you unearthed a script, I had to write a few lines of code, I'll post the update later because I'm enjoying my vacation too... See you ;)
Jiva newstone
29-07-2018, 00:29
use this for Round edges of form
[code]
function CreateRoundRectRgn(p1, p2, p3, p4, p5, p6: Integer): THandle; external 'CreateRoundRectRgn@gdi32 stdcall';
function SetWindowRgn(hWnd: HWND; hRgn: LongWord; bRedraw: BOOL): Integer; external '
[email protected] stdcall';
procedure InitializeWizard;
var
RegisterWizardform : HWND;
begin
with TLabel.Create(WizardForm) do begin
Parent:=WizardForm;
SetBounds(25,364,0,0);
Font.Style := [fsBold];
AutoSize:=true;
Font.Size := 12;
Font.Color:={#FontColor};
Font.Name:='{#FontName}';
Caption:=('Coded by JRD');
end;
RegisterWizardform:= CreateRoundRectRgn(0, 0, WizardForm.Width, WizardForm.Height, 5, 5);
SetWindowRgn(WizardForm.Handle, RegisterWizardform, True);
end;
and change the 5,5 value to anything u want ,like if u change it to 250,250 it will make the form round
Hi, for the little anecdote, I made the screenshots with greenshot, it's the software that rounds the corners of the window, is when I saw that, I thought it would be good add the rounds to the angles, and I see that you thought the same thing :D
masen485
23-10-2018, 13:51
Animated Installer UltraARC 2900 R5 will the update come ?
Yes opening logosu and music
if you know how to support, we'il use it.
You have to modify the UltraArc module so that it is compatible with the script, so that UltraArc decompresses only what the preprocessor directives allow.
I'm not really motivating to do that, the purpose of this script being mainly to publish the basic animation functions it contains.
I reupload the script with the functions ask, see the first post.
masen485
29-10-2018, 05:54
Animated installer 1.0
PLEASE REMOVE THESE SUBSTANCES THAT ARE NOT USED
COMPONENTS > PLEASE REMOVE THIS SECTION
https://resimyukle.link/image.php?di=9IZK
READY > PLEASE REMOVE THIS SECTION
https://resimyukle.link/image.php?di=II11
Jiva newstone
29-10-2018, 10:05
Animated installer 1.0
PLEASE REMOVE THESE SUBSTANCES THAT ARE NOT USED
COMPONENTS > PLEASE REMOVE THIS SECTION
https://resimyukle.link/image.php?di=9IZK
READY > PLEASE REMOVE THIS SECTION
https://resimyukle.link/image.php?di=II11
Just remove the page by youre self, its easy to modify - find wpReady and just remove and test the installer whether working fine
masen485
29-10-2018, 10:10
Thanks for your advice but i can't Help
Disable the defines provided for this purpose:
masen485
30-10-2018, 17:19
Animated installer 1.0 UltraARC (v2.9.0.0 R6 is compatible ?
UltraARC (v2.9.0.0 R6 Animated installer 1.0 does it know how to add easily?
can I get some help?
Hello, JRD!
I'm asking you to help me.
I'll show you three pictures.
1 - Picture
Picture description : Picture CancelButton = Turkish How can I change translation
https://i.hizliresim.com/yqy63k.jpg (https://hizliresim.com/yqy63k)
2 - Picture
Picture description : CancelButton = Turkish How can I change I tried everything.
https://i.hizliresim.com/6N4aX0.jpg (https://hizliresim.com/6N4aX0)
3 - Picture
Picture description :Help to translate the Exit Setup box contents to Turkish
https://i.hizliresim.com/WDlqQm.jpg (https://hizliresim.com/WDlqQm)
Hello, JRD!
I'm asking you to help me.
https://i.hizliresim.com/NDynok.jpg (https://hizliresim.com/NDynok)
https://i.hizliresim.com/r1q5Dz.jpg (https://hizliresim.com/r1q5Dz)
https://i.hizliresim.com/5yAa0M.jpg (https://hizliresim.com/5yAa0M)
Picture 1 and 2 Tools Script plugin
my goal is to add the selected tools you see in 3,
https://i.hizliresim.com/PDR1yO.jpg (https://hizliresim.com/PDR1yO)
All the file content you see in the pictures
This file is also
AnimatedScript.rar - 39.8 MB (http://dosya.co/jalyxtqce75e/AnimatedScript.rar.html)
pakrat2k2
06-11-2018, 11:14
Masen485
I'm sick & tired of seeing nothing but your posts over & over again begging for scripts.
I've warned you twice now, about this. Maybe a 10 day ban will teach you to listen to my warnings.
Do NOT EVER ask in another topic Begging for scripts.
Jiva newstone
06-11-2018, 20:02
Masen485
----------------------------------------------
I fixed it and added Extra [Messages]
If want to change default inno english message , Go to Default.isl in Inno Compiler Folder and Open it if you want to Change CancelButton - Search For CancelButton and it has the text, if you changed it all Cancelbutton changes
You can also Change Other text by this
-----------------------------------------------
i Changed Exit Msg and CancelButton - Just Check how i Changed and Do by you're self
-----------------------------------------------
Changed Main.iss is Provided Check it !
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.