FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Advanced Setup Creator (https://fileforums.com/showthread.php?t=96520)

gozarck 28-06-2016 10:53

Hi razor, can you help me I have a big problem here with ASC 0.6.1 alpha because ASC can Run the Installer, and Build successfull. but the final setup.exe not run so, i cant test this installer.
and i don´t understand why the Run build in the temp folder works fine and the final build doesnt work.

i made 2 installers "S-installer" made it with 0.4.0 asc and compiled works fine also the final build setup works in w7x64&x86 and in xpsp3x86.

"M-installer" made it with asc 0.6.1 I have a big problem here with ASC 0.6.1 alpha because ASC can Run the Installer, and Build successfull. but the final setup.exe not run so, i cant test this installer.
and i don´t understand why the Run build in the temp folder works fine and the final build doesnt work in my win7x64. also in the xp too.

i have the same problem with 0.5 version of asc.

in asc 0.6.1 the animation only works in the page 1, the same animation in page 2 are static.

Is possible another way to compile the asc project like a stand alone compiler or something like that?.

:Request:
>Favorite section for fonts and colors
>Multi selection files (For move) and grouping
>History for undo.
>animation to right.(we have "left")
>png optimization(png are too big)
>layer panel for each page
>maintain the selection rectangle in the object selcted.
>hotkeys for "send to back"(Ctrl^-) and "bring to front"(Ctrl^+)
>
Thanks Razor12911

Razor12911 01-07-2016 16:07

Hey everyone, I recently updated the programming software that I use to make a lot of my programs, and anything that is related to the use of FireMonkey framework seems affected, which is what ASC uses it more delays are expected as I try to update the source, I may have to start afresh and rewrite the whole source again because trying to update source to recent changes of the framework causes real headaches. Some of you might remember Installer Creator project, same thing happened to it, they updated framework leading to new versions not being able to compile source and it could only be compiled using XE3 and maybe XE4, but changes started taking place since XE5 then again in Seattle 10.

You might say I should revert to old update, well I could but the reason I'm trying to use the latest one is because a lot of bugs have been fixed that I had to find or create fixes by myself so yea, memory usage is also improved, I did the math and it seems like latest version is the way to go.

Things that are likely to be removed from the program due to recent framework changes:
Video feature will be removed but will be reinstated in later versions after I have found a bypass.
Triangle and Diamond shapes will no longer be there because of framework changes.
And etc, there could be more to remove.

Edit:
There is a lot to do for this to get back upon its feet, so I estimate by September or October, it will be recreated.

gozarck 02-07-2016 11:36

OUCH! Very bad News

Razor12911 02-07-2016 15:59

Yea, it sucks but will try my best to be quick.

Lucas65 05-07-2016 04:49

Oh no... This is a bad news! Mi dispiace.

Razor12911 05-07-2016 10:26

Ill try to upload last compiled 0.0.6.3 when I have time.

gozarck 07-07-2016 13:42

Recently update my w7x64 to win10x64 and ASC 0.6.1 works perfectly, and the compiled setups.

truerepacks 08-07-2016 22:48

Quote:

Originally Posted by gozarck (Post 449902)
Recently update my w7x64 to win10x64 and ASC 0.6.1 works perfectly, and the compiled setups.


same here

gozarck 13-07-2016 19:18

The 0.6.1 version cant find the arcfile the version 0.4 works file. Also i try with sourcedir but the problem still there.

Aneeskhan 14-07-2016 04:39

Quote:

Originally Posted by Razor12911 (Post 442274)
Lazy to make one? Don't worry, I'll make some.

can we use this to design repack installer? i saw some repack teams designed their installers with this :) sorry for this nub question :)

Alexander_Smith 20-07-2016 14:01

How to extract encrypted archive?

Razor12911 03-08-2016 08:12

Advanced Setup Creator 0.0.6.5 available now

Changes

I have no idea, a lot has changed.

Amsal 03-08-2016 21:39

Quote:

Originally Posted by Razor12911 (Post 450377)
Advanced Setup Creator 0.0.6.5 available now

Changes

I have no idea, a lot has changed.

Thanks bro, for uploading it

truerepacks 04-08-2016 04:30

Can't use Mathematical Expressions

Code:

Math=Trunc(<TotalCurrentProgress>/<TotalMaxProgress> * 100);.Math=Round((<TotalCurrentProgress>/<TotalMaxProgress> * 100 - Trunc(<TotalCurrentProgress>/<TotalMaxProgress> * 100)) * 10);%
Even Use this
Code:

Math=<TotalCurrentProgress>/<TotalMaxProgress>*100;
EDIT: Okay, Using <TotalProgressPercentage> for Progress Percentage bt still can't use the mathematical expressions (Checking Samples now for help)

SOLVED
NEW MATHEMATICAL EXPRESSIONS IS LIKE
Code:

Math(<VideoSize1>*<VideoDXVers>);

Amsal 04-08-2016 06:50

Quote:

Originally Posted by unarc 125 (Post 450395)
What is premium tamplate. We can use it or have to pay for it....

No, the premium templates are for friends of razor and random people, otherwise they are not for everybody.

unarc 125 04-08-2016 08:02

@amsal so you are one of them.......�� can I get that also..��

@razor how can I remove that windows close minimize maximum bar if I use video because that looks worst in that awesome installer.... if can than please tell how...
And can I use two videos at one page.... because whenever I put two video form and place different videos and it plays only same video on both form or selection.......HOPE U REPLY..

Amsal 04-08-2016 08:15

Quote:

Originally Posted by unarc 125 (Post 450397)
@amsal so you are one of them.......�� can I get that also..��

@razor how can I remove that windows close minimize maximum bar if I use video because that looks worst in that awesome installer.... if can than please tell how...
And can I use two videos at one page.... because whenever I put two video form and place different videos and it plays only same video on both form or selection.......HOPE U REPLY..

I am not one of them -__-

truerepacks 04-08-2016 08:16

1 Attachment(s)
@Unarc125 Windows Close and Minimize
GOTO designer form
Click on form and then expand form menu and untick the Border checkbox
see the image for the specified checkbox

Razor12911 04-08-2016 09:16

Quote:

Originally Posted by truerepacks (Post 450387)
Can't use Mathematical Expressions

Code:

Math=Trunc(<TotalCurrentProgress>/<TotalMaxProgress> * 100);.Math=Round((<TotalCurrentProgress>/<TotalMaxProgress> * 100 - Trunc(<TotalCurrentProgress>/<TotalMaxProgress> * 100)) * 10);%
Even Use this
Code:

Math=<TotalCurrentProgress>/<TotalMaxProgress>*100;
EDIT: Okay, Using <TotalProgressPercentage> for Progress Percentage bt still can't use the mathematical expressions (Checking Samples now for help)

SOLVED
NEW MATHEMATICAL EXPRESSIONS IS LIKE
Code:

Math(<VideoSize1>*<VideoDXVers>);

At least somebody is taking advantage of the features.

gozarck 06-08-2016 16:38

WOW! Razor Amazing Update and the templates are very cool!

Prince4 09-08-2016 04:57

Wait wait wait!
Can we integrate more external plugins like PZLib or Reflate?

Gupta 09-08-2016 05:26

Quote:

Can we integrate more external plugins like PZLib or Reflate?
Wait wait wait!
They are Plugins of Arc And i u have Cls then u Can add Infinite [Only if u have Cls]

GOTO Deployment>>Setup Resources>>"Add ur Plugins that u want to use"

Razor12911 09-08-2016 08:47

Lotta Princes here, anyways. Prince...4 yep. Everything is supported and Prince...Gupta, whether you have cls or not, still works, but if you don't have cls, do provide arc.ini.

Prince4 09-08-2016 23:10

Quote:

Originally Posted by Razor12911 (Post 450519)
Lotta Princes here, anyways. Prince...4 yep. Everything is supported and Prince...Gupta, whether you have cls or not, still works, but if you don't have cls, do provide arc.ini.

Okay... Now i'm off to repackin' :D

Razor12911 11-08-2016 14:03

2 Attachment(s)
Someone asked what the value replacer does under tools in designer. Well it replaces all occurrences it finds in your design with a new value, for example. I just changed the colour of this design just by filling in the value, in this case, I chose to replace a colour, the replacer will find all occurrences then use the new colour of my choice.

ramazan19833 14-08-2016 01:02

hello you have version 0.62

Razor12911 14-08-2016 01:04

there is 0.0.6.5 on main post.

ramazan19833 14-08-2016 01:11

0.0.6.3 download link

Gupta 14-08-2016 01:40

Quote:

Originally Posted by ramazan19833 (Post 450728)
0.0.6.3 download link

Why are u asking for the older versions when u have newer and better one?

ramazan19833 14-08-2016 01:54

New version of errors yes

ramazan19833 14-08-2016 01:55

Türkçe talk

i do not know english becomes very difficult

Dansoft 14-08-2016 14:31

Quote:

Originally Posted by PrinceGupta2000 (Post 450732)
Why are u asking for the older versions when u have newer and better one?

i also need a link to v0.0.6.4 or v0.0.6.3 as ive failed to find a solution to the installaton delay in v0.0.6.5

lolaya 14-08-2016 15:23

I love Advanced Setup Creator program but big size Setup.exe file

why?

RamiroCruzo 14-08-2016 21:23

Quote:

Originally Posted by lolaya (Post 450755)
I love Advanced Setup Creator program but big size Setup.exe file

why?

ASC is based on FMX Libraries of Delphi. Unlike VCL on which Inno is based, this one got better features like High DPI, etc. Inno's base exe is about 600KB whereas for ASC, its about 15 MB. So, you pay the prize for better looks there ;)

Bilawal 14-08-2016 21:37

Quote:

Originally Posted by lolaya (Post 450755)
I love Advanced Setup Creator program but big size Setup.exe file

why?

You can use UPX, It will compress the setup to almost half the size but you will lose uninstaller.exe. Just make sure Register program to false to avoid having game's name at "Uninstall or change program".

ramazan19833 15-08-2016 09:27

Advanced Setup builder please 0.0.6.2 version is required to download link
 
Advanced Setup builder please 0.0.6.2 version is required to download link:confused:

ramazan19833 17-08-2016 09:34

HELP

Advanced Setup builder please 0.0.6.2 version is required to download link

ramazan19833 18-08-2016 10:17

new version error freezes half staying to Advanced Setup Creator V 0.0.6.1 version dowlanwd link

Razor12911 18-08-2016 11:08

Ok, this guy is now ******* me off with these endless messages all that we get is thumbs down, spamming, he hasn't thanked anybody for ****, anybody reluctant to upload what he is requesting, I don't store old versions of any of my programs.

1234567890123 18-08-2016 11:16

why are you spamming! is there anybody can ban him?he deserve ban he must learn read. https://mab.to/pW9rN4rJ3 0.0.6.1


All times are GMT -7. The time now is 09:05.

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