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
  #106  
Old 14-12-2012, 09:28
vasu001 vasu001 is offline
Registered User
 
Join Date: Oct 2012
Location: in my dreams
Posts: 94
Thanks: 11
Thanked 1 Time in 1 Post
vasu001 is on a distinguished road
read my post 104 and solve it as well please......
Reply With Quote
Sponsored Links
  #107  
Old 14-12-2012, 14:25
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
sure, you CANT with peter's conversion, its closed source. You'll have to choose another conversion by REV0, Fabioddq, then you can input video you want into the setup.cab file. ( you just open the cabfile, and replace the video, with same name as whats there already ) you can do the same with images music etc.

Last edited by pakrat2k2; 14-12-2012 at 17:00.
Reply With Quote
  #108  
Old 15-12-2012, 12:03
Kurutucu Kurutucu is offline
Registered User
 
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
Kurutucu is on a distinguished road
How use mp3slimmer (mpz10 compressor) with freearc?

mpz10+arc
Reply With Quote
  #109  
Old 26-12-2012, 21:38
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 all.

I created a custom installer with Inno Setup, but when I'm trying to install the program in a place that does not have enough space, the installer dont displays the feedback informed not to try again, give up or cancel out instead of that, it freezes and I can not leave or cancel.
What is the code I use to create this feedback you can not install due to not having space.
Reply With Quote
  #110  
Old 27-12-2012, 00:17
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
where is your custom installer?
Reply With Quote
  #111  
Old 27-12-2012, 05:36
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 Razor12911 View Post
where is your custom installer?
Hi Razor 12911, sorry my fault.
Please see attached my installer.
I'm also trying to put the PNG button on / off music during installation, but could not. I think I have to create a TPanel but do not know exactly which codes for it.

I Am Alive.7z

Thanks in advance.
Reply With Quote
  #112  
Old 27-12-2012, 05:49
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
ok what do you want to add or fix?
Reply With Quote
  #113  
Old 27-12-2012, 08:25
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 Razor12911 View Post
ok what do you want to add or fix?
1) Put a button PNG to on/off the music during instalation. Like this:
Sem título.jpg

2) Correct the message insufficient space when installed on a hard drive that has enough space. It's message is not appearing in my script.
The installer is frozen instead of showing the message to abort, retry or cancel.

3) Put the imagem glass.png on Wizardform, like this:

89ca881d736333f3211627768f7b06a1.png

Sorry my bad english.
Reply With Quote
  #114  
Old 28-12-2012, 00:26
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
Quote:
Originally Posted by Andre Jesus View Post
1) Put a button PNG to on/off the music during instalation. Like this:
Attachment 5451

2) Correct the message insufficient space when installed on a hard drive that has enough space. It's message is not appearing in my script.
The installer is frozen instead of showing the message to abort, retry or cancel.

3) Put the imagem glass.png on Wizardform, like this:

Attachment 5450

Sorry my bad english.
Ok. Gimme time.
Reply With Quote
  #115  
Old 28-12-2012, 01:01
jackstuff's Avatar
jackstuff jackstuff is offline
Registered User
 
Join Date: Oct 2011
Location: iN mEMORIES
Posts: 109
Thanks: 110
Thanked 26 Times in 17 Posts
jackstuff is on a distinguished road
How to put a background music on a basic custom installer in unicode or ansi version doesn't matter & is registry entries r possible on the basic custom installer can u give me some example to show how
Reply With Quote
  #116  
Old 28-12-2012, 15:58
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 jackstuff View Post
How to put a background music on a basic custom installer in unicode or ansi version doesn't matter & is registry entries r possible on the basic custom installer can u give me some example to show how
reg entries are simple, you grab them from your original installed game version, then using reg to inno conversion program english version ( under useful programs ( joe edited it to english from russian ) ).

http://fileforums.com/showthread.php?t=92995

Its make as ISS script from your saved reg file, the entire contents from the script go into [REGISTRY] section of your inno script.

DO NOT INSTALL, JUST RUN THE EXE TO SEE HOW THE MUSIC BUTTON LOOKS, THEN CANCEL INSTALL

here's a music button script that adds music to your script ( in russian so translate to english ). In the output dir is a setup.exe, just run it and you'll see the music botton in lower LH corner, you can change the image of the button & sound played by making appropriate changes to the files used. ( use any on CI8.5.7.4 or CIU etc for image / sound files )

good luck
Attached Files
File Type: rar Music Button.rar (14.03 MB, 110 views)

Last edited by pakrat2k2; 29-12-2012 at 09:00.
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
jackstuff (28-12-2012)
  #117  
Old 29-12-2012, 08:05
vasu001 vasu001 is offline
Registered User
 
Join Date: Oct 2012
Location: in my dreams
Posts: 94
Thanks: 11
Thanked 1 Time in 1 Post
vasu001 is on a distinguished road
what is the best compression code in compress.bat file to compress a game of 10gb with media folder inside containing videos folder of 3.85gb and rest files in media folder of around 7.68 gb............

I want to compress the entire folder[main] in one go to 3.98-4.20 gb.......

I think its possible to compress that much to 4 GB [as peterf1999 was able to do] if i use external compression............

so please tell the code.....
Reply With Quote
  #118  
Old 29-12-2012, 08:32
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
Quote:
Originally Posted by vasu001 View Post
what is the best compression code in compress.bat file to compress a game of 10gb with media folder inside containing videos folder of 3.85gb and rest files in media folder of around 7.68 gb............

I want to compress the entire folder[main] in one go to 3.98-4.20 gb.......

I think its possible to compress that much to 4 GB [as peterf1999 was able to do] if i use external compression............

so please tell the code.....
It' depends, the media files are hard head files whch can't be compression unless you remake them.
You can try the arc-pcf-srep-arc method to compress.
Reply With Quote
  #119  
Old 29-12-2012, 08:53
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 pakrat2k2 View Post
reg entries are simple, you grab them from your original installed game version, then using reg to inno conversion program english version ( under useful programs ( joe edited it to english from russian ) ).

http://fileforums.com/showthread.php?t=92995

Its make as ISS script from your saved reg file, the entire contents from the script go into [REGISTRY] section of your inno script.

here's a music button script that adds music to your script ( in russian so translate to english ). In the output dir is a setup.exe, just run it and you'll see the music botton in lower LH corner, you can change the image of the button & sound played by making appropriate changes to the files used. ( use any on CI8.5.7.4 or CIU etc for image / sound files )

good luck
I installed this file. exe and it destroyed almost all my programs when I uninstall. My folder of files and programs (x86) gone, including paid programs and data I had on my work, nothing works on my PC. I'll have to format my machine.

pakrat2k2 any comments about this file. exe?
Reply With Quote
  #120  
Old 29-12-2012, 08:59
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
you DONT install it, you just run the EXE to see how the music button looks, then cancel install. IF you'd looked thru the script you'd have seen that.
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 09:47.


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