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 01-07-2017 18:56

[GSERIES] Custom Installer Ultimate V2g
 
3 Attachment(s)
Attachment 18796

Since yener90 (the initial creator) and BAMsE (the former modder) moved away, I was chosen to further continue the project

Presenting you my first public release.

Code:

170730:
  • 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



    for information go here

170729:
  • controls for splash can be set from setup.ini (requested by omdj)for more details check - link

170728:
  • redone all the tweaks from the previous release.

  • Added ultraarc

  • added multiple splash(Autorun\ASplash#.png, Setup\Splash#.png,Setup\Splash#_*.png(# - (1 to ?), * - Short name for language))

  • multiple backgrounds for setup(already done by bamse, just make some final adjustments)

  • Fixed external  compression, was broken in the previous release

CIU V2.5g(170702 )
  • Fixed: Title Section Alignment Fixed.

  • Music volume slider

  • Can add as many mp3 you want(Setup\Music\*.mp3) not (Setup\Music\Music*.mp3)

  • Mp3 List for Autorun and Installer

  • Different Websites for different languages.
    [WebsiteButton]
    SiteEN=
    SiteFR=
    SiteDE=
    ...

  • Fixed: Override Setup.ini gets deleted after installation is finished. Now, Setup.ini remains in {app} folder after successful installation.

  • Support for 6GB/8GB GPUs

  • Music Position Seeker

  • Every Button's Opacity can be controlled from Setup.ini itself

  • ProgressBackground.png is always upper layer. It must be ProgressImg.png (it must "behind" ProgressImg.png, not front).



KaktoR 02-07-2017 01:47

Thanks.

To protect your setup:
1. Select "External" + "Superprotect".
2. Type in a password.
3. Create Setup.exe
4. Create Setup.bin

---

Is the leaking button fixed too?

---

Will update Wiki in the next days.

mausschieber 02-07-2017 02:20

Please add another style this is to dark
and the text is unreadable for me

thanks for your work

KaktoR 02-07-2017 03:12

1 Attachment(s)
Bug with inno internal compression

Edit: Seems to be a problem on non-genuine windows installations. On my laptop Win10 is genuine and there all is fine.

Something what BAMsE said before to me:
Quote:

Many weeks ago, when I was on Win7 (plus Windows Loader :P), I got the error after recreating Setup.exe too. Also my PC was rebooted occasionally (probably due to stability issues after OC). But now on Win10 (genuine) the error gone as well as random reboots. Simultaneously with OS changing I changed MB BIOS due to lack of Xenon microcodes. So I think this error is caused by CPU/RAM stability issues (maybe caused by genuineness emulation).

omdj 02-07-2017 07:31

1 Attachment(s)
Internal compression works for me in CIU 2040 Beta 5 (on Windows 10 non genuine).

Gupta 02-07-2017 07:37

Quote:

Originally Posted by omdj (Post 460340)
Internal compression works for me in CIU 2040 Beta 5 (on Windows 10 non genuine).

It happens when you recompile after first successful compile, may be the culprit is inappropriate decryption of buffer, I am just studying it

GTX590 02-07-2017 10:30

Quote:

Originally Posted by omdj (Post 460340)
Internal compression works for me in CIU 2040 Beta 5 (on Windows 10 non genuine).

But if you pack a bigger game (at least 2, 3, or 4 DVD's) then you separate bin or cab files into separate folder and try to launch Setup.exe this latter will show an error message asking you for the last bin file.
That means that the last bin or cab created must be present in the first folder.
I'm using CIU 2040 Beta 5 for packing my games and that issue is still present in this version.
Note: If you pack a small game (1 DVD) using internal compressor it'll work fine since all files are in the same folder.
I really thought Bamse would fix it, but unfortunately he's away.:(

KaktoR 02-07-2017 11:52

I have reported this bug a year ago ^^

Quote:

- PACK GAME feature: 1. Select External and create Setup.bin. 2. Select External and Pack Game, choose Game dir, compression and capacity, then click "Create Setup.exe". After game is packed, a message pops up "Please insert Disc x" (depends on how many Setup-x.bin's are created). Setup will always choose the last bin file. No matter if i delete whole [ExtractSettings], error will remain. Second error after closing the Setup "Internal Error: ExtractTemporaryFile: The file "pckr.dll" was not found."

omdj 02-07-2017 12:27

Another error more... :( let's hope the guys solve it.

Simorq 02-07-2017 12:31

A Good Project
It's good if it supports all the methods.

like:
[External Compressor]
#define pZLibInside
#define Precomp
#define PrecompMT
#define Antiz
#define MSCInside
#define SrepInside
#define ZSTDInside
#define NanoZip

KaktoR 02-07-2017 12:33

@Simorq:
Most likely not that way, but with iscu.dll (read what razor said in ultraarc thread about it).

So the only thing is add iscu.dll in script when its ready. Nothing more. All features, like compressors and split will be handled by this file.

Titeuf 02-07-2017 13:49

Quote:

Originally Posted by KaktoR (Post 460337)
Bug with inno internal compression

Edit: Seems to be a problem on non-genuine windows installations. On my laptop Win10 is genuine and there all is fine.

Something what BAMsE said before to me:

Hello,
I am under windows 8.1 pro genuine is I have this error:
http://i.imgur.com/DFIVwyh.jpg

Titeuf
Edit: And when I close CIU V2 I have this:
http://i.imgur.com/lOArnmE.jpg

gatosky1620 02-07-2017 15:54

THANKS everybody to continue this project, i have some things to do

Code:

-Add EqualizerSI
-Add Autorun.png Installer1-4.png, Splash.png, Logo,png and SmallInstaller.png to each language
-Add the automaticly creation and load of Installer bmp files, because only load the Autorun and smallInstaller
-The Logo Aligment Left or right option doesn work
-The SmallInstaller load the nextbutton when this It is on one side of the TextStage (Left side)
-In the Uninstall process the MusicButton, if is use, dont work


mikey26 02-07-2017 17:41

Quote:

Originally Posted by Simorq (Post 460351)
A Good Project
It's good if it supports all the methods.

like:
[External Compressor]
#define pZLibInside
#define Precomp
#define PrecompMT
#define Antiz
#define MSCInside
#define SrepInside
#define ZSTDInside
#define NanoZip

I am sure Prince will add that is but things like antiz the project is no longer,nanozip problem with %.Give the guy sometime.He just started with the project 1 week ago.

houcine80 06-07-2017 09:46

hi
So you do not have to add anything unnecessary really have to re-establish the bug as the external compression or create designer I think it's better I hope that I'm not deceived and thank you for all your effort :)


All times are GMT -7. The time now is 18:01.

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