FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   ASIS: Advanced Simple Installer Script (https://fileforums.com/showthread.php?t=99481)

kocchi96x 11-01-2019 11:53

Quote:

Originally Posted by KaktoR (Post 478688)
Make WizardForm.ProgressGauge.Hide; on CurPageChanged CurPageID = Hpag.ID

that worked its gone now.
https://i.imgur.com/HRwMzcK.jpg

yasitha 11-01-2019 12:40

Quote:

Originally Posted by KaktoR (Post 478688)
Make WizardForm.ProgressGauge.Hide; on CurPageChanged CurPageID = Hpag.ID

Hi Mate,
Do you want to test your script? to find bugs?
I can help you,
if you want, please tell me.
Im waiting for 7.1.1 Stable version
That CRC Feature is Very good and excellent idea.

here some ideas from me.
add second archive extraction....
and add all the Extraction Methods,
Oodle, zlib, afr all of them.
and make them easy to turn on and off.
Not by Define...
on setting.ini it will be perfect...

Like this,
Compressor:
Afr:0 mean off 1 mean on
Oodle:Kraken:1
Oodle:Mermaid:0
Bpk:1

If you can.. Its easy to configure
and you call it simple installer so keep it simple :)

add video features...

If this is possible,
please add this option,
cause its very good option...

some games takes long time to install...
so i want you to add pause option,
so we can install other half later,

Why we need this, while installing currunt went off..
powers out... so we can't finish the installation...
we had to cancel... UPS cant hold much longer..
You guys know that..

I want this option
Like downloading something.. Via IDM.
I can push and shout down pc then tomorrow i can resume where i left off...

I know it's not easy to do.
But if you do it will be worth it...

I'll give you more ideas later... :)

What do yoi think? :)

KaktoR 11-01-2019 16:44

Quote:

Originally Posted by yasitha (Post 478695)
Hi Mate,
Do you want to test your script? to find bugs?
I can help you,
if you want, please tell me.
Im waiting for 7.1.1 Stable version
That CRC Feature is Very good and excellent idea.

I don't know. If you experience any bugs, tell me.



Quote:

Originally Posted by yasitha (Post 478695)
here some ideas from me.
add second archive extraction....

Why? Doesn't make sense. Like you said: Keep installer simple ;)


Quote:

Originally Posted by yasitha (Post 478695)
and add all the Extraction Methods,
Oodle, zlib, afr all of them.
and make them easy to turn on and off.
Not by Define...
on setting.ini it will be perfect...

Like this,
Compressor:
Afr:0 mean off 1 mean on
Oodle:Kraken:1
Oodle:Mermaid:0
Bpk:1

Will see



Quote:

Originally Posted by yasitha (Post 478695)
add video features...

If this is possible,
please add this option,
cause its very good option...

I will see



Quote:

Originally Posted by yasitha (Post 478695)
some games takes long time to install...
so i want you to add pause option,
so we can install other half later,

Why we need this, while installing currunt went off..
powers out... so we can't finish the installation...
we had to cancel... UPS cant hold much longer..
You guys know that..

I want this option
Like downloading something.. Via IDM.
I can push and shout down pc then tomorrow i can resume where i left off...

I know it's not easy to do.
But if you do it will be worth it...

That's simply not possible.

What is possible is to pause the extraction, but if you shutdown the pc or power is off, you can't start where progress has stopped. Impossible.

KaktoR 11-01-2019 17:43

What do you think about Pause button instead?

It's pretty simple: SuspendProc for Pause, ResumeProc for Resume

https://i.imgur.com/uPB7UnA.png
https://i.imgur.com/qPtJOPE.png

yasitha 11-01-2019 18:55

Quote:

Originally Posted by KaktoR (Post 478700)
What do you think about Pause button instead?

It's pretty simple: SuspendProc for Pause, ResumeProc for Resume

https://i.imgur.com/uPB7UnA.png
https://i.imgur.com/qPtJOPE.png

I know inno setup can't do that.
but like this,
it maybe possible..

There's 7 DVD And im done with 3 DVD and it ask for 4 dvd and i can chose 4 dvd or. I can use later button that mean.. I can install other half later..

How?
Like this,
can you have to create temporary file,
with extraction log. so next time setup started, he knows what to so, and next time you run the setup,
setup has Resume button,
instead installing..
When i Click resume. It ask for 4th DVD...

To remember where i left off.
you have to create $arcedatafile$ or some kind of log files, somewhere, or inside the game,
so next time, it knows where should it be started,
To do that you may need Razor help.
Cause you have to plugin something else,
cause inno setup can't do that.
Only suspend..

I have CIU 2.0 Modification. someone gave it to me long time a go, that time yener90 didn't even shere his things with others, only shere compiler.exe so he ask me to keep it to my self and i did it.
And while i keeping it i have done some modification.
i will pm you. You can get some ideas from it :)

yasitha 11-01-2019 19:09

and when BETA 5 Available post that on first post as beta. cause it easy to find...

i will test and tell you if there are bugs left..
I don't know much about compression..
But i know how to edit script... :D

so if i see something I'll tell you,
We are luck cause your here..

Thanks not good enough for you my friend..
Your doing excellent work...
You deserve more then thanks, like Razor...
He done many things.

I wish that im rich.
so i can donate for him and you.
For doing this..
Unfortunately im not :(

This is not simple task.
I know that..
You giving us free your hard work..
so again, you deserved more then thanks my friend....

:) and we all happy your here....

KaktoR 12-01-2019 06:06

I will post full build asap.

Here is the complete changelog

Code:

v7.1.1
_____________________________________________________
- Updated some compressors
- Added option to make records.ini internal
- Rebuild file handling for compressors
- Updated file structure
- Removed old code
- Removed Compiler.exe for ISEE
  > You have to use IS (u) now
- Fixed ProgressBar flickering
  > It had something to do with % (TLabel)
  > % is now (StaticText)
- Added Time Remaining and Time Elapsed
  > Time Remaining is broken at the moment
- Removed ProgressBarLabelColor
  > It is not working with (StaticText)
- Increased Setup Window size
- Added ShowLanguageBox= option
- Moved CRC Check CB to DirPage
- Fixed CPU requirement calculation
- Rounded DirectX version number (from xy,z to xy)
- It is now possible to use RGB Color instead of BGR
- Fixed Music and Website Buttons if one of them are disabled
- Fixed compile error if AFR "019" is enabled
- Fixed error if not using certain options
- Added ISHash library (thanks to peterf1999)
  > Removed QuickSFV
  > Valid file types: md5, sha1, sha256, sha512
- Overhauled SelectDirPage a bit

NEW
- Removed string "x 1 (Running)" from GPU label
- Added pause button on installer
  > With this you can pause the installation
- Fixed PercentLabel for diskspan archives

KNOWN BUGS
- ScrollBar on LicensePage and InfoBeforePage are broken if you use cjstyle skin

I will work on it later again. I think this is enough for now.

yasitha 12-01-2019 06:15

Quote:

Originally Posted by KaktoR (Post 478713)
I will post full build asap.

Here is the complete changelog

Code:

v7.1.1
_____________________________________________________
- Updated some compressors
- Added option to make records.ini internal
- Rebuild file handling for compressors
- Updated file structure
- Removed old code
- Removed Compiler.exe for ISEE
  > You have to use IS (u) now
- Fixed ProgressBar flickering
  > It had something to do with % (TLabel)
  > % is now (StaticText)
- Added Time Remaining and Time Elapsed
  > Time Remaining is broken at the moment
- Removed ProgressBarLabelColor
  > It is not working with (StaticText)
- Increased Setup Window size
- Added ShowLanguageBox= option
- Moved CRC Check CB to DirPage
- Fixed CPU requirement calculation
- Rounded DirectX version number (from xy,z to xy)
- It is now possible to use RGB Color instead of BGR
- Fixed Music and Website Buttons if one of them are disabled
- Fixed compile error if AFR "019" is enabled
- Fixed error if not using certain options
- Added ISHash library (thanks to peterf1999)
  > Removed QuickSFV
  > Valid file types: md5, sha1, sha256, sha512
- Overhauled SelectDirPage a bit

NEW
- Removed string "x 1 (Running)" from GPU label
- Added pause button on installer
  > With this you can pause the installation
- Fixed PercentLabel for diskspan archives

KNOWN BUGS
- ScrollBar on LicensePage and InfoBeforePage are broken if you use cjstyle skin

I will work on it later again. I think this is enough for now.

Nice, first page don't have download archive..
Please add 7.1.1 version on first page..

KaktoR 12-01-2019 08:38

Script added to post #1

yasitha 12-01-2019 09:04

Quote:

Originally Posted by KaktoR (Post 478720)
Script added to post #1

Wow it's not beta anymore.
Well-done brother...
i will test and tell you if there are any bugs left... Hope you fix everything...do you think about pause option i mentioned earlier?

exorc 12-01-2019 19:18

Hi, how to unpack this "xZLib+srep+lolz:dtb1:d64m:mt6:mc1023"?

thanks

yasitha 12-01-2019 19:52

1 Attachment(s)
Quote:

Originally Posted by exorc (Post 478742)
Hi, how to unpack this "xZLib+srep+lolz:dtb1:d64m:mt6:mc1023"?

thanks

via this script ? , with what ?
i can help! just tell me what are you using to unpack ?

or just follow me... :)

xZLib Requires

Files:

Code:

XT.exe
hif2raw_dll.dll
raw2hif_dll.dll
zlibwapi.dll

arc.ini or FA.ini Requires

Code:

[External compressor:xZLib]
header    = 0
packcmd  = XT e:precomp:t75p,c32m:zlib - - <stdin> <stdout>
unpackcmd = XT d:precomp:t75p - - <stdin> <stdout>

added, TaskKill for XT.exe and DelTree

Srep Requires

Files:

Code:

cls-srep.dll
arc.ini or FA.ini Requires

Code:

[External compressor:srep]
header = 0
packcmd  = srep -m3f $$arcdatafile$$.tmp - <stdout>
unpackcmd = srep -d -s - - <stdin> <stdout>


LOLZ Requires

Files:

Code:

cls-lolz_x64.exe
cls-lolz.dll

LOLZ don't need arc.ini or FA.ini options to unpack

use on LOLZ always mtt0...
otherwise it will Requires More Rams for unpacking... :)

i made this archive for you, it can unpack... so download and try it..
search in the script *data.bin* then change it to your archive name..

yasitha 12-01-2019 21:38

and systems requirements doesn't show,
when it meets it's requirements...

It only show when it won't meet,
the minimum requirements in RED

you should add,
when it meets it requirement..

Your System Does Meet The Minimum Requirements

in GREEN Color :)

KaktoR 13-01-2019 01:43

Yeah I know about this bug. It only happens with cjstyles. And I don't know how to fix this atm.

--

For me the system page shows fine.

yasitha 13-01-2019 01:46

Quote:

Originally Posted by KaktoR (Post 478751)
Yeah I know about this bug. It only happens with cjstyles. And I don't know how to fix this atm.

--

For me the system page shows fine.

System Page is fine,
but when i meet systems requirements.
it won't say i have meet the requirements.
All requirements are blue that's all..


All times are GMT -7. The time now is 13:31.

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