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
  #1  
Old 09-03-2012, 05:01
leo95 leo95 is offline
Registered User
 
Join Date: Mar 2009
Location: Uruguay
Posts: 35
Thanks: 12
Thanked 2 Times in 1 Post
leo95 is on a distinguished road
How can i add a password to the project; in setup.ini or InstallerScript.iss? Thanks

Last edited by leo95; 09-03-2012 at 09:57. Reason: Fixed Grammar.
Sponsored Links
  #2  
Old 09-03-2012, 10:28
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 leo95 View Post
I followed the steps but does not open even the autorun.exe

[autorun]
open=Autorun.exe, open=(Leer.txt)
icon=Sims3EP06.ico
thanks
I was trying to remember from memory... not a good idea at my age LOL

it actually need a shellexecute to open the text file..
IE:
ShellExecute=datafile - Specifies an application or data file that is to be opened. Windows will launch the application associated with that file type to open the datafile.

So for your example.
Code:
[autorun]
open=Autorun.exe
icon=Sims3EP06.ico

ShellExecute=Leer.txt
icon=Leer.txt
NOTE: ShellExecute does not work under win95/98.
  #3  
Old 05-03-2012, 03:18
MartinezPL MartinezPL is offline
Registered User
 
Join Date: Oct 2011
Location: Poland
Posts: 117
Thanks: 46
Thanked 24 Times in 9 Posts
MartinezPL is on a distinguished road
New precomp and srep looks they work great
but what about command in .bat file?
i try it the old command fro 038 version
"precomp042.exe -slow -c6 -m8 -oData.arc Data.pcf"
only pop up and close any ideas?
try it even:
"precomp042.exe -slow -c6 -m8 -oData.pcf Data.arc"
not help too
  #4  
Old 05-03-2012, 07:38
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
look at peters syndicate conversion 1xdvd5.. it uses new precomp/srep

the commands your using are for precomp038, best to open command prompt in same fodler where exe is, type precomp042.exe, it will list all it commands..
  #5  
Old 05-03-2012, 10:12
andrei222's Avatar
andrei222 andrei222 is offline
Registered User
 
Join Date: Feb 2011
Location: the center of universe
Posts: 107
Thanks: 29
Thanked 32 Times in 19 Posts
andrei222 is on a distinguished road
yener edit "rom.DelSaveGameFold=Nu doriţi să păstraţi jocuri de salvare? to=>rom.DelSaveGameFold=Nu doriţi să păstraţi salvările la acest joc ?
  #6  
Old 05-03-2012, 12:33
MartinezPL MartinezPL is offline
Registered User
 
Join Date: Oct 2011
Location: Poland
Posts: 117
Thanks: 46
Thanked 24 Times in 9 Posts
MartinezPL is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
look at peters syndicate conversion 1xdvd5.. it uses new precomp/srep

the commands your using are for precomp038, best to open command prompt in same fodler where exe is, type precomp042.exe, it will list all it commands..
Thx but...i'm green from that .bat etc
can someone can post here that commands ?

Last edited by MartinezPL; 05-03-2012 at 12:52.
  #7  
Old 05-03-2012, 14:34
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 MartinezPL View Post
Thx but...i'm green from that .bat etc
can someone can post here that commands ?
listed below is PART of the full bat file:

Code:
1. cls
2. set choice1=C:\Program Files (x86)\EA Games\Syndicate
3. echo Creating archive files, please wait...
4. arc a -ep1 -ed -r -w.\ .\Disk\Data3.arc -x"%choice1%\Content\XDF\*" -x"%choice1%\Content\Textures\*"  
-x"%choice1%\Content\Videos\*" -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "%choice1%\Content\*"
5. if ERRORLEVEL 1 goto arcfail
6. cls
7. :arcfail
8. echo.WARNING: FreeArc returns an error, please retry... 
9. pause
10. :EOF
I've add line numbers so you can easily more see what to change for any game.

Step#1 line 2 change the path to YOUR game. C:\Program Files (x86)\EA Games\Syndicate
Step#2 line 4 change Disk\Data3.arc to what archive you want, AND the path to what you want archived \Content\*" the -x in front of the other paths states to NOT compress it.

save the file & run it for each archive you want created. changing line 4 for each archive. easy as pie

all thanks go to peterf1999, also you MUST have the arc.exe & arc.ini in same folder as the bat file.

Last edited by pakrat2k2; 05-03-2012 at 14:36.
  #8  
Old 08-03-2012, 17:14
sulfurum1989's Avatar
sulfurum1989 sulfurum1989 is offline
Registered User
 
Join Date: Mar 2010
Location: spain
Posts: 50
Thanks: 0
Thanked 6 Times in 2 Posts
sulfurum1989 is on a distinguished road
Quote:
Originally Posted by MartinezPL View Post
Thx but...i'm green from that .bat etc
can someone can post here that commands ?


New Precomp 42 & Srep 3


precomp -intense -o[arc archive]arc archive.arc

Like this ,,


precomp -intense -oHL2 HL2.arc


1 creates, arc file with 0 compression -m0

2 use precomp with this commands precomp -intense -oHL2 HL2.arc ( HL2 is an example)

3 use srep with this commands srep -m2 HL2.pcf HL2.srep (srep -m2 or srep -m3)

4 Compress with Freearc , HL2.srep file compression -mx -ld1600m arc , or cab file

5 Use Yener installers for Descompresion : FreeArcFile1={src}\HL2.cab;DestDir:{app};Disk:1;Pr ecSrep:1



Credits to Bamsee

Last edited by sulfurum1989; 08-03-2012 at 17:26.
  #9  
Old 08-03-2012, 22:26
vlv vlv is offline
Registered User
 
Join Date: Oct 2011
Location: Europe
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
vlv is on a distinguished road
Quote:
Originally Posted by sulfurum1989 View Post


New Precomp 42 & Srep 3


precomp -intense -o[arc archive]arc archive.arc

Like this ,,


precomp -intense -oHL2 HL2.arc


1 creates, arc file with 0 compression -m0

2 use precomp with this commands precomp -intense -oHL2 HL2.arc ( HL2 is an example)

3 use srep with this commands srep -m2 HL2.pcf HL2.srep (srep -m2 or srep -m3)

4 Compress with Freearc , HL2.srep file compression -mx -ld1600m arc , or cab file

5 Use Yener installers for Descompresion : FreeArcFile1={src}\HL2.cab;DestDir:{app};Disk:1;Pr ecSrep:1



Credits to Bamsee
I have a question.
Should I use these paramets to every game. I'm confused because for instance with Fallout we use precomp -slow -c6 -m8 and sprep m2.
Dead Rising: precomp -slow -c189 -m16.
How do I know which paramets I should use?

@yener90
Is it possible to use splash screen .gif with a transparent background and to change the layout/skin of the installer to look (for example) similar to this one:
  #10  
Old 09-03-2012, 01:33
Sisah Sisah is offline
Registered User
 
Join Date: Mar 2012
Location: czech
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Sisah is on a distinguished road
Can anyone send me simple example script with freearc and precomp support i really want to add this to my installer i have only unarc.dll that is working but my game is too big even on ultra compression with freearc
  #11  
Old 05-03-2012, 11:11
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
thx andrei222

UPDATE 7.2.0
- Updated ISDone to 0.6f -> supports new version of srep and all version of precomp
- fixed bugs
- added Albanian, Bosnian, Croatian, Finnish, Greek, Serbian (Latin) and Vietnamese
  #12  
Old 05-03-2012, 23:34
pravi pravi is offline
Registered User
 
Join Date: Mar 2012
Location: india
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
pravi is on a distinguished road
How to extract files of inno 5.4.2 setup.exe file???
  #13  
Old 06-03-2012, 06:13
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
UPDATE 7.2.1
- increased number of redist installation to 8 (it was 4 before)
- added option centering automaticly language box in autorun screen
- added option to center text in installler
  #14  
Old 06-03-2012, 06:56
senseman's Avatar
senseman senseman is offline
Die Hard Member
 
Join Date: Oct 2008
Location: DERSİM
Posts: 675
Thanks: 104
Thanked 586 Times in 156 Posts
senseman is on a distinguished road
thanks yener...tested and works 8 items
  #15  
Old 06-03-2012, 14:10
napalmguy
Guest
 
Posts: n/a
one little suggestion if you don't mind
make the installbeforeinstall separate for each redist
as changing it within the script itself broke the final setup screen
thanks again for your hardwork
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 21:54.


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