#1036
|
||||
|
||||
Hi!
Can someone please make a step-by-step guide on how to use ASIS with DiskSpan GUI because as a little dummy I am, I can't make it work... It always freezes when pressing install. Thanks, Zsuvalo |
Sponsored Links |
#1037
|
||||
|
||||
Quote:
__________________
It would be nice if you appreciate my work with the thanks Button Last edited by Grumpy; 14-07-2021 at 03:31. |
#1038
|
||||
|
||||
I finally made it work by uncommenting line #8 in the script so the Setup.dll gets merged into the .exe. It works perfectly now.
|
#1039
|
||||
|
||||
In any case you need Setup.dll.
Setup.dll will be created by DiskSpan GUI if the process is complete. You can also create it manually if you don't use DiskSpan GUI. However, like you already find out, you can include Setup.dll into Setup.exe by uncommenting Line 8 in Script.iss, move Setup.dll next to Script.iss and then compile it.
__________________
Haters gonna hate
|
The Following User Says Thank You to KaktoR For This Useful Post: | ||
Cesar82 (15-07-2021) |
#1040
|
||||
|
||||
Hello,
I wonder if there's a way to run batch script directly after finished extracting a certain data file (e.g Data-01.bin), and when it finished it continue to extract the next data file. Thanks. |
#1041
|
|||
|
|||
With v7.2.0 you could define the file location to use for components but now (v7.3.1) you can no longer do that, how am I supposed to link components and compressed archives? I also see no option do to so with the newly added 'tasks'... I'm probably just being stupid but I would like some clarification.
|
#1042
|
||||
|
||||
Quote:
The same goes for a language that will only be installed if the installer is started in the corresponding language. To install the same Data.bin for more than one task, manually indicate the tasks in the combobox, separating by comma (The same goes for languages). Tasks must be configured in ASIS Settings.ini starting with Task 1 (each line of the asis checklistbox is counted as a task even if it is one ItemType GROUP) . |
#1043
|
||||
|
||||
Quote:
Example: Code:
Component1.Name=GAME 1 Component1.ItemType=CHECK Component1.Size=5.00 GB Component1.Level=0 Component1.Checked=1 Component1.Enabled=1 [Record1] Type=FreeArc_Original Source={src}\Game1.bin Output={app}\ Disk=1 Component=1 Size=301.89 MB ---------------------------- Task1.Name=Languages // This task is just a GROUP, no files linked to it Task1.ItemType=GROUP Task1.Size=0 Task1.Level=0 Task1.Checked=1 Task1.Enabled=1 Task2.Name=cm:EN Task2.ItemType=RADIO Task2.Size=500 mb Task2.Level=1 Task2.Checked=1 Task2.Enabled=1 [Record2] Type=FreeArc_Original Source={src}\English.bin Output={app}\ Disk=1 Component=1 Task=2 Size=100 MB
__________________
Haters gonna hate
Last edited by KaktoR; 22-07-2021 at 02:51. |
The Following 4 Users Say Thank You to KaktoR For This Useful Post: | ||
#1044
|
||||
|
||||
Is it possible to get ASIS to read a checksum file from within the {app} directory? I'm testing out combining checksums based on end-user selection to be able to verify all selected items (currently just verifying main/core files), and my current implementation is to put a bunch of respectively named dummy checksum files within the/one of the core archive/s, with each optional/component archive containing its own relevant checksum, which overwrites the dummy checksum during installation. My hope is to execute a script to combine these all together (using the batch "copy" command) to merge said checksums into one complete checksum file to be used by ASIS post-install for verification. However during the compile stage it seems ASIS isn't keen on letting this happen.
|
#1045
|
||||
|
||||
Not sure, but maybe by changing all constants {tmp} to {app} for #CRCFileName ispp.
__________________
Haters gonna hate
|
#1046
|
||||
|
||||
UPDATE 1: Copying the combined checksums works (checked the copied file in the {tmp} directory), however, it seems like Inno Setup isn't too happy about one of its files being replaced, I'll probably have to use something like QuickSFV and get the setup to launch a batch script if CRC's are enabled.
Seems like that didn't work, I'm gonna try to figure out the whole pascal scripting nonsense and see if I can copy a file from the {app} directory to the {tmp} directory. Last edited by L33THAK0R; 24-07-2021 at 23:21. |
#1047
|
||||
|
||||
Quote:
Code:
[CRCCheck] ... ... RunFromAppFolder=0/1 If you want to merge some hash files together, you have to do it inside {tmp} folder first. Just make sure you do the merge operation before FileCopy Line 5004 (for NormalMode) and Line 5264 (for CompactMode).
__________________
Haters gonna hate
Last edited by KaktoR; 25-07-2021 at 04:02. |
#1048
|
||||
|
||||
Quote:
|
#1049
|
||||
|
||||
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?
__________________
Stretched to breaking an obscene canvas on a stretcher of parasitism. |
#1050
|
||||
|
||||
Send me your settings.ini
__________________
Haters gonna hate
|
Thread Tools | |
Display Modes | |
|
|
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 |