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
  #781  
Old 04-04-2014, 05:11
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
dumped code is useless... post what you have entered in your [registry] section from the script. Then we can see where the errors may be.
Reply With Quote
Sponsored Links
  #782  
Old 04-04-2014, 21:34
blackfire219 blackfire219 is offline
Registered User
 
Join Date: Nov 2013
Location: Philippines
Posts: 7
Thanks: 1
Thanked 0 Times in 0 Posts
blackfire219 is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
dumped code is useless... post what you have entered in your [registry] section from the script. Then we can see where the errors may be.
Here's the link for my script and the stated registry error while compiling;
http://www.mediafire.com/download/a9...Error+photo.7z

The registry was extracted from Fairlight release of Naruto Storm 3 Full Burst. I am only repacking it because sometimes it gets the stage.cpk file being corrupted after the installation. So I replaced the stage.cpk file with my friend's legit copy of that game. I think there was an embedded descriptor code about that {code: DefaultIPCountry} valuedata constant.

Last edited by blackfire219; 04-04-2014 at 21:43.
Reply With Quote
  #783  
Old 27-04-2014, 01:20
nitrogen blaze nitrogen blaze is offline
Registered User
 
Join Date: Apr 2014
Location: Kolkata
Posts: 15
Thanks: 11
Thanked 16 Times in 9 Posts
nitrogen blaze is on a distinguished road
Unhappy not working

when i compile main.iss it shows
line 138
column 1
identifier expected
Reply With Quote
  #784  
Old 27-04-2014, 08:41
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 nitrogen blaze View Post
when i compile main.iss it shows
line 138
column 1
identifier expected
use unicode version of inno setup..
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
  #785  
Old 03-05-2014, 11:37
Snipunk's Avatar
Snipunk Snipunk is offline
Registered User
 
Join Date: Apr 2014
Location: Andromeda
Posts: 6
Thanks: 2
Thanked 1 Time in 1 Post
Snipunk is on a distinguished road
slideshow timer

How do I Change slideshow timer?
Images change after 1 second and i'm not familiar enough to pascal script top change it.
__________________
Its better to die with a full stomach than live with an empty one.
Reply With Quote
  #786  
Old 03-05-2014, 12:28
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,315
Thanks: 6,757
Thanked 11,707 Times in 3,227 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by Snipunk View Post
How do I Change slideshow timer?
Images change after 1 second and i'm not familiar enough to pascal script top change it.
in sript search for this

-->TimerID:=SetTimer(0, 0, 2000, WrapTimerProc(@OnTimer, 4))
replace the 2000 with 5000 for the slideshow
that is to change the seconds
__________________
It would be nice if you appreciate my work with the thanks Button

Last edited by mausschieber; 03-05-2014 at 12:31.
Reply With Quote
  #787  
Old 22-05-2014, 00:42
tawcf1993 tawcf1993 is offline
Registered User
 
Join Date: May 2014
Location: India
Posts: 5
Thanks: 9
Thanked 3 Times in 2 Posts
tawcf1993 is on a distinguished road
could the script show needed space with decimal? like 9.34GB
Reply With Quote
  #788  
Old 29-05-2014, 03:23
TsubasaHP's Avatar
TsubasaHP TsubasaHP is offline
Registered User
 
Join Date: Jul 2012
Location: Iran
Posts: 31
Thanks: 9
Thanked 4 Times in 3 Posts
TsubasaHP is on a distinguished road
Hi,Guys, I have a question.

I have a file. The size of it 5.5GB.
I want to split it in 2xDVD5 and use this script for installation.
how can I do this?
Reply With Quote
  #789  
Old 29-05-2014, 10:41
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 TsubasaHP View Post
Hi,Guys, I have a question.

I have a file. The size of it 5.5GB.
I want to split it in 2xDVD5 and use this script for installation.
how can I do this?
do you want use internal compression or freearc?

if you want internal then add these line under [Setup] section

Quote:
Compression=lzma2/ultra64
DiskSpanning=yes
SlicesPerDisk=3
DiskSliceSize=1566000000
or try to compress it with freearc+srep. sometimes it might help you reduce the size.
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
The Following User Says Thank You to y_thelastknight For This Useful Post:
TsubasaHP (29-05-2014)
  #790  
Old 29-05-2014, 11:22
TsubasaHP's Avatar
TsubasaHP TsubasaHP is offline
Registered User
 
Join Date: Jul 2012
Location: Iran
Posts: 31
Thanks: 9
Thanked 4 Times in 3 Posts
TsubasaHP is on a distinguished road
Quote:
Originally Posted by y_thelastknight View Post
do you want use internal compression or freearc?

if you want internal then add these line under [Setup] section



or try to compress it with freearc+srep. sometimes it might help you reduce the size.
oh, thank you very much,

it seems there is no way expect internal compression,
i trid all external compression methods. it's not smaller then more 5GB .
Reply With Quote
  #791  
Old 29-05-2014, 11:56
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 TsubasaHP View Post
oh, thank you very much,

it seems there is no way expect internal compression,
i trid all external compression methods. it's not smaller then more 5GB
.
hm, if you want to use external compression there is alternative solution for it

1, compress the and split the original file with winrar.
2, compress the splitted rar files with freearc
3, use the installer to extract the arc files to installation directory
4, again use the installer to extract the spilitted rar file into installation directory from installation directory.
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
The Following User Says Thank You to y_thelastknight For This Useful Post:
TsubasaHP (29-05-2014)
  #792  
Old 29-05-2014, 12:18
TsubasaHP's Avatar
TsubasaHP TsubasaHP is offline
Registered User
 
Join Date: Jul 2012
Location: Iran
Posts: 31
Thanks: 9
Thanked 4 Times in 3 Posts
TsubasaHP is on a distinguished road
Quote:
Originally Posted by y_thelastknight View Post
hm, if you want to use external compression there is alternative solution for it

1, compress the and split the original file with winrar.
2, compress the splitted rar files with freearc
3, use the installer to extract the arc files to installation directory
4, again use the installer to extract the spilitted rar file into installation directory from installation directory.
i think it is not a good idea ,

But another question
i read in Razor12911 tutorial :

" This blackbox script/installer doesn't support internal compression "

now how should I do?

Last edited by TsubasaHP; 29-05-2014 at 12:22.
Reply With Quote
  #793  
Old 29-05-2014, 12:32
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 TsubasaHP View Post
i think it is not a good idea ,

But another question
i read in Razor12911 tutorial :

" This blackbox script/installer doesn't support internal compression "

now how should I do?
rofl..
it support but some bugs is there
and what script file is you are using?
__________________
Glass BB | BlackBox v2 | Portable Installer

Last edited by y_thelastknight; 29-05-2014 at 12:36.
Reply With Quote
  #794  
Old 29-05-2014, 12:44
TsubasaHP's Avatar
TsubasaHP TsubasaHP is offline
Registered User
 
Join Date: Jul 2012
Location: Iran
Posts: 31
Thanks: 9
Thanked 4 Times in 3 Posts
TsubasaHP is on a distinguished road
Quote:
Originally Posted by y_thelastknight View Post
rofl..
it support but some bugs is there
and what script file is you are using?
i am using "Main.iss" Script that include attached files

sorry...i'm asking a lot of question.
Reply With Quote
  #795  
Old 29-05-2014, 12:51
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 TsubasaHP View Post
i am using "Main.iss" Script that include attached files
just main.iss ?

Quote:
Originally Posted by TsubasaHP View Post
sorry...i'm asking a lot of question.
its fine with me.
__________________
Glass BB | BlackBox v2 | Portable Installer
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 21:48.


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