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 28-10-2011, 20:34
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
winzip too and probably everything that uses deflate algorithm Simply zip all setup files and change an extension to cab. You can do it even by WinRAR

Last edited by BAMsE; 28-10-2011 at 20:36.
Sponsored Links
  #2  
Old 29-10-2011, 02:13
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
@pakrat2k2 already try with 7zip freearc powerarchiver but still same error
can you explain me how step by step creating cab with 7zip or else maybe i missed something..

Runtime Error (at 80:180):
Cannot open file
"C:\Users\MyName\AppData\Local\Temp\is-M10BL.tmp\Uninstall.bmp".
The system cannot find the file specified.

when creating cab is fine but when i run setup.exe then show error messages

Problem solved.. using 7zip save to zip file not 7z then rename to cab.. before i save to default "7z" or save direct to cab its give me error.. its have to save to .zip first then cab.. thx for give me clue..

Last edited by shanrq; 29-10-2011 at 02:28.
  #3  
Old 29-10-2011, 15:48
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 6.5 (Downloads before: 57)
Changes:
- Updated forgotten parts Polish translation
- Bug fixes
- 2 or more DVD installation problems solved
- Speed up the installation start
- File size of Setup.dll decreased
- Fullscreen installer is now really fullscreen
- Internal and external installation feature deleted -> not necessary for me
  #4  
Old 30-10-2011, 09:53
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
Yener, how to decompress the files, compressed with precomp & SREP - ARC in your source code?
  #5  
Old 30-10-2011, 10:11
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
sulfurum1989 did you read the #1 post (where yener90 explains new features)?
In 'setup.ini'
Code:
[ExtractSettings]
FreeArcFile1={src}\Data.arc;DestDir:{app};Disk:1;PrecSrep:1
  #6  
Old 31-10-2011, 02:56
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
Very nice but after I have packed file as shown:

Files -> Data.arc -> Data.pcf -> Data.srep -> Data.arc
and modified setup.ini as follows:
Code:
[ExtractSettings]
FreeArcFile1={src}\Data.arc;DestDir:{app};Disk:1;PrecSrep:1
I got a strange error:


Please help.
PS. I used Precomp 0.4.2 (download link for 0.4.1 is not working) with parameters "-t-j -c-" and SREP 2.0 with parameter "-m3"

OT: Pozdro, BAMsE

Last edited by janek2012; 31-10-2011 at 03:12.
  #7  
Old 31-10-2011, 07:59
Joe Forster/STA's Avatar
Joe Forster/STA Joe Forster/STA is offline
Senior forum member
 
Join Date: Nov 2000
Location: Hungary
Posts: 9,836
Thanks: 20
Thanked 342 Times in 224 Posts
Joe Forster/STA is on a distinguished road
Quote:
Originally Posted by janek2012 View Post
I got a strange error:
In such cases, you can always assume the text being displayed in the wrong code page. If you type in Íĺáĺđíî çŕäŕí âőîäíîé ôŕéë äë˙ into a good text editor in code page 1250 (ANSI code page for Central Europe) and then switch the display to code page 1251 (ANSI code page for Russian) then you'll get Неберно задан входной файл для which mirror-translates to Invalidly given input file for. (Did you know that when Windows displays a message window - error, info, question, whatever - then you can use Ctrl-C to copy it to the clipboard?)

Isn't that fun?
__________________
Joe Forster/STA
For more information, see the FileForums forum rules and the PC Games forum FAQ!
Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply!
Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back!
  #8  
Old 31-10-2011, 03:03
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
hmm you are using completely different version then setup supports.
look at include folder and use this srep.exe and precomp038.exe.
precomp04.exe is currently disabled.
  #9  
Old 31-10-2011, 03:15
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
ok, thanks for your fast reply
But the problem was that the filename must not contain more than one dot (for example, "Data.lol.arc" is not valid but "Data.arc" is).
You should add this info to #1 post.

One more question - how to split archives?
Do I need to split the first (store) arc or the last one, and how to modify setup.ini for it?

Last edited by janek2012; 31-10-2011 at 05:12.
  #10  
Old 31-10-2011, 08:08
11rd 11rd is offline
Registered User
 
Join Date: Oct 2009
Location: Thailand
Posts: 12
Thanks: 19
Thanked 0 Times in 0 Posts
11rd is on a distinguished road
  #11  
Old 31-10-2011, 08:36
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
11rd

you need inno setup unicode.
  #12  
Old 31-10-2011, 09:20
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
janek2012 the problem with freearc is it doesn't support splitting. You must do it "by trial and error" to achieve preferred final size

Last edited by Joe Forster/STA; 31-10-2011 at 09:26. Reason: Google Translate is your friend!
  #13  
Old 31-10-2011, 10:40
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
BUG: If you select only one language in setup.ini, two icons in taskbar appears at the same time.
  #14  
Old 31-10-2011, 10:56
11rd 11rd is offline
Registered User
 
Join Date: Oct 2009
Location: Thailand
Posts: 12
Thanks: 19
Thanked 0 Times in 0 Posts
11rd is on a distinguished road
I'm a beginner. In many parts, so I do not understand. But I do it a lot. Therefore, it is bothering you.

  #15  
Old 31-10-2011, 11:03
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
dont know what you do,
but you need to comment this part out.
this line put before the icon "{" two "//"
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 15:53.


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