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)

Titeuf 30-11-2017 08:47

Hello,
A big thank you for all your work.
Great night,
Titeuf

Titeuf 01-12-2017 09:26

Good evening Kaktor,
can you please add in your script the time spent and the time remaining during the installation?
And once again, thank you for your work.
Regards,
Titeuf

kassane 02-12-2017 11:22

I'm having trouble installing the project:
Code:

MMC=pzlib3+srep+lzmaII
http://oi68.tinypic.com/348rcsw.jpg

KaktoR 02-12-2017 11:24

Will check it.

Is it only with MMC?

kassane 02-12-2017 11:29

At the moment yes. Because I did not test MASK mode.
=============================================

It extracts the files normally, but does not show the progressbar only the filenames.

KaktoR 28-12-2017 12:40

v7.0.0 is around the corner

I need some translations :D

Code:

English.InstallingRedist1=Installing {#Redist1Name} ...
French.InstallingRedist1=Installing {#Redist1Name} ...
German.InstallingRedist1=Installing {#Redist1Name} ...
Italian.InstallingRedist1=Installing {#Redist1Name} ...
Spanish.InstallingRedist1=Installing {#Redist1Name} ...
Polish.InstallingRedist1=Installing {#Redist1Name} ...
Russian.InstallingRedist1=Installing {#Redist1Name} ...
PortugueseBrazil.InstallingRedist1=Installing {#Redist1Name} ...

+

Code:

English.CheckCRC=Check CRC
French.CheckCRC=Check CRC
German.CheckCRC=Check CRC
Italian.CheckCRC=Check CRC
Spanish.CheckCRC=Check CRC
Polish.CheckCRC=Check CRC
Russian.CheckCRC=Check CRC
PortugueseBrazil.CheckCRC=Check CRC


Titeuf 28-12-2017 13:24

Quote:

Originally Posted by KaktoR (Post 465312)
v7.0.0 is around the corner

I need some translations :D

Code:

English.InstallingRedist1=Installing {#Redist1Name} ...
French.InstallingRedist1=Installing {#Redist1Name} ...
German.InstallingRedist1=Installing {#Redist1Name} ...
Italian.InstallingRedist1=Installing {#Redist1Name} ...
Spanish.InstallingRedist1=Installing {#Redist1Name} ...
Polish.InstallingRedist1=Installing {#Redist1Name} ...
Russian.InstallingRedist1=Installing {#Redist1Name} ...
PortugueseBrazil.InstallingRedist1=Installing {#Redist1Name} ...

+

Code:

English.CheckCRC=Check CRC
French.CheckCRC=Check CRC
German.CheckCRC=Check CRC
Italian.CheckCRC=Check CRC
Spanish.CheckCRC=Check CRC
Polish.CheckCRC=Check CRC
Russian.CheckCRC=Check CRC
PortugueseBrazil.CheckCRC=Check CRC


Hi, here are my suggestions for French:

Quote:

French.InstallingRedist1=Installing {#Redist1Name} => Installation
Quote:

French.CheckCRC=Check CRC => Vérifier CRC Ou Vérification CRC

kassane 29-12-2017 03:18

Code:

PortugueseBrazil.InstallingRedist1=Instalando {#Redist1Name} ...
Code:

PortugueseBrazil.CheckCRC=Verificando CRC

KaktoR 29-12-2017 05:12

1 Attachment(s)
New redist page

Should not activated redists striked out (current) or not visible?

PS: You can define own names, paths and arguments for each redist

Code:

#define UseRedists
  #define Redist1
    #define Redist1Name "DirectX"
    #define Redist1Path "{src}\_CommonRedist\DirectX\Jun2010\dxsetup.exe"
    #define Redist1Param ""

  ;#define Redist2
    #define Redist2Name "Visual C++ 2005"
    #define Redist2Path "{src}\_CommonRedist\vcredist\2005\vcredist_x64.exe"
    #define Redist2Param "/q"

  ;#define Redist3
    #define Redist3Name "Visual C++ 2008"
    #define Redist3Path "{src}\_CommonRedist\vcredist\2008\vcredist_x64.exe"
    #define Redist3Param "/q"

  ;#define Redist4
    #define Redist4Name "Visual C++ 2010"
    #define Redist4Path "{src}\_CommonRedist\vcredist\2010\vcredist_x64.exe"
    #define Redist4Param ""

  #define Redist5
    #define Redist5Name "Visual C++ 2012"
    #define Redist5Path "{src}\_CommonRedist\vcredist\2012\vcredist_x64.exe"
    #define Redist5Param "/quiet /norestart"

  ;#define Redist6
    #define Redist6Name "Visual C++ 2013"
    #define Redist6Path "{src}\_CommonRedist\vcredist\2013\vcredist_x64.exe"
    #define Redist6Param "/quiet /norestart"

  ;#define Redist7
    #define Redist7Name "Visual C++ 2015"
    #define Redist7Path "{src}\_CommonRedist\vcredist\2015\vc_redist.x64.exe"
    #define Redist7Param "/quiet"

  ;#define Redist8
    #define Redist8Name "Visual C++ 2017"
    #define Redist8Path "{src}\_CommonRedist\vcredist\2017\vc_redist.x64.exe"
    #define Redist8Param "/quiet"

  #define Redist9
    #define Redist9Name ".NET Framework 4.0"
    #define Redist9Path "{src}\_CommonRedist\DotNet\4.0 Client Profile\dotNetFx40_Client_x86_x64.exe"
    #define Redist9Param "/q /norestart"


pakrat2k2 29-12-2017 06:51

Personally, i'd leave out the redists that aren't defined, make only those that are visible.

WOliveira 31-12-2017 11:24

1 Attachment(s)
Why all setups I try to use compressed files in the ultra arc R3 of this error? What am I doing wrong ?

pakrat2k2 31-12-2017 15:04

message states unable to write data to disk !!

-enugh room on HD ?
-are you running setup as admin ?
-turn off AV before running installer ?
- Run setup.exe from a short folder path and install to a short folder path

also did you copy over the records.ini as well as archives created with UA
to where the setup.exe is for ASIS.

Ive used this a few times & works 100% if done correctly.

WOliveira 31-12-2017 16:53

Good night, pow already did all these processes yes ... Antivirus off, short installation path, I ran as administrator ... and nothing: /

KaktoR 01-01-2018 00:21

32-bit OS?

WOliveira 01-01-2018 13:07

64 bits


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

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