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)

S-Ghost 12-09-2017 08:51

Please add the remain time labale.
Thanks

KaktoR 12-09-2017 09:37

Let's see...

I have no plans for this at the moment.

I have added CRC check recently, but have to fix some bugs first.

KaktoR 12-09-2017 11:39

1 Attachment(s)
Test

Added:
CRC Check at the end of installation
Copying "Medicine", if folder is present in {src} ({src}\C**CK (maybe will add this as CB instead)).

Fixed:
Background2 is now showing again

Things to do:
Fix UA MASK errors (must wait for Simorq)

Titeuf 13-09-2017 09:00

Hi KaktoR,
Excellent job,
Thank

KaktoR 17-09-2017 09:58

Have added v4.5 as UA2 and UA3 version to OP.

Some informations about UA3 MASK method:
Do NOT use pzlib3 in config0.txt, because it has problems with some games. Use pzlib from ztool instead.

External Compressor.ini:
Code:

#define ReflateLIB "x64"
#define ZTool "x64"

//#define pZLib1 "x64"
//#define pZLib3 "x64"
//#define PrecompInside "0.46MT" 
//#define AntiZInside "x64"
//#define ZLib_Jo
//#define MSCInside "TAK"
//#define MPZSlimmer
#define SrepInside "x64"
//#define ZCMInside "x64"
//#define ZSTD "x64"
//#define LZ4 "x64"
//#define LZ5 "x64"
//#define Oodle
//#define NanoZipInside "x64"
//#define UHARCMTInside

Config0.txt:
Code:

for LZMA: $deflate=pZBSRARC
for LZMA2: $deflate=pZBSRXZ


Kobi Blade 17-09-2017 10:48

Quote:

Originally Posted by KaktoR (Post 462430)
Have added v4.5 as UA2 and UA3 version to OP.

Some informations about UA3 MASK method:
Do NOT use pzlib3 in config0.txt, because it has problems with some games. Use pzlib from ztool instead.

External Compressor.ini:
Code:

#define ReflateLIB "x64"
#define ZTool "x64"

//#define pZLib1 "x64"
//#define pZLib3 "x64"
//#define PrecompInside "0.46MT" 
//#define AntiZInside "x64"
//#define ZLib_Jo
//#define MSCInside "TAK"
//#define MPZSlimmer
#define SrepInside "x64"
//#define ZCMInside "x64"
//#define ZSTD "x64"
//#define LZ4 "x64"
//#define LZ5 "x64"
//#define Oodle
//#define NanoZipInside "x64"
//#define UHARCMTInside

Config0.txt:
Code:

for LZMA: $deflate=pZBSRARC
for LZMA2: $deflate=pZBSRXZ


I like your code, is properly formatted and easy to read, even better than Razor code on WPI :p

KaktoR 17-09-2017 11:06

Because it has much less features, and that's the way this script was meant to be.

Simple and clean.

KaktoR 22-09-2017 03:19

Have added v5.0 as UA2 and UA3 version to OP.

-UltraARC R3 is fixed now, plus made changes to script for this.
*Now you can use MASK with pzlib :) BIG THANKS TO SIMORQ!

- Added checkbox for "copy medicine"

-Removed some leftovers
*It is recommended to use the v5.0 as own folder, means do not overwrite existing files from v4.5, because some files got removed in new version.

ramazan19833 22-09-2017 10:52

Hello there

UltraARC 2801 R3 Hotfix use help

ASIS.v5.0.UAR3\UltraARC 2801 R3 Hotfix\Resources

Config0.txt use help
and
UltraARC 2801 R3 Hotfix best Compression Methods help

ASIS.v5.0.UAR3 _CommonRedist add help
_CommonRedist
DirectX
vcredist

KaktoR 22-09-2017 11:25

Read wiki

the script doesn't support redist at all

mikey26 26-09-2017 17:12

Hi Kaktor

Can you add a easy way to disable "copy crack" function and button.
As the games are steam games and no crack is needed from my repacks.
Nice simple Installer nice one mate...

KaktoR 26-09-2017 22:46

Change
Code:

CopyCrackCB.Show;
to
Code:

CopyCrackCB.Hide;
And delete
Code:

#ifexist "Crack"
  Source: {src}\Crack\*; DestDir: {app}; Check: CopyCrack; Flags: ignoreversion createallsubdirs recursesubdirs external;
#endif


Titeuf 10-10-2017 21:16

Hello Kaktor,
Can you tell me what I have to put as a code and what place to change the name of the player and the language in the crack please?
Thanks in advance,
Titeuf

pakrat2k2 11-10-2017 07:53

Quote:

Originally Posted by Titeuf (Post 463025)
Hello Kaktor,
Can you tell me what I have to put as a code and what place to change the name of the player and the language in the crack please?
Thanks in advance,
Titeuf

There is no code you have to add for username in code, Its all in the ini file for the crack itself.

### Name of the current player
###
UserName=*****

Change the ***** to the name of player you want it to have, save the file
and it should use that username.

Titeuf 11-10-2017 21:39

Quote:

Originally Posted by pakrat2k2 (Post 463032)
There is no code you have to add for username in code, Its all in the ini file for the crack itself.

### Name of the current player
###
UserName=*****

Change the ***** to the name of player you want it to have, save the file
and it should use that username.

Hello pakrat2k2,
ok, I spoke badly, sorry about my bad English.
I want a code to do like the repack of elamigos, etc.
that is to say during the installation, a window opens so that the user adds his name of player and selects his language!
do you know how I can do it please?
thanks in advance

pakrat2k2 12-10-2017 06:39

Not that way itself, but again the Crack ini file has a language setting as well that can be changed. Maybe others will know how to edit it the way elamigos does.

I don't know why you want it that way, each crack ini may be setup differently, & it wont work exactly how you want, best way is to edit the file before doing conversion.
Then you know its correct.

KaktoR 12-10-2017 06:48

Google for UserInfoPage and [INI] section.

@pakrat: He speak of a way like in repacks, where users can simply put in name + language in one go with the installation, without to open INI file manually (whoever needs it...)
Same way like CIU did, but without edit fields (CIU probably using PC name and selected languages in autorun).

Stor31 12-10-2017 09:33

hi KaktoR plz how fix this ,,,,?????
http://nsa39.casimages.com/img/2017/...1202503053.jpg
with this method (NBA 2K18 58.8Go to 37.2Go)
http://nsa39.casimages.com/img/2017/...6575617600.jpg
Thxx

KaktoR 12-10-2017 10:11

Which Script version and which UltraARC version you use?

Stor31 12-10-2017 10:21

Quote:

Originally Posted by KaktoR (Post 463078)
Which Script version and which UltraARC version you use?

_UltraARC 2801 R3 Hotfix
_ASIS_UAR3.iss

KaktoR 12-10-2017 12:03

I have tested many games with this, ask simorq when i spamed him in PM's :D

Maybe it has to do with files without any file extension, like in this example for file "0I".

Stor31 12-10-2017 12:08

Quote:

Originally Posted by KaktoR (Post 463080)
I have tested many games with this, ask simorq when i spamed him in PM's :D

Maybe it has to do with files without any file extension, like in this example for file "0I".

what is the solution :confused::confused::confused::confused:

KaktoR 12-10-2017 12:11

Try with CIU setup.exe (use any of the newer conversions) and report back.

Titeuf 12-10-2017 22:28

Quote:

Originally Posted by KaktoR (Post 463076)
Google for UserInfoPage and [INI] section.

@pakrat: He speak of a way like in repacks, where users can simply put in name + language in one go with the installation, without to open INI file manually (whoever needs it...)
Same way like CIU did, but without edit fields (CIU probably using PC name and selected languages in autorun).


Hello KaktoR,
That's exactly what I want to do!
The problem is: how?

KaktoR 13-10-2017 05:51

Quote:

Originally Posted by Stor31 (Post 463077)
hi KaktoR plz how fix this ,,,,?????
http://nsa39.casimages.com/img/2017/...1202503053.jpg
with this method (NBA 2K18 58.8Go to 37.2Go)
http://nsa39.casimages.com/img/2017/...6575617600.jpg
Thxx

I have tested.

It's only this one file on which pzlib has problems (inflation ratio is over 1700%).

So it's not script related, but pzlib3 is the problem.

Exclude this file from compression and compress it after compression manually with freearc or ultraarc.

Or simply use MASK method

Go to Resources\config0.txt
MaskI=SRARC/$void=0/$deflate=PZB3SRARC

Open Arc.groups with notepad
Code:

$Deflate
0A
0C
0E
0G
0K
0M
0O
0Q
0S
0U
0W
0Y
1A
1C
1E
1G
1I
1K
1M
1O
1Q
1S
1U
1W
1Y
2A
2C
2E
2G
2I
2K
2M
2O
2Q
2S
2U
2W


ShadowEagle 13-10-2017 12:33

Does this script support components? For example if i make a trilogy, so the user can select which game to install?

KaktoR 13-10-2017 12:36

Probably yes, but you have to add them yourself with [Components].

KaktoR 23-10-2017 12:25

Code:

Update v6.0 BETA
- Added Components
- Added a switch for settings
- Slightly changed appereance for welcome/finish page
- And some more

Includes a sample project for components.

l4km47 25-10-2017 03:51

wow :O

KaktoR 26-10-2017 09:06

Code:

Update v6.5 BETA
- Added languages (en,fr,de,it,es,pl,ru,ptbr, probably most used)
- Added a switch for music volume (1-10, standard is 5)
- Fixed a compiler error if you disabled music
- Some changes more, can't remember

PS: Components are not working atm.

ramazan19833 29-10-2017 09:01

Hi KaktoR
how to add second shortcut ???

KaktoR 29-10-2017 09:36

No support

KaktoR 31-10-2017 07:42

Code:

Update v6.8 BETA
- Fixed error regarding cm:messages
- removed comps
- added support for UltraARC R3 Hotfix (the official one here)

https://i.imgur.com/5MtCViJ.png

Next: Will try to implement system page using issysinfo.dll by peterf1999

Graphics 02-11-2017 06:53

Data
 
I have compressed my game into a data.bin, where can i modify the code to make it install it?

KaktoR 02-11-2017 08:28

You don't need a code, you need a records.ini file in the same directory where setup.exe is

Normally, if you using UltraARC, this file should be created automatically.

Here is a example for a single archive file

Code:

[Record1]
Type=Freearc_Original
Source={src}\Data1.bin
Output={app}
Disk=1


Simorq 02-11-2017 12:31

Hi KaktoR
Will you publish a version of ASIS compatible with DiskSpan?

KaktoR 02-11-2017 12:46

Maybe later.

Have included EULA files and background slideshow during installation by now, needs some testing tough.

I think it's possible with both, DiskSpan and UltraARC in one script. Will test it in next days.

Edit:
https://i.imgur.com/EfwK5r0.jpg

Like this or with black background?

KaktoR 02-11-2017 17:14

Code:

Update v6.9 BETA
- Added support for EULA's
- Added a slideshow during installation
-->> for now only 3 pictures. Will look for a more variable way.
- Changed some other things


KaktoR 03-11-2017 13:07

Code:

Update v6.9.1
- Added support for DiskSpan by Razor12911 (thanks to Simorq for testing)
- Changed Slideshow a bit (now you can add as many background pictures as you like).
- Changed some settings
- Minor tweaks


KaktoR 05-11-2017 04:11

I need some help.

Need some translations in French, Italian, Spanish, Polish, Russian and Portuguese (Brazil) if possible.



1. Does your computer match the system requirements?
2. Setup will now check the system requirements. Entries displayed with a red color indicate that your hardware does not match the specified requirement.
3. The following hardware has been detected on your system:


All times are GMT -7. The time now is 16:23.

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