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 27-09-2013, 06:04
alley_u2's Avatar
alley_u2 alley_u2 is offline
Registered User
 
Join Date: Aug 2013
Location: India
Posts: 64
Thanks: 19
Thanked 42 Times in 21 Posts
alley_u2 is on a distinguished road
Quote:
Originally Posted by Fabioddq View Post
I have no idea about this error.

Try remove the cjstyles;
Check the Setup.ini and Setup.cab to see if has any error, like wrong words, files in the wrong folders, etc;
Try make from the scratch again;
OK will give it a shot... I am very sure it has to do with setup.cab. Because if I use all the default pngs it doesn't give me this error.
Sponsored Links
  #2  
Old 27-09-2013, 12:24
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 alley_u2 View Post
OK will give it a shot... I am very sure it has to do with setup.cab. Because if I use all the default pngs it doesn't give me this error.
Because of errors I DELETED everything & started all over again. Re-extracted the 1006 files, then one by one replaced the images to ones I wanted to use.
Then corrected the setup.ini to make it match my game. ( Tested with 2-3 files changed, to make sure it would run without errors ) when finally got all
files changed & it still worked, then correct all settings to match game you are doing conversion for.....

rather then using setup.cab extract all files ( creates setup folder with files inside. ) then in langscript.iss / installerscript.iss change to internal

;#define Internal ( remove the ; at front )

You can then use freearc to compress game files,( any of the conversions that used compress.bat, & in setup.ini make sure cabs are set properly IE:

Code:
[ExtractSettings]
FreeArcFile1=Data2.cab;DestDir:{app};Disk:1;
FreeArcFile2=Data3.cab;DestDir:{app};Disk:2;
FreeArcFile4=Data3.cab;DestDir:{app};Disk:3;

Last edited by pakrat2k2; 27-09-2013 at 12:28.
  #3  
Old 27-09-2013, 12:51
alley_u2's Avatar
alley_u2 alley_u2 is offline
Registered User
 
Join Date: Aug 2013
Location: India
Posts: 64
Thanks: 19
Thanked 42 Times in 21 Posts
alley_u2 is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
Because of errors I DELETED everything & started all over again. Re-extracted the 1006 files, then one by one replaced the images to ones I wanted to use.
Then corrected the setup.ini to make it match my game. ( Tested with 2-3 files changed, to make sure it would run without errors ) when finally got all
files changed & it still worked, then correct all settings to match game you are doing conversion for.....

rather then using setup.cab extract all files ( creates setup folder with files inside. ) then in langscript.iss / installerscript.iss change to internal

;#define Internal ( remove the ; at front )

You can then use freearc to compress game files,( any of the conversions that used compress.bat, & in setup.ini make sure cabs are set properly IE:

Code:
[ExtractSettings]
FreeArcFile1=Data2.cab;DestDir:{app};Disk:1;
FreeArcFile2=Data3.cab;DestDir:{app};Disk:2;
FreeArcFile4=Data3.cab;DestDir:{app};Disk:3;
The error is caused when I remove to pngs i.e Button.png and SmallButton.png in Setup Folder

Last edited by alley_u2; 28-09-2013 at 01:48.
The Following User Says Thank You to alley_u2 For This Useful Post:
pakrat2k2 (27-09-2013)
  #4  
Old 28-09-2013, 08:42
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
just leave them there
  #5  
Old 29-09-2013, 01:00
alley_u2's Avatar
alley_u2 alley_u2 is offline
Registered User
 
Join Date: Aug 2013
Location: India
Posts: 64
Thanks: 19
Thanked 42 Times in 21 Posts
alley_u2 is on a distinguished road
I tried CI 8.5.7.4 with the same setup and that doesn't give me a error. I think there it has do something with the script.
  #6  
Old 30-09-2013, 05:21
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 alley_u2 View Post
I tried CI 8.5.7.4 with the same setup and that doesn't give me a error. I think there it has do something with the script.
there is no error with v1006, you CANT remove those 2 png files, leave them there. Search thru installscript.iss for button.png & you find it all thru the script, same for smallbutton.png.

Just change the images to what you want, correct values in setup.ini if different size then original image.
The Following User Says Thank You to pakrat2k2 For This Useful Post:
alley_u2 (30-09-2013)
  #7  
Old 10-10-2013, 07:29
rxlord rxlord is offline
Registered User
 
Join Date: Jul 2013
Location: india
Posts: 49
Thanks: 10
Thanked 16 Times in 13 Posts
rxlord is on a distinguished road
How to edit your script

hey i dont know pascal.Plz can u tell me that is there any program through which i can edit your ciu script.how can i change position of buttons and i mage a autorun.png and a autorun.bmp just like you did but when i run autorun a black box surrounds the entire image plz help
  #8  
Old 10-10-2013, 10:27
rxlord rxlord is offline
Registered User
 
Join Date: Jul 2013
Location: india
Posts: 49
Thanks: 10
Thanked 16 Times in 13 Posts
rxlord is on a distinguished road
how to change icon of sys check

during the setup run of your script a sysem chck happens which tells whether pc is compatible or not plz can you tell me how to change those red and green bars to a icon
  #9  
Old 10-10-2013, 15:56
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 rxlord View Post
hey i dont know pascal.Plz can u tell me that is there any program through which i can edit your ciu script.how can i change position of buttons and i mage a autorun.png and a autorun.bmp just like you did but when i run autorun a black box surrounds the entire image plz help
everything is in setup.ini, you don't ever edit ISS script, except maybe to add reg entries. Setup.ini, is where you change position of buttons, size of images ( autorun, installer etc ), wether or not you want music / cancel button or just icon.
  #10  
Old 11-10-2013, 08:52
rxlord rxlord is offline
Registered User
 
Join Date: Jul 2013
Location: india
Posts: 49
Thanks: 10
Thanked 16 Times in 13 Posts
rxlord is on a distinguished road
how to run video

can u tell me how to run video in backgroung instead of images during installation
  #11  
Old 11-10-2013, 12:13
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 rxlord View Post
can u tell me how to run video in backgroung instead of images during installation
tutorial thread is here, which has all the answers to your questions> http://fileforums.com/showthread.php?t=92805

the answer to your question is have an avi file named video.avi in backgrounds folder, it will play then any images in that folder will show after end of video.
  #12  
Old 15-10-2013, 10:07
rxlord rxlord is offline
Registered User
 
Join Date: Jul 2013
Location: india
Posts: 49
Thanks: 10
Thanked 16 Times in 13 Posts
rxlord is on a distinguished road
will video run in loop

will the video.avi run in loop if i dont add images.And can the user pause this video or rewind etc
  #13  
Old 15-10-2013, 22:11
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,761
Thanks: 2,192
Thanked 11,250 Times in 2,319 Posts
Razor12911 is on a distinguished road
nope.
  #14  
Old 25-10-2013, 19:33
ayateknik ayateknik is offline
Registered User
 
Join Date: Dec 2012
Location: turkey
Posts: 19
Thanks: 4
Thanked 0 Times in 0 Posts
ayateknik is on a distinguished road
Hi, I have set up this installation you want to edit by myself DVDs and CDs without compression, the stall I Want to Make This process will edit the files which you have prepared this Ready Or you need to delete from the Setup
  #15  
Old 28-10-2013, 12:29
reiji777's Avatar
reiji777 reiji777 is offline
Registered User
 
Join Date: May 2011
Location: Tokyo
Posts: 53
Thanks: 50
Thanked 3 Times in 3 Posts
reiji777 is on a distinguished road
please, how to join / merge setup.cab into setup.exe?
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 1566 Yesterday 19:01
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 20:19.


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