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
  #1  
Old 31-12-2013, 02:36
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
Yea I think so.
Reply With Quote
Sponsored Links
  #2  
Old 31-12-2013, 06:18
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 320 Times in 157 Posts
sentinelks is on a distinguished road
you need to edit the script, because precompress 043 incorporates the libraries of the old 042, so it will be removed or placed in a new folder or blackbox crash ..
Reply With Quote
  #3  
Old 31-12-2013, 07:02
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
replace precomp exe
Reply With Quote
  #4  
Old 01-01-2014, 07:57
Brijesh Brijesh is offline
Registered User
 
Join Date: Jul 2013
Location: mumbai
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Brijesh is on a distinguished road
Question

Quote:
Originally Posted by Razor12911 View Post
replace precomp exe
i did it but not working
Reply With Quote
  #5  
Old 10-01-2014, 10:16
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
Can any one please help me?

After doing everything accordingly I completed Packing a game but after the installation is complete it tries to install DirectX but after few second it shows "Invalid Command Switch" in a pop up window and when I click OK it finishes the installation, every thing runs OK but the directx doesn't get installed. I don't know about other Redist softwares as I haven't tried them yet.

Please explain as simply as possible, I am a newbie in this short of thing.

By the way THAKNS A LOT KURUTUCU for the script and everything else.
Reply With Quote
  #6  
Old 10-01-2014, 10:53
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
check this thread out
Reply With Quote
  #7  
Old 12-01-2014, 04:31
adiga adiga is offline
Registered User
 
Join Date: Apr 2013
Location: syria
Posts: 5
Thanks: 5
Thanked 0 Times in 0 Posts
adiga is on a distinguished road
Please, I need help. How can I enter a password in the script ?
like 111-111-111-111
222-222-222-222
333-333-333-333
So if the user put on of these passwords it will continue.
Reply With Quote
  #8  
Old 12-01-2014, 07:10
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
There

Preview
Attached Images
File Type: jpg 2014-01-12_17_08_43.jpg (23.4 KB, 292 views)
Attached Files
File Type: zip SerialPage.zip (4.1 KB, 62 views)
Reply With Quote
The Following 4 Users Say Thank You to Razor12911 For This Useful Post:
adiga (12-01-2014), MMR (14-01-2014), oltjon (24-01-2014), y_thelastknight (12-01-2014)
  #9  
Old 16-01-2014, 21:53
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
My compression method is 7zip-srep-precomp-freearc
so if someone can help me by writing archive.ini file for this method

thanks

Last edited by r4ll; 16-01-2014 at 21:56.
Reply With Quote
  #10  
Old 17-01-2014, 02:17
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
My compression method is 7zip-srep-precomp-freearc
so if someone can help me by writing archive.ini file for this method

thanks
Code:
if not IS7ZipExtract    ( 0, 25, ExpandConstant('{src}\data1.7z'),   ExpandConstant('{app}\data1.srep'), 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;
Total Percentage of the whole progress. if you have more files change it. Total Must be 100.
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
  #11  
Old 17-01-2014, 03:15
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 y_thelastknight View Post
Code:
if not IS7ZipExtract    ( 0, 25, ExpandConstant('{src}\data1.7z'),   ExpandConstant('{app}\data1.srep'), 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;
Total Percentage of the whole progress. if you have more files change it. Total Must be 100.
I am getting this error.I have also renamed Data1 to My Data name
Attached Images
File Type: png error.png (13.8 KB, 241 views)
Reply With Quote
  #12  
Old 17-01-2014, 03:31
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
I am getting this error.I have also renamed Data1 to My Data name
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.
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
  #13  
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
  #14  
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)
  #15  
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
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 05:20.


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