FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   [GSERIES] Custom Installer Ultimate V2g (https://fileforums.com/showthread.php?t=99345)

Gupta 28-07-2017 09:45

>>Was that the jpg and png thing? I don't know if that was a bug or a feature, and haven't tested yet, but in previous releases you could only use JPG images for Backgrounds, not PNG ones.

i thought only PNG can be added(previous releases), in this release, you can add multiple PNGs for installer, Installer.bmp, Installer#_*.png(#- counter, *- short name for language)(all Installer*.png should have same dimensions since .bmp is same)

>>You mean internal INNO compression?
vulture protective compression for images(Setup folder) etc.

>> Have you added ztool too?
what we discussed earlier will be implemented, thinking about making something like ultraarc (started writing too, will release a cli tomorrow or on Sunday)

KaktoR 28-07-2017 10:54

Ahh sorry, i missunderstood you previously. I thought you mean background pictures (in Background folder).

I have wrote that a while back in bug list on other place.

pakrat2k2 28-07-2017 12:21

Quote:

Originally Posted by KaktoR (Post 461144)
and why this thread is not sticky yet? Pakrat? Please do it, since it is very usefull.

Done :)

omdj 28-07-2017 14:47

Prince
Which UltraArc version should I use for the latest CIU version?
UltraARC 2800 R2 Edition?

Gupta 28-07-2017 16:56

Quote:

Originally Posted by omdj (Post 461160)
Prince
Which UltraArc version should I use for the latest CIU version?
UltraARC 2800 R2 Edition?

for now use official version only

omdj 28-07-2017 22:11

Is there any possibility of modifying by means of setup.ini the time in which splash is shown?

Gupta 28-07-2017 23:53

Update available:

170729:
  • controls for splash can be set from setup.ini (requested by omdj)

Code:

[ASplash]
;Defaults
Fadein=1000
Showfor=10000
Fadeout=1
Transparency=255

;Fadein#, Showfor#, Fadeout# for individual splash screens ( time in ms )
;Transparency# ( 0 -255 ) transparency of splash screens
;Fadein1=10
;Showfor1=10000
;Fadeout1=1000
;Transparency1=255

[Splash]
;Defaults
Fadein=10
Showfor=10000
Fadeout=1000
Transparency=255

;Fadein#, Showfor#, Fadeout# for individual splash screens ( time in ms )
;Transparency# ( 0 -255 ) transparency of splash screens
;Fadein1=10
;Showfor1=10000
;Fadeout1=1000
;Transparency1=255


gatosky1620 29-07-2017 15:41

my friend can you fix the #define ProgramFiles option problems please, and add the Recently ini files setting, like CPY.ini, steam_emu.ini, etc, and the same time fix the Language SetIniString. i mean this

NOW
Language = Spanish

IT MUST BE
Language = spanish

Gupta 30-07-2017 08:36

2 Attachment(s)
update Available:
  • Can Edit Ini on the installation
  • Music list is back!
  • can play any number of music files!
  • many changes in Compiler.
  • new DebugMode, if Enabled:
    Code:

    • Setup.ini is directly read from {src}, so that you don't have to recompile with every change in Setup.ini

    • if started with cmdline "/InstallOnly" - then no Uninstall will run even if already installed directly autorun will run



Editing Ini:
[Tasks]
EditIni1={src}\Codex.ini;Section:Settings;Key:Lang uage;Value:czech;Lang:czech
EditIni2={src}\Codex.ini;Section:Settings;Key:Lang uage;Value:english;Lang:englishUS
EditIni3={src}\Codex.ini;Section:Settings;Key:Lang uage;Value:Default

multiple languages can be separated by ','
EditIni2={src}\Codex.ini;Section:Settings;Key:Lang uage;Value:english;Lang:englishUS,englishUK

above tasks will be performed at ssPostInstall

Music List

Can Change Property From sections - "MusicList" and "AMusicList" of Setup.ini
Attachment 18988
Attachment 18990

Titeuf 30-07-2017 10:42

Hello,
Thank you for your update!
Is it possible to change the name of the player in ex: the Codex.ini file?
If possible can you say what to add
thank you in advance

KaktoR 30-07-2017 12:01

For MusicBox, should be better to display just the names ABC - XYZ without mp3 extension.

And, i don't know if it's possible because it seems that MusicBox is a TextBox actually, it would be better to have the same background than the skin or Autorun.png / Installer#1.png used. Or just make it somehow transparent.

gatosky1620 30-07-2017 17:46

i think is better that the "Language;Value" in the INI file automaticly change with the language selected in the autorun, and is not necessary show message windows at the end of the installation.

KaktoR 31-07-2017 04:59

1 Attachment(s)
Will extend it further with new modifications and most functions for a new CIU template.

If you look at MusixBox, that way should it be if possible.

Gupta 31-07-2017 06:43

1 Attachment(s)
Quote:

Originally Posted by KaktoR (Post 461208)
Will extend it further with new modifications and most functions for a new CIU template.

If you look at MusixBox, that way should it be if possible.

if you give me the template earlier when I asked then I will implement it in that manner, now you have to wait till the weekend, I only get free time on weekends nowadays

EDIT1: I can implement it as language box if you wish I mean arrow button for scrolling, else writing code for scroll box is shit lots of code

EDIT2: also, I am thinking since I am making designer so at the same time I can implement a CIU like script in C++ builder with hell lot of creative and technical independence also the lot of work too, because then I have to implement 7zip, free arc, free arc will be easy but 7zip is scary in C++, something like ASC but with a set CIU like template(no project from zero)
What do you guys think

EDIT3: @moderators, in my above post, in "EditIni" examples, there is no gap between "Lan guage" -> "Language"
Attachment 18995

KaktoR 31-07-2017 07:11

Quote:

Originally Posted by PrinceGupta2000 (Post 461216)
if you give me the template when I asked you then I will implement it in that manner, now you have to wait till the weekend, I only get free time on weekends nowadays

Not finished yet. Give me some days (i have not much time too nowadays :D)

Quote:

Originally Posted by PrinceGupta2000 (Post 461216)
EDIT1: I can implement it as language box if you wish I mean arrow button for scrolling, else writing code for scroll box is shit lots of code

Yes, that would be awesome too :) Horizontal or Vertical? Maybe both? Don't know what's easier to write.

Quote:

Originally Posted by PrinceGupta2000 (Post 461216)
EDIT2: also, I am thinking since I am making designer so at the same time I can implement a CIU like script in C++ builder with hell lot of creative and technical independence also the lot of work too, because then I have to implement 7zip, free arc, free arc will be easy but 7zip is scary in C++, something like ASC but with a set CIU like template(no project from zero)
What do you guys think

I think there is no need for 7zip, because, really, i have not seen any conversion around here or elsewhere that uses 7zip or even RAR.

But i like the idea with Designer. Like old days yener90 started some designer too. No more Setup.ini raping. Even if we are familliar with this now and most conversion designers around here do that easily at sleep.

But, take the time it needs and take yourself a free weekend if you want. No one here will hurry you up ;)


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

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