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 09-08-2012, 19:57
JacksMafia's Avatar
JacksMafia JacksMafia is offline
Registered User
 
Join Date: Feb 2010
Location: USA
Posts: 127
Thanks: 65
Thanked 19 Times in 15 Posts
JacksMafia is on a distinguished road
ok guys here is another problem i got when moving on to 2 step
GameAssets folder contains 4 sub-folders i need to compress 2 of them to be .bin file and the other 2 to another .bin file
i used the code above but i ended with strange result which is compressing the GameAssets folder in the first bin file which i excluded it in the code like you see above and the compress the contents of the GameAssets folder
to another bin file
you see here that GameAssets folder exist and-it's not visible here-it's sub-folders too and it's empty


and here is the contents of one of the sub-folders in the other bin file



so help pleaseeeeeeeeeee
Reply With Quote
The Following User Says Thank You to JacksMafia For This Useful Post:
Behnam2018 (08-01-2020)
Sponsored Links
  #2  
Old 10-08-2012, 08:59
Onizuka87k's Avatar
Onizuka87k Onizuka87k is offline
Registered User
 
Join Date: Oct 2009
Location: Italy
Posts: 96
Thanks: 31
Thanked 15 Times in 8 Posts
Onizuka87k is on a distinguished road
Quote:
Originally Posted by JacksMafia View Post
ok guys here is another problem i got when moving on to 2 step
GameAssets folder contains 4 sub-folders i need to compress 2 of them to be .bin file and the other 2 to another .bin file
i used the code above but i ended with strange result which is compressing the GameAssets folder in the first bin file which i excluded it in the code like you see above and the compress the contents of the GameAssets folder
to another bin file
I don't understand your problem!
If you want to exclude GameAssets folder you need something like this
Code:
arc a -r -ep1 -w.\ .\Disk1\Data1.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 -n"%choice1%\*" -x"%choice1%\GameAssets\*"
Reply With Quote
  #3  
Old 10-08-2012, 16:34
JacksMafia's Avatar
JacksMafia JacksMafia is offline
Registered User
 
Join Date: Feb 2010
Location: USA
Posts: 127
Thanks: 65
Thanked 19 Times in 15 Posts
JacksMafia is on a distinguished road
Quote:
Originally Posted by Onizuka87k View Post
I don't understand your problem!
If you want to exclude GameAssets folder you need something like this
Code:
arc a -r -ep1 -w.\ .\Disk1\Data1.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 -n"%choice1%\*" -x"%choice1%\GameAssets\*"
yeah i know this must be confusing i want to exclude GameAssets from first bin and on the 2 step compress 2 folders located in the GameAssets folder and 3 step the other 2 in GameAssets folder
that's all meaning 3 bin files .
that's all but i still have the problem i described up there

any help?!!!!
Reply With Quote
  #4  
Old 17-08-2012, 08:21
Brazilica Brazilica is offline
Banned
 
Join Date: Dec 2009
Location: Cernavoda
Posts: 29
Thanks: 4
Thanked 34 Times in 6 Posts
Brazilica is on a distinguished road
Hi. I want to make a conversion but i'm stuck at the setup.exe. I want to modify the setup.exe in order to ask me when to insert the second disk. if i don't modify the setup file i will receive an error "error, the file is not on thie disk" (something like that) but if i'll insert the second disk and press ok the instalation will continue.
The folder looks like that:


You can download the setup file from here
Reply With Quote
  #5  
Old 04-04-2013, 10:41
ferv's Avatar
ferv ferv is offline
Registered User
 
Join Date: Apr 2009
Location: Argentina
Posts: 34
Thanks: 61
Thanked 111 Times in 42 Posts
ferv is on a distinguished road
Hi!, I'm having a little problem, two problems indeed, I used CIU 1.0.0.6 to make a conversion, in the small installer the first problem is that i need to move the music and cancel buttons towards the center a little, you can see the reason in the attached image, i searched in the script but i couldn't find any button property that allow me to do that, I also try several modifications in setup.ini but the only thing i can achieve was make the buttons dissapear completely, the second problem is that an equalizer button appears in the small installer but i don't know why, it was there before i make any modifications and i haven't been able to make it dissapear, in other conversion i,ve made it isn't there. thanks in advance

Reply With Quote
  #6  
Old 05-04-2013, 17:26
castelothes's Avatar
castelothes castelothes is offline
Registered User
 
Join Date: Sep 2011
Location: Indonesia
Posts: 25
Thanks: 46
Thanked 39 Times in 7 Posts
castelothes is on a distinguished road
Send a message via Yahoo to castelothes
Ask

How do I make Publisher & Game Version? because when once in Compile and Install detected only in the title game alone .. The following Screen Shoot

1. Tittle game
2. Publisher (empty)
3. Version (not the numbers but the game title)

Thanks
Reply With Quote
  #7  
Old 28-03-2017, 03:42
sanujsahu sanujsahu is offline
Registered User
 
Join Date: Feb 2017
Location: India
Posts: 6
Thanks: 2
Thanked 2 Times in 2 Posts
sanujsahu is on a distinguished road
Question How to make designer setup in inno setup script of your own?

Please I want to make own designer setup
Reply With Quote
  #8  
Old 01-06-2021, 18:16
GopnikRepackz GopnikRepackz is offline
Registered User
 
Join Date: Jun 2020
Location: Australia
Posts: 1
Thanks: 2
Thanked 0 Times in 0 Posts
GopnikRepackz is on a distinguished road
Components Full and Custom Help

Hello everyone, trying to know how I can get the components to be fixed when in full installation but then selectable when in custom installation:
-The Full Installation at the moment-
https://imgur.com/aS2TWYh

-The Custom Installation at the moment-
https://imgur.com/Lgl13Fl

Thanks for the help!
Reply With Quote
  #9  
Old 06-06-2021, 01:42
Prince4 Prince4 is offline
Registered User
 
Join Date: Mar 2015
Location: India->Delhi->Rohini
Posts: 121
Thanks: 109
Thanked 19 Times in 15 Posts
Prince4 is on a distinguished road
Can someone Explain what does those two hyphen or minus do?


Code:
packcmd   = xtool precomp -mzlib+preflate -c32mb -t100p --dbase=temp.db - - <stdin> <stdout>

Also these "<stdin> <stdout>" are only used in Installer's Arc.ini right? For UnArc.dll?
__________________
Who's Got Time To Play Games? Huh??
Reply With Quote
The Following User Says Thank You to Prince4 For This Useful Post:
GaMEr_2077 (06-06-2021)
  #10  
Old 10-08-2012, 01:35
jksengko jksengko is offline
Registered User
 
Join Date: Jun 2010
Location: dont show
Posts: 71
Thanks: 5
Thanked 5 Times in 5 Posts
jksengko is on a distinguished road
HI.....

how to add in this script to install directx , visual c++ can choose on installation screen
Reply With Quote
  #11  
Old 10-08-2012, 01:58
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
They're already there. If you're asking for another conversion refer this thread:

http://www.fileforums.com/showthread.php?t=93191
Reply With Quote
  #12  
Old 10-08-2012, 01:57
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
bin them separately, then. It total there will be 4 bin file for each of them. Then you can edit setup.ini like described in tutorial thread
Reply With Quote
  #13  
Old 10-08-2012, 03:43
jksengko jksengko is offline
Registered User
 
Join Date: Jun 2010
Location: dont show
Posts: 71
Thanks: 5
Thanked 5 Times in 5 Posts
jksengko is on a distinguished road
Hi....me again
this can run program.msi or not??
Attached Images
File Type: jpg 0.jpg (85.2 KB, 627 views)
Reply With Quote
  #14  
Old 10-08-2012, 05:17
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 jksengko View Post
Hi....me again
this can run program.msi or not??
yes you can run MSI from script.
Reply With Quote
  #15  
Old 10-08-2012, 04:28
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Launcher will run .msi, exe files, however in compiling, it will not create msi extension setups.

Last edited by REV0; 10-08-2012 at 05:34. Reason: Dang, re-read again
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
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48



All times are GMT -7. The time now is 18:44.


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