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 10-08-2012, 12:06
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 REV0 View Post
Launcher will run .msi, exe files, however in compiling, it will not create msi extension setups.
the launch he's refering to is the one to run directx, vcredist, etc ( it will run a MSI file just fine ) it doesnt create a msi setup, but includes the command to run the msi file within the setup.exe. ( it's in the setup.ini, remember ?! )
Reply With Quote
Sponsored Links
  #2  
Old 10-08-2012, 12:18
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
Quote:
Originally Posted by pakrat2k2 View Post
the launch he's refering to is the one to run directx, vcredist, etc ( it will run a MSI file just fine ) it doesnt create a msi setup, but includes the command to run the msi file within the setup.exe. ( it's in the setup.ini, remember ?! )
Yep, i know first time i read his post i thought he was asking how to create setup.msi..

Too much work, too little time; brain cell overheat
Reply With Quote
  #3  
Old 10-08-2012, 22:30
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
to make it easier for yourself, run the bat file for bins 2 & 3 only, set the choice command beforehand

IE: set choice1=x:\Gamename\GameAssets\

this way the default folder is the GameAssets subfolder, then you can add the folders you dont want to include in the bin2/bin3 archives.

-x"%choice1%\subfolder1\*", -x"%choice1%\subfolder2\*".... this will create the archive you want without those 2 subfolder NOT in bin2 archive, same for bin3 archive but reverse the 2 subfolders of course.
Reply With Quote
  #4  
Old 11-08-2012, 09:51
Andre Jesus's Avatar
Andre Jesus Andre Jesus is offline
Registered User
 
Join Date: Jun 2012
Location: Brazil
Posts: 70
Thanks: 11
Thanked 0 Times in 0 Posts
Andre Jesus is on a distinguished road
Hi Revo.
Congratulation for this tutorial of Inno Setup.

How can i make text box transparent (Welcome to the blá blá) on Inno Setup?

See the example below.
52573232[1].jpg

Thanks in advance.
Reply With Quote
  #5  
Old 11-08-2012, 10:15
BAMsE's Avatar
BAMsE BAMsE is offline
The World Is Yener's
 
Join Date: Mar 2011
Location: in front of the monitor
Posts: 344
Thanks: 49
Thanked 271 Times in 91 Posts
BAMsE is on a distinguished road
Andre Jesus it's just PNG with some transparency (setup.cab\setup\textbg.png)
Reply With Quote
  #6  
Old 11-08-2012, 10:26
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
Also, you can use same TextBG.png just resize it via setup.ini
Reply With Quote
  #7  
Old 11-08-2012, 10:39
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
delete TextBG.png from Setup.cab
Reply With Quote
  #8  
Old 11-08-2012, 19:05
Andre Jesus's Avatar
Andre Jesus Andre Jesus is offline
Registered User
 
Join Date: Jun 2012
Location: Brazil
Posts: 70
Thanks: 11
Thanked 0 Times in 0 Posts
Andre Jesus is on a distinguished road
Quote:
Originally Posted by yener90 View Post
delete TextBG.png from Setup.cab
Quote:
Originally Posted by REV0 View Post
Also, you can use same TextBG.png just resize it via setup.ini
Quote:
Originally Posted by BAMsE View Post
Andre Jesus it's just PNG with some transparency (setup.cab\setup\textbg.png)
Thank you dears.

But my script is not based on the script Yener.
I'm doing it manually, so it needed to know how to make inno setup call this picture as the background of the text.
Is possible put this transparent background text, making a play MP3 music during the install mode, put the splash image, change the color bar progress .... only using inno setup? Or this is only possible if i based on the script Yener?

Please see attached an example of what I'm trying to do.
Teste 1.7z
Reply With Quote
  #9  
Old 11-08-2012, 10:42
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
thanks you very much pakrat2k2 for advise it worked for me
but i still have problem in installing the game i used this code for compressing

arc a -r -ep1 -w.\ .\Disk1\Data3.bin -mprecomp042:v+srep+lzma:a1:mfbt4:d256m:fb128:mc100 0:lc8 "%choice1%\*"
if ERRORLEVEL 1 goto arcfail

which means that i used precomp and srep in compressing -long time to do it i know- now when i install the game what code should i write in setup.ini?
i use this
FreeArcFile3={src}\Data3.bin;DestDir:{app}\GameAss ets;Disk:1;PrecSrep:1;Lang:en

but when installer reach for bin 3 it just freeze and don't do any thing should precomp be in setup.cab ? or what is the right code to write in setup.ini?

this the last step
helpppppppppppppp
Reply With Quote
  #10  
Old 11-08-2012, 12:51
BAMsE's Avatar
BAMsE BAMsE is offline
The World Is Yener's
 
Join Date: Mar 2011
Location: in front of the monitor
Posts: 344
Thanks: 49
Thanked 271 Times in 91 Posts
BAMsE is on a distinguished road
Quote:
Originally Posted by JacksMafia View Post
FreeArcFile3={src}\Data3.bin;DestDir:{app}\GameAss ets;Disk:1;PrecSrep:1;Lang:en
You don't need it since it's used for old precomp+srep method. If you're compressing via commandline and in one step, then all you need is
Code:
PrecompVer=inside
in setup.ini
Reply With Quote
  #11  
Old 11-08-2012, 13:19
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
yeah i'm compressing via commandline but it's not one step this is the 3 step but only for data3 i used this
arc a -r -ep1 -w.\ .\Disk1\Data3.bin -mprecomp042:v+srep+lzma:a1:mfbt4:d256m:fb128:mc100 0:lc8 "%choice1%\*"
if ERRORLEVEL 1 goto arcfail

the first 2 bins just used this
-srep+lzma:a1:mfbt4:d256m:fb128:mc100 0:lc8
and i have tried what you said and nothing when it comes to extract the data3 it just stop no error massages or any thing else only the first 2 bins extracting perfect
i also tried
PrecompVer=0.42
didn't work
please save my day

EDIT: i have found the problem and solve it thanks every one for helping me

Last edited by JacksMafia; 11-08-2012 at 20:08.
Reply With Quote
  #12  
Old 11-08-2012, 22:36
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 JacksMafia View Post
yeah i'm compressing via commandline but it's not one step this is the 3 step but only for data3 i used this
arc a -r -ep1 -w.\ .\Disk1\Data3.bin -mprecomp042:v+srep+lzma:a1:mfbt4:d256m:fb128:mc100 0:lc8 "%choice1%\*"
if ERRORLEVEL 1 goto arcfail

the first 2 bins just used this
-srep+lzma:a1:mfbt4:d256m:fb128:mc100 0:lc8
and i have tried what you said and nothing when it comes to extract the data3 it just stop no error massages or any thing else only the first 2 bins extracting perfect
i also tried
PrecompVer=0.42
didn't work
please save my day

EDIT: i have found the problem and solve it thanks every one for helping me
post how you fixed it. so others have this information, incase they run into same problem.
Reply With Quote
  #13  
Old 12-08-2012, 10:53
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 pakrat2k2 View Post
post how you fixed it. so others have this information, incase they run into same problem.
what the problem was?
will i can't say that i'm stupid but -anyway- i was using CI 8.3.5.1 which had precomp v 0.42 i compressed the game with it but it just stop when it comes to extracting and then i notice that new version of CI 8.5 has precomp too the same version but the size of it was different
in CI 8.3.5.1 size was 768 kb -as i remember-
in CI 8.5 size was 1.42 mb
so i took a wild guess that the error was in precomp and i start compressing again with the big one and after a lot of hours i found that i was right about precomp version there is some thing wrong about CI 8.3.5.1 and the percomp version inside it

that's all -sorry for late replay-
Jacks

Last edited by JacksMafia; 12-08-2012 at 10:56.
Reply With Quote
  #14  
Old 12-08-2012, 11:21
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
i hope you are using the precomp executable inside the "include" folder for compressing using commandline...
installer gets problems if you use an other version
Reply With Quote
  #15  
Old 12-08-2012, 14:53
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
yeah i was using it when i did the compression -the failed one- and then i just replaced it with the new one from v 8.5
and that worked like charm
BTW thanks for your work i couldn't done this if you didn't create this great app
you really made my day mate
thanks
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 05:00.


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