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

Reply
 
Thread Tools Search this Thread Display Modes
  #721  
Old 17-01-2014, 19:54
r4ll r4ll is offline
Registered User
 
Join Date: Dec 2013
Location: India
Posts: 18
Thanks: 6
Thanked 4 Times in 3 Posts
r4ll is on a distinguished road
Red face

Quote:
Originally Posted by y_thelastknight View Post
file is not available to extract.
file name is different or dir is different.

Code:
if not IS7ZipExtract    ( 0, 25, ExpandConstant('{src}\data1.7z'),   ExpandConstant('{app}\data1.srep'), false, '') then break;
{src} = where you archive file is.
data1.7z = Your archive file name.
Thanks I got my problem solved but there is now another problem with precomp.Hope you can again help me regarding this.

Thanks,
Attached Images
File Type: png error.png (13.8 KB, 254 views)
Reply With Quote
Sponsored Links
  #722  
Old 17-01-2014, 21:22
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by r4ll View Post
Thanks I got my problem solved but there is now another problem with precomp.Hope you can again help me regarding this.

Thanks,

Im sorry mate i don't know about precomp :/
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
  #723  
Old 18-01-2014, 00:22
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 r4ll View Post
I am getting this error.I have also renamed Data1 to My Data name
check the script, is it expecting precomp.exe or precomp041.exe. You might have to rename the exe to what its looking for.
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
y_thelastknight (18-01-2014)
  #724  
Old 18-01-2014, 01:04
r4ll r4ll is offline
Registered User
 
Join Date: Dec 2013
Location: India
Posts: 18
Thanks: 6
Thanked 4 Times in 3 Posts
r4ll is on a distinguished road
Attached Images
File Type: png Untitled.png (17.1 KB, 243 views)
Reply With Quote
  #725  
Old 18-01-2014, 01:12
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 the error picture you posted.. it tells you what the error is...

your installing / extracting into C:\Program Files x86\Fileforums\Kurutucu ??

is that where you want it to extract too ??
Reply With Quote
  #726  
Old 18-01-2014, 01:48
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
if not IS7ZipExtract ( 0, 25, ExpandConstant('{src}\data1.7z'), ExpandConstant('{app}\'), false, '') then break;
if not ISSRepExtract ( 0, 25, ExpandConstant('{app}\data1.srep'), ExpandConstant('{app}\data1.pcf'), true) then break;
if not ISPrecompExtract ( 0, 25, ExpandConstant('{app}\data1.pcf'), ExpandConstant('{app}\data1.arc'), true) then break;
if not ISArcExtract ( 0, 25, ExpandConstant('{app}\data1.arc'), ExpandConstant('{app}\'), '', true, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;

7Zip can contain more than 1 file.

and there might something wrong.

when compressing

7Zip > Precomp > Srep > Arc

when decompressing it has to be in reverse

Arc > Srep > Precomp > 7Zip

The steps either compressing or decompression may be incorrect.

I suggest to replace 7Zip with Arc

Last edited by Razor12911; 18-01-2014 at 01:53.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
y_thelastknight (18-01-2014)
  #727  
Old 18-01-2014, 22:36
r4ll r4ll is offline
Registered User
 
Join Date: Dec 2013
Location: India
Posts: 18
Thanks: 6
Thanked 4 Times in 3 Posts
r4ll is on a distinguished road
Unhappy

Quote:
Originally Posted by Razor12911 View Post
if not IS7ZipExtract ( 0, 25, ExpandConstant('{src}\data1.7z'), ExpandConstant('{app}\'), false, '') then break;
if not ISSRepExtract ( 0, 25, ExpandConstant('{app}\data1.srep'), ExpandConstant('{app}\data1.pcf'), true) then break;
if not ISPrecompExtract ( 0, 25, ExpandConstant('{app}\data1.pcf'), ExpandConstant('{app}\data1.arc'), true) then break;
if not ISArcExtract ( 0, 25, ExpandConstant('{app}\data1.arc'), ExpandConstant('{app}\'), '', true, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;

7Zip can contain more than 1 file.

and there might something wrong.

when compressing

7Zip > Precomp > Srep > Arc

when decompressing it has to be in reverse

Arc > Srep > Precomp > 7Zip

The steps either compressing or decompression may be incorrect.

I suggest to replace 7Zip with Arc
Thanks for replying.I started everything from scratch but i found this precomp error while installing and if i remove precomp during compression installer runs nicely.
Attached Images
File Type: png error.png (14.8 KB, 224 views)
Reply With Quote
  #728  
Old 18-01-2014, 23:49
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
you may wanna check precomp version used.
Reply With Quote
  #729  
Old 19-01-2014, 01:09
r4ll r4ll is offline
Registered User
 
Join Date: Dec 2013
Location: India
Posts: 18
Thanks: 6
Thanked 4 Times in 3 Posts
r4ll is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
you may wanna check precomp version used.
Sorry but i don't understand what you are saying
Reply With Quote
  #730  
Old 21-01-2014, 12:26
mmhsagor mmhsagor is offline
Registered User
 
Join Date: Jan 2014
Location: Bangladesh
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
mmhsagor is on a distinguished road
precomp .42 keeps crassing. Trying to use precomp .43 and creating the setup.exe using Main(Compact.Mode+Slideshow & Video).iss but when I try to install it says wrong version of precomp.
Copied precomp .43 and arc.ini from Black_Box_Script_By_Kurutucu_V1.8\Precomp Versions\0.43 directory to include directory. nothing good happened. Any help????
Reply With Quote
  #731  
Old 21-01-2014, 13:09
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by mmhsagor View Post
precomp .42 keeps crassing. Trying to use precomp .43 and creating the setup.exe using Main(Compact.Mode+Slideshow & Video).iss but when I try to install it says wrong version of precomp.
Copied precomp .43 and arc.ini from Black_Box_Script_By_Kurutucu_V1.8\Precomp Versions\0.43 directory to include directory. nothing good happened. Any help????
you have to use Main(Compact.Mode-precomp.0.43).iss to use precomp0.43.
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
  #732  
Old 22-01-2014, 23:57
r4ll r4ll is offline
Registered User
 
Join Date: Dec 2013
Location: India
Posts: 18
Thanks: 6
Thanked 4 Times in 3 Posts
r4ll is on a distinguished road
@y_thelastknight
could you tell me what should i write for lzma in archive.ini

thanks,
Reply With Quote
  #733  
Old 23-01-2014, 02:18
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by r4ll View Post
could you tell me what should i write for lzma in archive.ini
lzma Mean arc compression?
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
  #734  
Old 03-02-2014, 07:54
nhinchihap3 nhinchihap3 is offline
Registered User
 
Join Date: Feb 2014
Location: VietNam
Posts: 13
Thanks: 4
Thanked 2 Times in 2 Posts
nhinchihap3 is on a distinguished road
How to change orther language
Thx
Reply With Quote
  #735  
Old 03-02-2014, 14:50
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
you need to first add language file then translate some parts to your language.
Reply With Quote
Reply


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 - Tutorials and Answers about INNO Setup REV0 Conversion Tutorials 129 21-05-2021 05:51
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57
Copy file with Inno Setup Script emrahcey Software 1 02-07-2010 08:24



All times are GMT -7. The time now is 16:25.


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