Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #91  
Old 21-11-2011, 03:15
artdekdok artdekdok is offline
Registered User
 
Join Date: Dec 2008
Location: Kepler-22
Posts: 41
Thanks: 2
Thanked 66 Times in 13 Posts
artdekdok is on a distinguished road
version 6.6 simple skin
Attached Files
File Type: rar source_installer_v66.rar (3.53 MB, 375 views)
Sponsored Links
  #92  
Old 24-11-2011, 13:23
shanrq shanrq is offline
Registered User
 
Join Date: Dec 2008
Location: Heart
Posts: 28
Thanks: 7
Thanked 1 Time in 1 Post
shanrq is on a distinguished road
someone can help me pls..!!!
i try the script 6.8.. i try for multi disk for freearc.. i separed with data1.cab, data2.cab to disk1 and data3.cab for disk2.. but the installer not asking for disk2 its just freezing.. and i try to cancel the installation but cant quit.. someone know how to fix it? i really want multi disk functional.

this is my extractsetting:
[ExtractSettings]
FreeArcFile1={src}\Data1.cab;Disk:1
FreeArcFile2={src}\Data2.cab;Disk:1
FreeArcFile3={src}\Data3.cab;Disk:2
  #93  
Old 27-11-2011, 16:45
janek2012 janek2012 is offline
Registered User
 
Join Date: Aug 2009
Location: Poland
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
janek2012 is on a distinguished road
Quote:
Originally Posted by shanrq View Post
[...]
this is my extractsetting:
[ExtractSettings]
FreeArcFile1={src}\Data1.cab;Disk:1
FreeArcFile2={src}\Data2.cab;Disk:1
FreeArcFile3={src}\Data3.cab;Disk:2
Try this:
Code:
FreeArcFile1={src}\Data1.arc;DestDir:{app};Disk:1;PrecSrep:0
FreeArcFile2={src}\Data2.arc;DestDir:{app};Disk:2;PrecSrep:0
  #94  
Old 29-11-2011, 21:19
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by shanrq View Post
someone can help me pls..!!!
i try the script 6.8.. i try for multi disk for freearc.. i separed with data1.cab, data2.cab to disk1 and data3.cab for disk2.. but the installer not asking for disk2 its just freezing.. and i try to cancel the installation but cant quit.. someone know how to fix it? i really want multi disk functional.

this is my extractsetting:
[ExtractSettings]
FreeArcFile1={src}\Data1.cab;Disk:1
FreeArcFile2={src}\Data2.cab;Disk:1
FreeArcFile3={src}\Data3.cab;Disk:2
janek2012 correction ... should really be, according to shanrq question :

Code:
[ExtractSettings]
FreeArcFile1={src}\Data1.cab;DestDir:{app};Disk:1;PrecSrep:0
FreeArcFile2={src}\Data2.cab;DestDir:{app};Disk:1;PrecSrep:0
FreeArcFile3={src}\Data3.cab;DestDir:{app};Disk:2;PrecSrep:0
  #95  
Old 30-12-2011, 09:07
shanrq shanrq is offline
Registered User
 
Join Date: Dec 2008
Location: Heart
Posts: 28
Thanks: 7
Thanked 1 Time in 1 Post
shanrq is on a distinguished road
how to change [launchersetting] to make it running directly from dvd source.. "i already tried to put on game folder too but still none".. its like just ignored.. when i choose custom installation directx checkbox its checked.. some one know how to fix it?
i'm using CI 6.9b script..
default setting not working..
and when compiled done show one of many warning but maybe this warning is connected with directx installation problem
Warning: Line 152, Column 5: [Hint] Variable 'BEFOREINSTALL' never used
Code:
[LauncherSettings]
InstallRedist=1
InstallBeforeInstall=1

Launch1=DirectX
Launch164=0
LaunchCom1=__Installer\directx\redist\DXSetup.exe
LaunchArg1=/silent

Launch2=PunkBuster Service Setup
Launch264=0
LaunchCom2=__Installer\punkbuster\redist\pbsvc.exe
LaunchArg2=

Launch3=Microsoft Visual C++ 2008 (x86)
Launch364=0
LaunchCom3=__Installer\vc\vc2008sp1\redist\vcredist_x86.exe
LaunchArg3=/q:a

Last edited by shanrq; 30-12-2011 at 10:19.
  #96  
Old 30-12-2011, 10:23
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
6.9b is BUGGY, yener didnt have time to finish it, try using 6.8.. if using x64 windows then change launch*64=1
  #97  
Old 30-12-2011, 12:50
shanrq shanrq is offline
Registered User
 
Join Date: Dec 2008
Location: Heart
Posts: 28
Thanks: 7
Thanked 1 Time in 1 Post
shanrq is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
6.9b is BUGGY, yener didnt have time to finish it, try using 6.8.. if using x64 windows then change launch*64=1
indeed buggy.. another version before 6.9b no problem at all with redist..
can't find where is the wrong code.. i just make manual redist inside the script with [run] section..

@pakrat2k2 do you know how to make directx running before install with [run] section code?
already try to look flags but no clue at all with beforeinstall like in setup.ini
  #98  
Old 30-12-2011, 15:33
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
the redist folder will need to be in your iso ( apart from your archives you made with freearc ) then during setup the exe looks at the ini section & notes which exes must be installed before unarchiving the freearc files.

as for a [RUN] section in inno script... like below, the lines with ; in front are ignored in any section of the iss script:
Code:
[Run]

;Filename: {app}\Binaries\Win32\ShippingPC-StormGame.exe; Description: {cm:LaunchProgram,{cm:AppName}}; flags: unchecked postinstall
Filename: {app}\Redist\DirectX\DXSETUP.exe; Parameters: "/silent"; StatusMsg: {cm:run} Microsoft DirectX...; Tasks: DirectX
;Filename: {src}\PhysX\PhysX_9.10.0224_SystemSoftware.exe; Parameters: /quiet; StatusMsg: {cm:run} NVIDIA PhysX...; Tasks: PhysX
Filename: {app}\Redist\vcredist_x86.exe; Parameters: "/q"; StatusMsg: {cm:run} Visual C++ Runtime...
;Filename: {src}\Live\gfwlivesetup.exe; Parameters: /q /nu; StatusMsg: {cm:run} Games for Windows - LIVE...; Tasks: GFWL
;Filename: {src}video.arc; Parameters: "-x -d ""{app}""\main -y -s2"; WorkingDir: {app}\main; StatusMsg: Extracting Freearc Archive...
  #99  
Old 03-01-2012, 20:37
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
re-read your post shanrq and the folder /__Installer/ needs to be in dvd1 ( along with setup.ini etc )
  #100  
Old 09-02-2012, 01:45
amin fear amin fear is offline
Registered User
 
Join Date: Feb 2012
Location: Inferno
Posts: 102
Thanks: 86
Thanked 57 Times in 30 Posts
amin fear is on a distinguished road
Asking For Guide ....

Hello to all of my friends here ...

this is my first post here ...

i googled about making installations with freearc + Inno and this marvelous Topic and source code ...

hey guys i know about inno setup scripting ...

but Im weak in code section of inno ..

just want to ask you guys that should i just edit the "" InstallOptions, InstallSettings, ExtractSettings and LauncherSettings part in setup.ini "

or i must edit the ISFreeArcExtract v.6.8 to have a custom setup with Inno Setup Unicode ?

--- another question : can i add the FARSI Lang to this source and if its possible ... how ? i have the complete FA Lang File ...

sorry for my english ...

please help me ... i really need to know about this source ...

whats the steps to take it on my game ?
The Following User Says Thank You to amin fear For This Useful Post:
Simorq (25-01-2015)
  #101  
Old 09-02-2012, 06:37
BAMsE's Avatar
BAMsE BAMsE is offline
The World Is Yener's
 
Join Date: Mar 2011
Location: in front of the monitor
Posts: 344
Thanks: 49
Thanked 271 Times in 91 Posts
BAMsE is on a distinguished road
amin fear you don't need to edit script unless you want to reach some "magical stuff" All you must to do is to prepare gfx/sfx, pack it with 7zip, zip or winrar to setup.cab (find some of my/yener90's conversions to view the file names), customize installer via setup.ini (tittle, developer, exe, installer archives, button positions, redist installation...), add your language by putting isl file into Languages folder and adding entry to both scripts under [Languages] section, compile them and voila!

PS: Custom Installer uses some custom messages not included in official isl files. You can translate'em under [CustomMessages] section

Last edited by BAMsE; 09-02-2012 at 06:39.
  #102  
Old 09-02-2012, 07:14
amin fear amin fear is offline
Registered User
 
Join Date: Feb 2012
Location: Inferno
Posts: 102
Thanks: 86
Thanked 57 Times in 30 Posts
amin fear is on a distinguished road
Quote:
Originally Posted by BAMsE View Post
amin fear you don't need to edit script unless you want to reach some "magical stuff" All you must to do is to prepare gfx/sfx, pack it with 7zip, zip or winrar to setup.cab (find some of my/yener90's conversions to view the file names), customize installer via setup.ini (tittle, developer, exe, installer archives, button positions, redist installation...), add your language by putting isl file into Languages folder and adding entry to both scripts under [Languages] section, compile them and voila!

PS: Custom Installer uses some custom messages not included in official isl files. You can translate'em under [CustomMessages] section
Thank you ... dear BAMsE ! ( you have nice name and avatar )

i completely got the procedure ...

just another question !?

i must use the unicode version to have the PERSIAN Lang to work properly ... but as others mentioned here before about ANSI version ...

is there any possible bug or problem with using UNICODE version of inno with this source ?

thank you anyway ... you seems great user here to me...
  #103  
Old 09-02-2012, 09:18
BAMsE's Avatar
BAMsE BAMsE is offline
The World Is Yener's
 
Join Date: Mar 2011
Location: in front of the monitor
Posts: 344
Thanks: 49
Thanked 271 Times in 91 Posts
BAMsE is on a distinguished road
amin fear you have infinite amount of luck CI is prepared to be used with unicode ver
  #104  
Old 09-02-2012, 09:22
amin fear amin fear is offline
Registered User
 
Join Date: Feb 2012
Location: Inferno
Posts: 102
Thanks: 86
Thanked 57 Times in 30 Posts
amin fear is on a distinguished road
Hi all ... sorry to ask another question ...

i spent a lot of time to add FARSI Lang to this source but there is no point by just adding the "" Name: far; MessagesFile: Languages\Farsi.isl " to [Languages] Section of both scripts ...

I think the CODE section must be updated ... and as i said before i am very poor in inno scripting ....

I attached the Farsi ISL File ...

so guys... can you update this files for me for inserting the PERSIAN
lang into this source ?

1.ISFreeArcExtract v.6.8.iss
2.LanguageSelector.iss
3.Setup.ini

please ?

any help would be appreciated ...
Attached Files
File Type: zip Farsi.zip (6.2 KB, 24 views)
The Following User Says Thank You to amin fear For This Useful Post:
Simorq (21-11-2018)
  #105  
Old 09-02-2012, 09:47
amin fear amin fear is offline
Registered User
 
Join Date: Feb 2012
Location: Inferno
Posts: 102
Thanks: 86
Thanked 57 Times in 30 Posts
amin fear is on a distinguished road
Hey guys ... you just arrange the code sections for farsi language with an english pattern ... ( Copy and paste English strings instead of Farsi )

put it here and then i will translate everything to my native language and reupload them to have a more MULTI LANG source ...

is it a good idea ?
Closed Thread


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
INNO TROUBLESHOOT - Questions Here REV0 Conversion Tutorials 1565 29-11-2024 09:51
Inno Setup: Additional Libraries altef_4 Conversion Tutorials 50 21-10-2020 09:59
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57
Help- How to extract a .bin file compressed by a code ? Adonix Conversion Tutorials 22 22-03-2015 15:02
yener90's older Inno Project Source Codes THADEADMAN2011 PC Games - CD/DVD Conversions 0 16-06-2012 03:40



All times are GMT -7. The time now is 02:31.


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