View Single Post
  #441  
Old 27-04-2013, 03:17
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
BlackBox Inno Setup Script:

Creator:

RaZoR12911

Credits:

Bulat Ziganshin
Victor Dobrov
SotM
CTACKo
Shegorat

Instructions:

Graphics:

You can change all graphics which are in Graphics Folder inside attachment.

Installer Only Support:
Latest Freearc 0.67 Alpha Archives with/without precomp and srep compression.

Uses Inno Setup ANSI or Inno Setup Enhanced Edition ANSI or Inno Setup Unicode or Inno Setup Enhanced Edition Unicode

Check up inno setup documentation for other functions, like shortcuts, tasks, compoents but for now you need to know this.

New Directives

[ArcFiles]

how to set it up for freearc archive extracting process:

Section directives:

Source - Name of the archive
DestDir - Destination directory for unpacking archives
Components - Names of components that need for unpacking archive
Tasks - Names of tasks that need for unpacking archive
Disk - Number of the disk that contains the archive
Password - Acrhive password, if archive is encrypted
FilesList - Path to textfile with filenames which need to unpack from archives (!not tested)

Example:

[ArcFiles]
Source: {src}\Data1.cab; DestDir: {app}; Disk: 1;
Source: {src}\Data2.cab; DestDir: {app}; Disk: 2;
Source: {src}\Data3.cab; DestDir: {app}; Disk: 2; Password: 1234

Preview and Download
Attached Images
File Type: png Capture4.PNG (360.3 KB, 207 views)
File Type: png Capture5.PNG (46.9 KB, 195 views)
File Type: png Capture2.PNG (35.0 KB, 199 views)
Attached Files
File Type: 7z BlackBox_Script_RaZoR12911.7z (1.35 MB, 210 views)

Last edited by Razor12911; 27-04-2013 at 03:56.
Reply With Quote
The Following 5 Users Say Thank You to Razor12911 For This Useful Post:
-XCX- (11-12-2016), amgad_800 (05-05-2013), danswano (27-04-2013), Sony091090 (07-10-2016), y_thelastknight (28-04-2013)