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 09-01-2019 00:39

Edit:
i sent it in pm instead.

Schabik 09-01-2019 01:40

1 Attachment(s)
In 711Beta2 after compiling there is a problem with error "Could not call proc"


Attachment 23808

KaktoR 09-01-2019 04:42

Quote:

Originally Posted by kocchi96x (Post 478607)
I use ultraarc for compression and i used precomp p.zt, lolz, and srep. Also it worked for me with the 7.1.0 version when i followed with what K4miKaZe did on page 24 to get ztools fix on that version. i also did edit some of ultraarc.ini but you should see that when open this archive, also has the name i use for my file name as well as record.ini. Now i know like nothing in coding but i feel only reason its not working with ztools though is cause its for some reason not getting the ztool.exe into the installer and extracting it.

It works just fine. Read my PM

https://i.imgur.com/7UmAdnK.png

Only thing left that I could think of is that you use the new LOLZ version for compression and use old LOLZ version for installing (they are not compatible).

kocchi96x 09-01-2019 05:27

Quote:

Originally Posted by KaktoR (Post 478616)
It works just fine. Read my PM

https://i.imgur.com/7UmAdnK.png

Only thing left that I could think of is that you use the new LOLZ version for compression and use old LOLZ version for installing (they are not compatible).

weird cause i didnt edit the compressor.ini file and also in retrying with same settings i used the same ultraarc you included in the tools folder with same results.

https://i.imgur.com/AEICf3L.jpg

KaktoR 09-01-2019 05:49

You have to remove "//" infront of ZTool if you want to use it :)

If you don't need a compressor just add // infront to disable them.

PS: And I've tested your archive and it installs just fine

PPS: Added BETA 3 to previous post https://fileforums.com/showpost.php?...&postcount=412

kocchi96x 09-01-2019 11:33

Welp i feel dumb now i didnt even notice those // edited that and now it works, anyways thanks and sorry for you having to deal with my stupidity :rolleyes:

PS. the new beta i had a problem with useinfo i had to go add
Quote:

//InfoBefore
#define UseInfo ReadIni(SourcePath + "\Settings.ini", "InfoBefore", "Enable", "")
to Setting.iss for it to work i also added that under license to go with the settings.ini setup of it to

KaktoR 10-01-2019 07:25

BETA 4 will be ready soon with some bug fixes and new things

I need some translations if possible

Code:

  Italian.Title=Checking files integrity, please wait...
  Italian.label1=Checking %1 (%2 of %3):
  Italian.label2=Total files: %1  Files processed: %2    Ok: %3  Missing: %4  Bad: %5
  Italian.CancelCapt=&Cancel
  Italian.verfiles=&Verify
  Italian.LogCapt=&Log
  Italian.Info=&Info
  Italian.Hashok=Hash_OK
  Italian.abort=Check of files has been interrupted!
  Italian.badhash=File hash does not match!
  Italian.nofile=File not found!
  Italian.badparam=Invalid hash algorithm!
  Italian.generalerr=General error!
  Italian.lblchk=Setup is now ready for files verification, click verify button to continue.

Code:

  Spanish.Title=Checking files integrity, please wait...
  Spanish.label1=Checking %1 (%2 of %3):
  Spanish.label2=Total files: %1  Files processed: %2    Ok: %3  Missing: %4  Bad: %5
  Spanish.CancelCapt=&Cancel
  Spanish.verfiles=&Verify
  Spanish.LogCapt=&Log
  Spanish.Info=&Info
  Spanish.Hashok=Hash_OK
  Spanish.abort=Check of files has been interrupted!
  Spanish.badhash=File hash does not match!
  Spanish.nofile=File not found!
  Spanish.badparam=Invalid hash algorithm!
  Spanish.generalerr=General error!
  Spanish.lblchk=Setup is now ready for files verification, click verify button to continue.

Code:

  Polish.Title=Checking files integrity, please wait...
  Polish.label1=Checking %1 (%2 of %3):
  Polish.label2=Total files: %1  Files processed: %2    Ok: %3  Missing: %4  Bad: %5
  Polish.CancelCapt=&Cancel
  Polish.verfiles=&Verify
  Polish.LogCapt=&Log
  Polish.Info=&Info
  Polish.Hashok=Hash_OK
  Polish.abort=Check of files has been interrupted!
  Polish.badhash=File hash does not match!
  Polish.nofile=File not found!
  Polish.badparam=Invalid hash algorithm!
  Polish.generalerr=General error!
  Polish.lblchk=Setup is now ready for files verification, click verify button to continue.

Code:

  Russian.Title=Checking files integrity, please wait...
  Russian.label1=Checking %1 (%2 of %3):
  Russian.label2=Total files: %1  Files processed: %2    Ok: %3  Missing: %4  Bad: %5
  Russian.CancelCapt=&Cancel
  Russian.verfiles=&Verify
  Russian.LogCapt=&Log
  Russian.Info=&Info
  Russian.Hashok=Hash_OK
  Russian.abort=Check of files has been interrupted!
  Russian.badhash=File hash does not match!
  Russian.nofile=File not found!
  Russian.badparam=Invalid hash algorithm!
  Russian.generalerr=General error!
  Russian.lblchk=Setup is now ready for files verification, click verify button to continue.

Code:

  Hebrew.Title=Checking files integrity, please wait...
  Hebrew.label1=Checking %1 (%2 of %3):
  Hebrew.label2=Total files: %1  Files processed: %2    Ok: %3  Missing: %4  Bad: %5
  Hebrew.CancelCapt=&Cancel
  Hebrew.verfiles=&Verify
  Hebrew.LogCapt=&Log
  Hebrew.Info=&Info
  Hebrew.Hashok=Hash_OK
  Hebrew.abort=Check of files has been interrupted!
  Hebrew.badhash=File hash does not match!
  Hebrew.nofile=File not found!
  Hebrew.badparam=Invalid hash algorithm!
  Hebrew.generalerr=General error!
  Hebrew.lblchk=Setup is now ready for files verification, click verify button to continue.


yasitha 10-01-2019 07:47

I don't know any of them,
but i can Google translate it for you..

If you like... :)

Cesar82 10-01-2019 08:18

Code:

  PortugueseBrazil.Title=Verificando a integridade dos arquivos, por favor aguarde...
  PortugueseBrazil.label1=Verificando %1 (%2 de %3):
  PortugueseBrazil.label2=Total de arquivos: %1  Arquivos processados: %2    Ok: %3  Não encontrados: %4  Falhas: %5
  PortugueseBrazil.CancelCapt=&Cancelar
  PortugueseBrazil.verfiles=&Verificar
  PortugueseBrazil.LogCapt=&Log
  PortugueseBrazil.Info=&Info
  PortugueseBrazil.HashOk=Hash_OK
  PortugueseBrazil.abort=A verificação da integridade dos arquivos foi interrompida!
  PortugueseBrazil.badhash= O hash do arquivo não corresponde!
  PortugueseBrazil.nofile=Arquivo não encontrado!
  PortugueseBrazil.badparam=Algoritmo de hash inválido!
  PortugueseBrazil.generalerr=Erro geral!
  PortugueseBrazil.lblchk=A configuração está pronta para a verificação de arquivos, clique no botão verificar para continuar.

The translation of label2 was strange translating into my language. So I used translate FAILED based on the result of FsunFrontEnd
https://i.imgur.com/ZlZLz1a.png

KaktoR 10-01-2019 08:19

https://i.imgur.com/xR7Qput.png
https://i.imgur.com/O1FL1an.png
https://i.imgur.com/W0WBRAy.png

Titeuf 10-01-2019 09:02

Quote:

Originally Posted by KaktoR (Post 478663)
BETA 4 will be ready soon with some bug fixes and new things

I need some translations if possible

Code:

  French.Title=Checking files integrity, please wait...
  French.label1=Checking %1 (%2 of %3):
  French.label2=Total files: %1  Files processed: %2    Ok: %3  Missing: %4  Bad: %5
  French.CancelCapt=&Cancel
  French.verfiles=&Verify
  French.LogCapt=&Log
  French.Info=&Info
  French.Hashok=Hash_OK
  French.abort=Check of files has been interrupted!
  French.badhash=File hash does not match!
  French.nofile=File not found!
  French.badparam=Invalid hash algorithm!
  French.generalerr=General error!
  French.lblchk=Setup is now ready for files verification, click verify button to continue.

Code:

  Italian.Title=Checking files integrity, please wait...
  Italian.label1=Checking %1 (%2 of %3):
  Italian.label2=Total files: %1  Files processed: %2    Ok: %3  Missing: %4  Bad: %5
  Italian.CancelCapt=&Cancel
  Italian.verfiles=&Verify
  Italian.LogCapt=&Log
  Italian.Info=&Info
  Italian.Hashok=Hash_OK
  Italian.abort=Check of files has been interrupted!
  Italian.badhash=File hash does not match!
  Italian.nofile=File not found!
  Italian.badparam=Invalid hash algorithm!
  Italian.generalerr=General error!
  Italian.lblchk=Setup is now ready for files verification, click verify button to continue.

Code:

  Spanish.Title=Checking files integrity, please wait...
  Spanish.label1=Checking %1 (%2 of %3):
  Spanish.label2=Total files: %1  Files processed: %2    Ok: %3  Missing: %4  Bad: %5
  Spanish.CancelCapt=&Cancel
  Spanish.verfiles=&Verify
  Spanish.LogCapt=&Log
  Spanish.Info=&Info
  Spanish.Hashok=Hash_OK
  Spanish.abort=Check of files has been interrupted!
  Spanish.badhash=File hash does not match!
  Spanish.nofile=File not found!
  Spanish.badparam=Invalid hash algorithm!
  Spanish.generalerr=General error!
  Spanish.lblchk=Setup is now ready for files verification, click verify button to continue.

Code:

  Polish.Title=Checking files integrity, please wait...
  Polish.label1=Checking %1 (%2 of %3):
  Polish.label2=Total files: %1  Files processed: %2    Ok: %3  Missing: %4  Bad: %5
  Polish.CancelCapt=&Cancel
  Polish.verfiles=&Verify
  Polish.LogCapt=&Log
  Polish.Info=&Info
  Polish.Hashok=Hash_OK
  Polish.abort=Check of files has been interrupted!
  Polish.badhash=File hash does not match!
  Polish.nofile=File not found!
  Polish.badparam=Invalid hash algorithm!
  Polish.generalerr=General error!
  Polish.lblchk=Setup is now ready for files verification, click verify button to continue.

Code:

  Russian.Title=Checking files integrity, please wait...
  Russian.label1=Checking %1 (%2 of %3):
  Russian.label2=Total files: %1  Files processed: %2    Ok: %3  Missing: %4  Bad: %5
  Russian.CancelCapt=&Cancel
  Russian.verfiles=&Verify
  Russian.LogCapt=&Log
  Russian.Info=&Info
  Russian.Hashok=Hash_OK
  Russian.abort=Check of files has been interrupted!
  Russian.badhash=File hash does not match!
  Russian.nofile=File not found!
  Russian.badparam=Invalid hash algorithm!
  Russian.generalerr=General error!
  Russian.lblchk=Setup is now ready for files verification, click verify button to continue.

Code:

  PortugueseBrazil.Title=Checking files integrity, please wait...
  PortugueseBrazil.label1=Checking %1 (%2 of %3):
  PortugueseBrazil.label2=Total files: %1  Files processed: %2    Ok: %3  Missing: %4  Bad: %5
  PortugueseBrazil.CancelCapt=&Cancel
  PortugueseBrazil.verfiles=&Verify
  PortugueseBrazil.LogCapt=&Log
  PortugueseBrazil.Info=&Info
  PortugueseBrazil.Hashok=Hash_OK
  PortugueseBrazil.abort=Check of files has been interrupted!
  PortugueseBrazil.badhash=File hash does not match!
  PortugueseBrazil.nofile=File not found!
  PortugueseBrazil.badparam=Invalid hash algorithm!
  PortugueseBrazil.generalerr=General error!
  PortugueseBrazil.lblchk=Setup is now ready for files verification, click verify button to continue.

Code:

  Hebrew.Title=Checking files integrity, please wait...
  Hebrew.label1=Checking %1 (%2 of %3):
  Hebrew.label2=Total files: %1  Files processed: %2    Ok: %3  Missing: %4  Bad: %5
  Hebrew.CancelCapt=&Cancel
  Hebrew.verfiles=&Verify
  Hebrew.LogCapt=&Log
  Hebrew.Info=&Info
  Hebrew.Hashok=Hash_OK
  Hebrew.abort=Check of files has been interrupted!
  Hebrew.badhash=File hash does not match!
  Hebrew.nofile=File not found!
  Hebrew.badparam=Invalid hash algorithm!
  Hebrew.generalerr=General error!
  Hebrew.lblchk=Setup is now ready for files verification, click verify button to continue.


French: (By respecting the special characters)
Quote:

French.Title=Vérification de l'intégrité des fichiers, veuillez patienter...
French.label1=Contrôle %1 (%2 sur %3):
French.label2=Total des fichiers: %1Fichiers traités: %2Ok: %3manquants: %4mauvais: %5
French.CancelCapt=&Annuler
French.verfiles=&Vérifier
French.LogCapt=&Log
French.Info=&Info
French.Hashok=Hash_OK
French.abort=La vérification des fichiers a été interrompue!
French.badhash=Le hachage du fichier ne correspond pas!
French.nofile=Fichier non trouvé!
French.badparam=Algorithme de hachage non valide!
French.generalerr=Erreur générale!
French.lblchk=Le programme d'installation est maintenant prêt pour la vérification des fichiers, cliquez sur le bouton de vérification pour continuer.
Thank you again for your work KakTor!

KaktoR 10-01-2019 13:50

1 Attachment(s)
Code:

BETA 4
- Added ISHash library (thanks to peterf1999)
  > Removed QuickSFV
  > Valid file types: md5, sha1, sha256, sha512
- Overhauled SelectDirPage a bit

KNOWN BUGS
- ScrollBar on LicensePage and InfoBeforePage are broken if you use cjstyle skin
- Time Remaining still broken (yes)

Use this, then apply BETA 4
https://fileforums.com/showpost.php?...&postcount=412

kocchi96x 10-01-2019 23:44

like the new CRC check, i couldnt figure out how to make it work with 7.1.0 but very straight forward here just one thing
https://i.imgur.com/5xOPfLQ.jpg

i dont find it a big problem and ya i saw in your screenshots you didnt have that green progress bar, just thought i would let ya know.

yasitha 11-01-2019 02:00

Quote:

Originally Posted by kocchi96x (Post 478682)
like the new CRC check, i couldnt figure out how to make it work with 7.1.0 but very straight forward here just one thing
https://i.imgur.com/5xOPfLQ.jpg

i dont find it a big problem and ya i saw in your screenshots you didnt have that green progress bar, just thought i would let ya know.

Don't chage the script codes.
Download new beta4.

then Create md5 file and pack the same data and,
copy your md5 file and Replace it to the script md5 file.
Then try it.. Works fine.

KaktoR 11-01-2019 02:55

Quote:

Originally Posted by kocchi96x (Post 478682)
like the new CRC check, i couldnt figure out how to make it work with 7.1.0 but very straight forward here just one thing
https://i.imgur.com/5xOPfLQ.jpg

i dont find it a big problem and ya i saw in your screenshots you didnt have that green progress bar, just thought i would let ya know.

Make WizardForm.ProgressGauge.Hide; on CurPageChanged CurPageID = Hpag.ID


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

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