Прошу помогите , хочу создать инсталл для игры, сделал разбивку на тома, а оно максимум может 2гига что ли, а бин должен весит как минимум 3-4гиг, помогите сделать что бы бин весит максимально возможное у игры и не было 2-3 бин файлов?
читать дальше »
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "Grand Theft Auto - San Andreas - Upgrade"
#define MyAppVersion "2.1"
#define MyAppExeName "gta_sa.exe"
[Setup]
; NOTE: The value of AppId uniquely identifies this application.
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{4B6ED6F4-DD38-45F0-9F8D-A07C39F8AA69}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
DefaultDirName=C:\Games\{#MyAppName}
DefaultGroupName={#MyAppName}
AllowNoIcons=true
OutputDir=C:\Users\Тима\Desktop
OutputBaseFilename=Grand Theft Auto - San Andreas - Upgrade v2.1 (2012-Rus)
Compression=lzma/ultra
SolidCompression=true
DiskSpanning=true
DiskSliceSize=6000000000
PrivilegesRequired=none
DiskClusterSize=4096
[Languages]
Name: russian; MessagesFile: compiler:Languages\Russian.isl
[Tasks]
Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}; Flags:
unchecked
[Files]
Source: D:\Игры\Games\Grand Theft Auto - San Andreas - Upgrade v2.1 (2012-Rus)\gta_sa.exe; DestDir: {app};
Flags: ignoreversion
Source: D:\Игры\Games\Grand Theft Auto - San Andreas - Upgrade v2.1 (2012-Rus)\*; DestDir: {app}; Flags:
ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons]
Name: {group}\{#MyAppName}; Filename: {app}\{#MyAppExeName}
Name: {group}\{cm:UninstallProgram,{#MyAppName}}; Filename: {uninstallexe}
Name: {commondesktop}\{#MyAppName}; Filename: {app}\{#MyAppExeName}; Tasks: desktopicon
[Run]
Filename: {app}\{#MyAppExeName}; Description: {cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}; Flags:
nowait postinstall skipifsilent