FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Conversion Designer/Installer Creator (https://fileforums.com/showthread.php?t=94605)

thinkbigearnbig 08-11-2014 18:45

I am creating new tutorial for Installer Creator 2.7 beta 3 and will soon upload it for everyone.

Razor12911 08-11-2014 22:08

sweet go ahead

Razor12911 08-11-2014 22:36

@thinkbigearnbig
After November 25, Currently buried with exams and as soon as I get my hands on Delphi XE3 because I don't have it anymore.

vollachr 08-11-2014 23:59

Quote:

Originally Posted by Razor12911 (Post 435801)
Hmm, what a bug. Does this happen in v2.7beta?

No, V2.7 Beta3 works fine, but I find it lacking many options that exist in v2.5.1 which is why I seldom use it, I did use it to bypass the problem and then load the project back to 2.5.1 and keep working though, because it seems that once it's set correctly in the project it won't disappear again.

Razor12911 09-11-2014 01:15

Which feature(s) was/were removed?

vollachr 09-11-2014 01:20

Quote:

Originally Posted by Razor12911 (Post 435821)
Which feature(s) was/were removed?

Well, under the Resources section, there's only Executable, Media [Internal] & Tasks in version 2.7 Beta, where's all the rest? Registry, Media [External] Etc, ?

I tend to use the Registry option to force a specific DisplayName value in the default registry entries the installers created with the program put in the registry and it's gone in 2.7 Beta.

Razor12911 09-11-2014 02:29

Lol bro, there everything is there, I didn't remove any feature in v2.7 from v2.5, I only rearranged, there is a scrollbar under resources bro, if it is not there then click on one of items on the list then press down with your keyboard.registries, media internal, media online and etc, they are there.

vollachr 09-11-2014 02:33

Quote:

Originally Posted by Razor12911 (Post 435825)
Lol bro, there everything is there, I didn't remove any feature in v2.7 from v2.5, I only rearranged, there is a scrollbar under resources bro, if it is not there then click on one of items on the list then press down with your keyboard.registries, media internal, media online and etc, they are there.

I didn't have a scrollbar there but I'll check it again when I get the time.

EDIT: OK, now I'm embarrassed, I uninstalled 2.5.1 and installed 2.7 again and now it is there.

Either I installed it over 2.5.1 previously which caused bugs or I just missed it somehow.

Razor12911 09-11-2014 05:03

lol, it happens so what else?

vollachr 09-11-2014 05:09

Quote:

Originally Posted by Razor12911 (Post 435829)
lol, it happens so what else?

Well, I guess I'll use 2.7 a bit and see.

One thing though that is missing from all versions if you ask me is the options to set files & folders to exclude.

Also, a suggestion, for the installer designer section, maybe make it possible to edit each install screen separately, right now, using multi background images doesn't give much control, if you can edit each install screen individually then it should be possible to set which BG to show on each screen and re-position items to match the BGs for each screen.

Razor12911 09-11-2014 05:29

TRUE bro, but I currently don't even have a computer, will buy one after my exams and have to get softwares and etc to update IC to v2.8.

akarikk 09-11-2014 14:23

I did what you said and is working now!!! :D I just think that this you told me should be included in the tutorial for noobs like me, also a little of explanation on the parameters, cuz I use task 1, and the component on 1 and nothing on the folder was compressed, I remove those and worked, so, if someone told us what for are those parameters would be nice.

I'm very very happy that now

P.S. it would be nice that u can export your conversion to share it

skype123 09-11-2014 16:23

there already is a tutorial for noobs. the GUI may look different, but the functions are exactly the same. just read the first-post

vollachr 10-11-2014 03:13

3 Attachment(s)
I have a small problem with Installer Creator 2.7 Beta, it seems no matter what font I choose and whether I choose Bold or not the texts in the text areas & in the smart installer get this blur effect after building the setup, you don't see the blur effect in Installer creator though, maybe blur isn't quite the right word, some sort of blurry shadow effect that shouldn't be there, just take a look at the attached images to see what I'm talking about.


UPDATE: When opening the same ICP file in version 2.51, fixing the necessary settings and building using 2.5.1, same fonts it looks perfectly fine and readable.

Razor12911 10-11-2014 04:15

oh, black shadows, they are always there, the only problem is if you choose black, they will appear to be ugly. You can fix this problem by yourself by if you are impatient . just update the script from the source. Look for anything that has to do with shadow, like createshadow and.or updateshadow, you will see Top:= x + y and Left:= x + y, just remove the y addition part and you will be good to go. oh, and don't forget to replace compiler.exe after changes.

vollachr 10-11-2014 04:19

Quote:

Originally Posted by Razor12911 (Post 435863)
oh, black shadows, they are always there, the only problem is if you choose black, they will appear to be ugly. You can fix this problem by yourself by if you are impatient . just update the script from the source. Look for anything that has to do with shadow, like createshadow and.or updateshadow, you will see Top:= x + y and Left:= x + y, just remove the y addition part and you will be good to go. oh, and don't forget to replace compiler.exe after changes.

Well, OK, I'll try, but those shadows aren't there in version 2.5.1, just so you know, either that or the offsets for the shadows were smaller and it makes it look fine.

Razor12911 10-11-2014 04:29

maybe they were smaller. But I don't remember, I think I did a lot of changes bro, I haven't programmed in a while bro.

But this is the changelog:

v2.7.0

· Updated Interface
· Fixed Designing bug.
· Update components and tasks by adding dependence.
· IC Now resizable
· Updated grid structure
· Grid auto resize added
· Updated compiler
· Software launch conditions added.
· Tasks updated from 10 to unlimited
· Registries updated from 10000 to unlimited
· Components updated from 10 to unlimited
· All media updated from 10000 to unlimited
· Serial code generator added.
· File error at the end of installation if multidisc fixed
· System performance changer added for all sorts of computer hardware.
· Inno Setup script optimized from 31301 lines to ~ 17000 lines
· Installer creator updater removed.
· Installer creator file structure updated.
· Setup.ini no longer used.
· IC Task manager added.
· Fixed file associations.
· And more.
v2.5.1

· Updated Interface.
· Fixed Icon bug during installation.
· Fixed Language button bug.

vollachr 10-11-2014 04:31

Alright, I think I'm done changing all the shadow instances in the source script, compiled it and now just need to test it.

Razor12911 10-11-2014 04:43

hmm, okay. will check you tomorrow. I gotta take a break from today's exam, I really love Chemistry.

akarikk 10-11-2014 13:03

Quote:

Originally Posted by skype123 (Post 435848)
there already is a tutorial for noobs. the GUI may look different, but the functions are exactly the same. just read the first-post

yes and no, the tutorial is incomplete, but is very helpful

Emorian 10-11-2014 13:34

Hello!
Where do I set that does not have a window frame?
I am using the beta, but I have not seen this in beta.

Razor12911 10-11-2014 22:14

Emorian

You must use Png Image instead of jpg image. don't forget to make mask of that png image though.

Emorian 11-11-2014 05:58

Razor12911

I use.. (jpg)
But if you're ready, you can in the normal window frame
I like "Custom" shaped window.
May not be?
Thank you for your answers should be different

Razor12911 11-11-2014 11:56

Curved corners is the only thing that you can do to frameless window. Just use png and bmp for now. Still got exams, but if you are good with scripts, just edit compiler and source is available for download.

pakrat2k2 11-11-2014 12:58

Quote:

Originally Posted by vollachr (Post 435866)
Alright, I think I'm done changing all the shadow instances in the source script, compiled it and now just need to test it.

can you post same screenshots like before / after the changes ?

Emorian 11-11-2014 14:17

Quote:

Originally Posted by Razor12911 (Post 435932)
.. Still got exams, but if you are good with scripts, just edit compiler and source is available for download.

wow ..
Good luck on the exam!

I can't wait, thank you!
Otherwise, very good in the beta version
bye bye.

Razor12911 12-11-2014 05:55

1 Attachment(s)
Was a bit worried there :(, but I now have it. :D

vollachr 12-11-2014 06:19

Quote:

Originally Posted by pakrat2k2 (Post 435934)
can you post same screenshots like before / after the changes ?

No, simply because it didn't work, don't know what I did to cause it but the compiler crashed after it, so I reverted back.

Razor12911 12-11-2014 08:07

Lol, I will help you then, I will release IC v2.7 Beta 4, with all the changes to compiler.exe.
Just give me a list then I will complete the task in two days or less. And I now have Delphi XE7, waiting for it to complete installation(taking forever like a precomp conversion), I will try to edit the program but I don't think it will work. I used XE3 for it.

vollachr 12-11-2014 08:24

Basically I just don't want the black shadow on the texts, it makes it impossible to use black text, which wasn't like that in versions before 2.7.

Anyway, I've been learning these past days how to make conversions with CIU but even so, I still like using Installer creator when needed or possible, it's easier for designing (and can even help with CIU since I can first design in IC, test and finally copy the settings to CIU).

thinkbigearnbig 12-11-2014 19:46

Please Please Please put video option to play in the background along with images in Installer Creator 2.7 beta 4 like yener90.

Razor12911 12-11-2014 20:19

I could add video. But I've hit a big wall.
Somehow, I get startup errors with RAD Studio XE7, Access Violation errors. I have to install 64-bit Operating System, I don't think it will be possible, because I am using my brother's laptop and he won't allow me to install 64-bit operating system on it, so I think the only thing that I have to do is get my own PC.

thinkbigearnbig 13-11-2014 06:09

Hi Razor,

Can you help me how to use the SmallMusicButton? After adding an MP3 the installer inserted a small square button called Small Music Button but I don't understand how to use it. Check the screenshot below:

http://i57.tinypic.com/8yg5jp.png

Razor12911 13-11-2014 07:20

The smallmusicbutton is just another alternate music button, just like the Closebutton has an alternative as cancelbutton. This is only ideal when you want to have close, minimize and smallmusicbutton when using png image. If you don't want it just resize it to 1x1 pixels or drag it far away from installer form.

Razor12911 13-11-2014 10:53

1 Attachment(s)
Made it work with my buddy jamel and friends. Check it out.

thinkbigearnbig 13-11-2014 20:58

New Installer Tutorial
 
1 Attachment(s)
Hi friends, I have created a new Installer Tutorial from 2.7 beta 3. Kindly check and let me know about it.

Carldric Clement 13-11-2014 22:16

What? Wow!!
 
Quote:

Originally Posted by thinkbigearnbig (Post 435991)
Hi friends, I have created a new Installer Tutorial from 2.7 beta 3. Kindly check and let me know about it.

Hey man.
You're perfect your tutorial!
:rolleyes::cool:

Grumpy 13-11-2014 22:27

Quote:

Originally Posted by thinkbigearnbig (Post 435991)
Hi friends, I have created a new Installer Tutorial from 2.7 beta 3. Kindly check and let me know about it.

Very nice work thinkbig. Far to good to be lost in this huge thread, I have reposted it as a New Thread for you and made it a Sticky so that its easier for others to find.

Again, very nice job mate. ;)

P.S: Your new thread can be found HERE

Razor12911 14-11-2014 02:04

This shows commitment, I have to get XE3 as well then to be able to update Installer Creator because there are people still using it. Thanks bro.

Or, let me just make an addon for video playback. The only thing that I will need is the video example using mci, can anyone provide?

Making this addon will take a few hours or days to create.

yedkriz 14-11-2014 06:37

Need help!!!
I repack Driver San Francisco game with install CREATOR, in win7 sp1, with 4gb ram. Evry thing goes well and created the repack..then I change my os to win8. The Repack worked well. But when I changed os to win8.1 pro with spring update, about 25% game setup stop with a warning like this "unarc.dll canot read/write data..with error code-11..decompression fail" I googled for error code-11 till now I didnt find any solution...but when I installed it to my win7 lap its worked without any problems...
So please help me..


All times are GMT -7. The time now is 11:47.

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