Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Display Modes
  #1051  
Old 28-07-2021, 14:38
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,035
Thanks: 1,743
Thanked 2,220 Times in 759 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by mr_gnar View Post
I recently downloaded v7.3.1 and it seems promising enough with what I looked at, but I am having trouble trying to compile a setup so I can test to see if I can get anything to work.

Line 4066: Column 9: Unknown identifier "I" - This error pops up. Without changing anything in the stock Settings.ini, that error doesn't show. The line is something related to the "task list", but the only thing I changed was disabling it because I don't want to use it. What's the issue?
This error I think is because you didn't replace the old script with the hotfix posted HERE.
Please advise if you still continue to display the compilation error after replacing the script with the hotfix.
Reply With Quote
Sponsored Links
  #1052  
Old 11-08-2021, 19:10
mr_gnar's Avatar
mr_gnar mr_gnar is offline
Registered User
 
Join Date: Oct 2020
Location: America
Posts: 13
Thanks: 1
Thanked 6 Times in 4 Posts
mr_gnar is on a distinguished road
Red face

Late response but yeah, the hotfix did work, forgot about that. Thanks Cesar.

2 more questions. How would I include a batch script into my setup, and run it out after decompression of the archives? I was looking at this method right here for MGSV and it needs said batch script to run after install to rebuild the chunk files. I do remember seeing a post on how to do it, but that was awhile ago and I didn't need it. Second question is, is there a way to make the script not have the ability to create/use Start menus at all? Someone mentioned to me that even if the "Don't create a start menu" button is checked, it still makes start menus.
__________________
Stretched to breaking an obscene canvas on a stretcher of parasitism.
Reply With Quote
  #1053  
Old 12-08-2021, 00:02
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,172
Thanks: 284
Thanked 1,370 Times in 618 Posts
Masquerade is on a distinguished road
Search ssPostInstall

In that section, put Exec2(ExpandConstant('{app}\mybatchfile.bat'))

Afair this is correct syntax.
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
KaktoR (12-08-2021)
  #1054  
Old 12-08-2021, 02:48
LordxKinG LordxKinG is offline
Registered User
 
Join Date: Mar 2020
Location: Indonesian
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
LordxKinG is on a distinguished road
Hii, at last version v7.3.1, how to create installer without record.ini file?
Reply With Quote
  #1055  
Old 12-08-2021, 02:52
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,418
Thanks: 1,078
Thanked 7,033 Times in 2,662 Posts
KaktoR is on a distinguished road
Code:
v7.3.4
_____________________________________________________
- Added UpdateMode
  > If enabled setup will not create uninstall files, icons or {app} folder
  > Exe check in Settings.ini is required to proceed to installation
  > Only aviable in compact mode
- Fixed MB label for some languages (thanks to Cesar)
- Added button sounds
- Fixed a bug which exits the installer if searching for a archive and if installer asks if to quit, you select "No" the installer quits (this)
  > The problem was a false ISDoneError boolean in function BrowseArcFile
- The MediaPlayer library is no longer required to play button sounds (thanks to Cesar for the hint)
- Some other things

v7.3.3
_____________________________________________________
- Added feature for folder deletion after uninstalling

v7.3.2
_____________________________________________________
- Some changes for DSG 2.0.0.5+
- Added Component key to [Executable#]'s

v7.3.1b
_____________________________________________________
- Corrected a few things in help file
- Added RunFromAppFolder= key for [CRCCheck] section
  > If set to 1, the Hash file will be read from {app} folder
    If set to 0, the Hash file will be read from {tmp} folder
- Added [Batch] section
  > With this you can run a defined batch file after Setup is done
- Fixed DiskSpaceImage (just a small pixel adjustment)

v7.3.1
_____________________________________________________
- ASIS is now fully compatible with DiskSpan GUI v2.0+ (thanks to Cesar82)
  > Old DiskSpan GUI versions aren't compatible anymore
  > You can still use your own archives with ASIS (make Setup.dll manually!)
  > ASIS is now x64 ONLY!
- Remade the Redists code part (thanks to Cesar82)
  > You can now use theoretical unlimited items for your Redists
- Added options for InternalDLL and PasswordDLL inside Script.iss
  > Putting Setup.dll next to the script will compress the DLL file into the Setup.exe file
  > Same password used in DiskSpan_GUI to extract decompressors from Setup.dll files
- Changed components (thanks to Cesar82)
  > The components are now exclusive for game collections
- Added Tasks (thanks to Cesar82)
  > With tasks you can define optional content to install for your installation, such 
    as languages, soundtrack, wallpapers, ... (this was the former components)
- It is now possible to use TXT and RTF files for EULA
- Changed the time remaining label
  > It will now be visible with more then one archive.
    Progress is now calculated according to the size of the arc generated by DiskSpan GUI.
    Example: If DiskSpan GUI generates 2 archives, the first 400 mb and the second 100 mb means 
    that the first archive will occupy 80% and the second 20%.
    So when extracting arc1, 0.80 will be passed in the second parameter (PctOfTotal) of IsDone's 
    IsArcExtract function. For the second file 0.20 will be sent.
    If you don't have the sizes in Records.ini, it will be divided by the number of files, which is 0.50/0.50.
    If you don't use DiskSpan GUI for generating records.ini, you can do it manually (like with records.inf)
- Updated BASS.dll library
- Updated some other things

v7.2.2
_____________________________________________________
- Updated compressors
- On cancelling installation the {app} folder will now be deleted
- Added XTool 2020 support
- Added DiskSpan_GUI support (thanks to Cesar82)
- Fixed cancel button
- Removed some leftovers from previous versions in script which are not used anymore
- Moved 'DefaultInstallDir=' key to [Settings] section
  > [ExtractSettings] section removed
- Fixed title on ExitSetupMessageBox if special chars were used (no hieroglyphs)
- Updated DiskSpan_GUI to latest version
- Fixed a problem with lower/uppercase "FreeArc_X" in records.ini reading
- Added "IconFileName=" key to [Executable#] section (a)
- Fixed several hieroglyphs (a)
- Removed COMPRESSOR_GUI (a)
- Updated DiskSpan_GUI to latest version (a)

v7.2.0
_____________________________________________________
- Fixed CRC Check from previous update
- Fixed InfoBefore and EULA
  > Before it was possible to change the texts
- It is now possible to use both TXT and RTF files for InfoBefore and EULA
- Updated russian localization
- Updated french localization
- Redone compressor settings
  > It now uses COMPRESSOR_GUI to change the settings
  > Thanks to Cesar82
- CompactMode now have it's own information page
  > It is located near about button
  > This opens a new window which will show you informations about the game or your repack
- If WebsiteButtonText is empty, a custom message 'Website' will be used instead
- Added Czech language to installer
  > "a few" messages still have to be translated
- Added a new checkbox "Limit RAM and CPU usage" to both modes
  > If this checkbox is checked, RAM and CPU usage will be limited during installation
- Added a small bitmap to SelectDirPage to Free/Need space labels
- It is now possible to use special characters like ™ for your application
  > Before you got strange hieroglyphs
- Fixed time remaining check if [Record2] is present in records.ini
- Fixed misplaced buttons and texts on 125%+ desktop scale (hopefully for ever now)
- Fixed a bunch of small errors, misplacings and code duplicates
- Fixed a bunch of this annoying error messages on compiling
- Updated help file
- Updated VCL viewer source code
- Added UE4 decryption tool
  > Thanks to Razor12911

v7.1.7
_____________________________________________________
- Fixed "OK" button on components page (CompactMode) with higher desktop resolutions
  > Hopefully this will be the last one
- Fixed "Background" button on FinishedPage with special settings
- Added a new [Executable#] section to Settings.ini
  > There will be set executables for shortcuts
- Reworked creating icons for your application
  > It is now possible to set/create more then one icon
  > Theoretical you can create an infinite number of shortcuts
- Updated all languages
- Some script cleanup, now be less unneccessary doubled codes and trash
- Updated Help file
- Hotfix: Fixed hash check if more then from 1 disc/iso is installed
  > Before the file was extracted on hash page, and if you were installing from more
    then one disc/iso and changed the disc/iso, Installer couldn't extract the file 
    because Setup.exe was not in {src} folder anymore, so you had to remount the disc/iso
    and click "Retry" to start the hash check. This is now fixed.
- Hotfix: Fixed broken FinishPage if CRC checkbox was checked (NormalMode)
- Hotfix 2: Fixed shortcut creation
- Hotfix 3: Fixed misplaced cancel button if vcl style was used (NormalMode)

v7.1.6
_____________________________________________________
- Fixed diskspan file search window
  > Clsinit function was missing and is now back
- Fixed positioning of CRC Checkbox on CompactMode
- If no Setup.ico is present, compiler will use default icon now instead of giving a error message while compile
- Added PMT support for MPZ
- Changed Time Remaining label
  > Before it showed "Infinity" if you used more then one record inside records.ini.
    If you use more then one record, Time Remaining will not show up anymore.

v7.1.5
_____________________________________________________
- Changed BPK decompressor (thanks to Masquerade)
- Added PMT
  > Atm only for RAZOR Archiver
- Added Oodle8 support
- Fixed doubled installation display size (thanks to Cesar82)
- Removed DLZ

v7.1.4a
_____________________________________________________
- Fixed installation size in CompactMode if components were used and all components were unchecked (Checked=0)

v7.1.4
_____________________________________________________
- Updated some compressors
- Fixed Redist CB if Compactmode and Components is used
- Added translations for 'Click to select components...' message in compact mode


v7.1.3
_____________________________________________________
- Reworked Redist page
- Active language will be added to INIFile now
- Added file checks for components (thanks to Cesar82)


v7.1.2
_____________________________________________________
- Added Redist installation to CompactMode
- Added ISHash library to CompactMode (now really!)
- Updated ISHash library (thanks to peterf1999)
- Added components
  > With this you can unpack language archives or other archives
  > Set them in Settings.ini
  > You don't need to add them to Records.ini
- Reworked Components (thanks to Cesar82)
- Updated 7z to v19.0.0.0
- Changes 'Size=' key in Settings.ini
  > It is now possible to write size as follow:
    b,B,k,K,kb,KB,Kb,m,M,mb,MB,Mb,g,G,gb,GB,Gb,t,T,tb,TB,Tb,p,P,pb,PB,Pb
- Fixed slideshow
  > Before it always show the first picture twice.
- Fixed not correct size in Windows Control Panel
- Fixed some other bugs
- Fixed component progress on ProgressBar
- Fixed ScrollBar on LicensePage and InfoBeforePage if you use cjstyle skin
- Added Skin support to LanguageBox (thanks to Cesar82)
- Added Skin support to Uninstall progress
- Changed appearance in Components page
- Added compact mode to installer
  > This is an option for minimalistic setup with only one page
  > In CompactMode you can only use SFV and MD5 files for CRC check
    I will implement ISHash library later in CompactMode
- Fixed LogButton in CRC Check page
- Fixed other bug if CRC check is disabled
- Added checkbox for "Create Uninstaller"
  > If checkbox is checked, Uninstall files will be created
  > If checkbox is not checked, no uninstall files will be created
- Added [INISettings] to Settings.ini
  > With this you can change INI settings after installation is done
- Fixed french translation for CRC check page (forgot some spaces)
- Added RazorTools
  > ZSTD Precompressor
  > FIFA 19 Cas Decryption Tool + Precompressor
  > Project CARS 2 Bff Decryption Tool
  > LZX Precompressor
- Fixed DPI calculation if text scaling in Windows Display Settings was greater than 100% (thanks to Cesar82)


v7.1.1b
_____________________________________________________
- Fixed Music Button
- Fixed Hardware detection (thanks to peterf1999 for the help)
- Fixed Finish Button if CRC Check is not used
- Website Button is now not visible on Installing Page
- Added Background ON/OFF button on Installing Page
  > With this button you can toggle install background on/off
- Changed background color of License and Info before memo to a bright color
  > On dark themes you couldn't read text properly before
- Made Installer window a bit bigger for better reading
- Added missing dll to ztool
- Added ability to change Hardware label colors in [SystemRequirement] section
- Fixed some other bugs


v7.1.1a
_____________________________________________________
- Removed ISUtils.dll
- Added green indicator if Hardware match the requirement
- Updated BASS Audio Library to v2.4.14.0
- Added some help to Settings.ini


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
- 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
Attached Files
File Type: 7z ASIS.v7.3.4.7z (36.89 MB, 133 views)
__________________
Haters gonna hate

Last edited by KaktoR; 29-07-2022 at 05:26.
Reply With Quote
The Following 16 Users Say Thank You to KaktoR For This Useful Post:
ADMIRAL (29-07-2022), alnaloty (26-08-2021), Cesar82 (12-08-2021), DarkGen (16-09-2021), DarkMaster007 (13-03-2022), Gehrman (29-07-2022), Gigachad (10-03-2022), jafar123 (24-08-2021), kuyhaa (09-06-2022), macut18 (01-12-2021), mausschieber (12-08-2021), ScOOt3r (09-02-2022), sh86 (27-12-2021), WLen (31-08-2021), XxAZAxX (16-08-2021), yasserdivar (04-10-2021)
  #1056  
Old 12-08-2021, 02:53
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,418
Thanks: 1,078
Thanked 7,033 Times in 2,662 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by LordxKinG View Post
Hii, at last version v7.3.1, how to create installer without record.ini file?
Records.ini is needed.

However you can include Records.ini file into Setup.dll file.
__________________
Haters gonna hate
Reply With Quote
  #1057  
Old 16-08-2021, 08:14
XxAZAxX XxAZAxX is offline
Registered User
 
Join Date: Jul 2018
Location: LUNA
Posts: 26
Thanks: 48
Thanked 6 Times in 5 Posts
XxAZAxX is on a distinguished road
Smile Hi everyone

Hello to all friends, as always I thank in advance all the work you do you are always super!

Here I list the various errors found and some changes made.

ASIS 7.3.1B - Works great.

ASIS 7.3.1C UPDATE - DOES NOT work, in practice the installation continues and after it has finished the extraction it says that it has been completed BUT in reality it does not install and does not extract any type of file leaving only the uninstall folder, in addition it seems which hangs in windows activities for a while.
__________________________________________________ ________________

In ASIS 7.3.1B I can not install only what you select, as in a screenshot in practice if I select only 3 languages ​​and do not flag the rest of the language packs ASIS installs them the same, I understand that in the "Records. ini "I have added them but how can you make a system that the user chooses what to install and which not even if the pack languages ​​are present?
(in Windows Phone Installer, this type of problem does not exist) could ASIS be extended or at least in some way modified, which more or less has the same function? it would be an incredible turning point, I know it is an abnormal request but it would really be the best.

Thanks for everything and sorry my english i used google translate. xD
Attached Files
File Type: rar ASIS.v7.3.1B + TEST FILE.rar (49.57 MB, 6 views)
File Type: rar SCREENSHOT.rar (882.3 KB, 6 views)
Reply With Quote
  #1058  
Old 16-08-2021, 08:17
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,418
Thanks: 1,078
Thanked 7,033 Times in 2,662 Posts
KaktoR is on a distinguished road
You have to define the components/tasks in records.ini

Example:

Code:
Task2.Name=cm:EN
Task2.ItemType=CHECK
Task2.File=1
Task2.Size=1 mb
Task2.Level=1
Task2.Checked=1
Task2.Enabled=1

Task3.Name=cm:IT
Task3.ItemType=CHECK
Task3.File=1
Task3.Size=1 mb
Task3.Level=1
Task3.Checked=1
Task3.Enabled=1

-----------------------------

[Record2]
Type=Freearc_Original
Source={src}\Italian.TEST
Output={app}\
Disk=1,2
Task=3 //Task=3 because italian language in Settings.ini is Task3

[Record3]
Type=Freearc_Original
Source={src}\English.TEST
Output={app}\
Disk=1,3
Task=2 //Task=2 because english language in Settings.ini is Task2
__________________
Haters gonna hate

Last edited by KaktoR; 16-08-2021 at 08:21.
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
Gehrman (31-05-2022), XxAZAxX (16-08-2021)
  #1059  
Old 16-08-2021, 08:43
XxAZAxX XxAZAxX is offline
Registered User
 
Join Date: Jul 2018
Location: LUNA
Posts: 26
Thanks: 48
Thanked 6 Times in 5 Posts
XxAZAxX is on a distinguished road
Smile Hi bro

Quote:
Originally Posted by KaktoR View Post
You have to define the components/tasks in records.ini

Example:

Code:
Task2.Name=cm:EN
Task2.ItemType=CHECK
Task2.File=1
Task2.Size=1 mb
Task2.Level=1
Task2.Checked=1
Task2.Enabled=1

Task3.Name=cm:IT
Task3.ItemType=CHECK
Task3.File=1
Task3.Size=1 mb
Task3.Level=1
Task3.Checked=1
Task3.Enabled=1

-----------------------------

[Record2]
Type=Freearc_Original
Source={src}\Italian.TEST
Output={app}\
Disk=1,2
Task=3 //Task=3 because italian language in Settings.ini is Task3

[Record3]
Type=Freearc_Original
Source={src}\English.TEST
Output={app}\
Disk=1,3
Task=2 //Task=2 because english language in Settings.ini is Task2
Hi KaKtoR, I did as you told me and also corrected the numbers that I had previously busted, but the installer freezes and remains locked until I close it from activities .. this is the file I corrected, and that's the screenshot of how it is now... What am I doing wrong? :'(

Code:
[Record1]
Type=Freearc_Original
Source={src}\Data.TEST
Output={app}\
Disk=1
Component=1

[Record2]
Type=Freearc_Original
Source={src}\English.TEST
Output={app}\
Disk=1,2
Task=2

[Record3]
Type=Freearc_Original
Source={src}\Italian.TEST
Output={app}\
Disk=1,3
Task=3

[Record4]
Type=Freearc_Original
Source={src}\French.TEST
Output={app}\
Disk=1,4
Task=4

[Record5]
Type=Freearc_Original
Source={src}\Spanish.TEST
Output={app}\
Disk=1,5
Task=5

[Record6]
Type=Freearc_Original
Source={src}\Polish.TEST
Output={app}\
Disk=1,6
Task=6

[Record7]
Type=Freearc_Original
Source={src}\German.TEST
Output={app}\
Disk=1,7
Task=7

[Record8]
Type=Freearc_Original
Source={src}\Por-Brazil.TEST
Output={app}\
Disk=1,8
Task=8

[Record9]
Type=Freearc_Original
Source={src}\Czech.TEST
Output={app}\
Disk=1,9
Task=9

[Record10]
Type=Freearc_Original
Source={src}\Russian.TEST
Output={app}\
Disk=2
Task=10
Attached Images
File Type: png Screenshot_1.png (23.2 KB, 169 views)
Reply With Quote
  #1060  
Old 16-08-2021, 08:44
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,418
Thanks: 1,078
Thanked 7,033 Times in 2,662 Posts
KaktoR is on a distinguished road
I see. Installer extracts the archives to {tmp} folder instead of {app}. Will fix this asap.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
XxAZAxX (16-08-2021)
  #1061  
Old 16-08-2021, 08:49
XxAZAxX XxAZAxX is offline
Registered User
 
Join Date: Jul 2018
Location: LUNA
Posts: 26
Thanks: 48
Thanked 6 Times in 5 Posts
XxAZAxX is on a distinguished road
Smile Hi bro

Quote:
Originally Posted by KaktoR View Post
I see. Installer extracts the archives to {tmp} folder instead of {app}. Will fix this asap.
So is it an extraction error? I without making the changes that is to add Task = 1 etc. etc. made me extract, what do you mean is for the new updated version that is the 7.3.1C?
Reply With Quote
  #1062  
Old 16-08-2021, 08:53
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,418
Thanks: 1,078
Thanked 7,033 Times in 2,662 Posts
KaktoR is on a distinguished road
Well archives will be extracted but to wrong folder.

I tested it now with your archives and it seems to work (only selected files will be extracted).

Here is a workaround for it.
__________________
Haters gonna hate

Last edited by KaktoR; 17-08-2021 at 01:39.
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
mausschieber (16-08-2021), XxAZAxX (16-08-2021)
  #1063  
Old 16-08-2021, 09:59
XxAZAxX XxAZAxX is offline
Registered User
 
Join Date: Jul 2018
Location: LUNA
Posts: 26
Thanks: 48
Thanked 6 Times in 5 Posts
XxAZAxX is on a distinguished road
Unhappy Hi bro

Quote:
Originally Posted by KaktoR View Post
Well archives will be extracted but to wrong folder.

I tested it now with your archives and it seems to work (only selected files will be extracted).

Here is a workaround for it.
I tried bro, to try to clear 4 or 5 languages and lasciane active only 3 or 4 you'll see that the installer crashes, and here I could not tell you what the problem is when I inserted Task=2, etc, etc, etc) and when I want to select only 1 of the tongue me installs them all equally... I don't get it done and I don't understand where I'm wrong unfortunately, thanks always for everything bro and sorry if I'm wasting your time.
Attached Files
File Type: rar ASIS.v7.3.1c.FIX.rar (49.62 MB, 10 views)
Reply With Quote
  #1064  
Old 16-08-2021, 14:21
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,035
Thanks: 1,743
Thanked 2,220 Times in 759 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by XxAZAxX View Post
I tried bro, to try to clear 4 or 5 languages and lasciane active only 3 or 4 you'll see that the installer crashes, and here I could not tell you what the problem is when I inserted Task=2, etc, etc, etc) and when I want to select only 1 of the tongue me installs them all equally... I don't get it done and I don't understand where I'm wrong unfortunately, thanks always for everything bro and sorry if I'm wasting your time.
Sorry for that, it was a mistake on my part when assembling the code.
I will have to fix this in all scripts supported by DiskSpan GUI (Including DSG Extraction Tool).

FIX: Change in script the variable name from "StrLine" to "TmpStr" in line 4029.

It should look like this after changing it.
Code:
Delete(TmpStr, 1, Pos(Separator, TmpStr));
I didn't do tests to check if it is extracting the selected files correctly.
Please report it if it is not working properly.
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
mausschieber (16-08-2021), XxAZAxX (16-08-2021)
  #1065  
Old 16-08-2021, 15:24
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,418
Thanks: 1,078
Thanked 7,033 Times in 2,662 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by XxAZAxX View Post
I tried bro, to try to clear 4 or 5 languages and lasciane active only 3 or 4 you'll see that the installer crashes, and here I could not tell you what the problem is when I inserted Task=2, etc, etc, etc) and when I want to select only 1 of the tongue me installs them all equally... I don't get it done and I don't understand where I'm wrong unfortunately, thanks always for everything bro and sorry if I'm wasting your time.


It works here (after apply the fix from Cesar above).
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
XxAZAxX (16-08-2021)
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Help] need Advanced Installer script with Razor1911's UltraArc module rez3vil Conversion Tutorials 3 15-04-2024 03:24
Portable Installer Inno Setup Script y_thelastknight Conversion Tutorials 59 23-10-2020 01:02
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 03:05
Simple Arc Installer 78372 Conversion Tutorials 1 15-06-2017 16:37
MSC+Srep+lzma Simple Script Example gozarck Conversion Tutorials 10 07-09-2015 17:31



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


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