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
  #121  
Old 29-12-2012, 16:00
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,851 Times in 812 Posts
Grumpy is on a distinguished road
@Andre Jesus
Do a system 'Restore' back to before you installed the exe.
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'
Reply With Quote
Sponsored Links
  #122  
Old 29-12-2012, 18:35
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
After compression i am getting .bin files........what to do in setup.ini to extract them?
Reply With Quote
  #123  
Old 29-12-2012, 21:38
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 make sure in setup.ini there is NO [ExtractSettings] section... why not read the thread on the CI Tutorial all your questions/answers are there!

http://fileforums.com/showthread.php?t=92805
Reply With Quote
  #124  
Old 30-12-2012, 00:14
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.
I will start the installer from scratch, it has a lot of unusual line. BMP will be replace by Jpg's and etc.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
Andre Jesus (31-12-2012)
  #125  
Old 31-12-2012, 10:47
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
I will start the installer from scratch, it has a lot of unusual line. BMP will be replace by Jpg's and etc.
No problem Razor12911, after studying various scripts, this was the result.
I could use the script Yener, I know that is very good and complete, but I just wanted to learn how to use the functions I need. For example, I want to put a button on / off music during installation, but I cant just remove it of the script Yener and insert in my script.

Any help to improve will be welcome.

Thank you very much and happy a new year.
P.S Sorry my bad english.

Last edited by Andre Jesus; 31-12-2012 at 10:56.
Reply With Quote
  #126  
Old 31-12-2012, 10:58
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 Grumpy View Post
@Andre Jesus
Do a system 'Restore' back to before you installed the exe.
I try my friend, but doesn't worked.
Reply With Quote
  #127  
Old 31-12-2012, 11:04
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
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.
No problem my friend, actually that was a good reason to install Windows 8 on my PC.

Anyway, thank you.
Reply With Quote
  #128  
Old 03-01-2013, 03:25
tiendat5013 tiendat5013 is offline
Registered User
 
Join Date: Dec 2012
Location: viet nam
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
tiendat5013 is on a distinguished road
how to

http://1.bp.blogspot.com/-XUxLbVOKsm...tic/s400/1.png
http://3.bp.blogspot.com/-v3nilkojHh...EcY/s400/2.png
http://2.bp.blogspot.com/-PWLP42y2qd...QvM/s400/3.png
http://2.bp.blogspot.com/-oFoelrUFdJ...xq8/s400/5.png
Reply With Quote
  #129  
Old 06-01-2013, 04:51
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
Used revo's conversion, it is much better than this one
Reply With Quote
  #130  
Old 07-01-2013, 14:52
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
Not enough disk space message

Hi all.

How can i create this message on inno setup?

http://s7.postimage.org/jeh0gwycb/Message.jpg

My installer warns me that has no space only during installation, but want him to let me know before you start the installation.
I also want the message to appear "rolling back".
Reply With Quote
  #131  
Old 07-01-2013, 18:54
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
Insert Button.PNG on the TPanel

Hi again.

I created a new panel to insert a button.png with the function on/off the music during installation, however, i dont know the script to inser the button.png and the function on/off music during installation.
Please show me the script to insert a button.png and de funtion on/off music during installation on the TPanel that i created.

My idea of creating a new TPanel is correct?

This is the TPanel that i created (the black form in the left side down)
http://s9.postimage.org/6v30ioeb3/Sem_t_tulo.jpg

Thanks in advance.

Last edited by Andre Jesus; 07-01-2013 at 18:56.
Reply With Quote
  #132  
Old 07-01-2013, 23:52
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
thats the script i posted for you to look at, the 1 you 'installed' rather then just look at, it had the button.png & music working in that small script. post # 116
Reply With Quote
  #133  
Old 09-01-2013, 01:29
hackjack hackjack is offline
Registered User
 
Join Date: Nov 2011
Location: INDIA
Posts: 18
Thanks: 5
Thanked 2 Times in 2 Posts
hackjack is on a distinguished road
please can anyone tell me how to add multiple archive extracting to valerons scripts no 10 and 12 link-http://fileforums.com/showthread.php?t=93298
i just want to extract only free arc files and no srep or precomp or anything else. even if add lines to script the progress bar shows 200 to 300 percent.
Reply With Quote
  #134  
Old 09-01-2013, 20:12
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
find #define records and add ; or // to front of line. ( skip the line )

also add ; for either archive names, or define programfiles... & compile the script. this will generate the proper records.inf file for the archives / files in the conversion. then remove the ; or // from where you put them & run the conversion. This should then have a proper progressbar that only goes to 100%.
Reply With Quote
  #135  
Old 09-01-2013, 21:27
hackjack hackjack is offline
Registered User
 
Join Date: Nov 2011
Location: INDIA
Posts: 18
Thanks: 5
Thanked 2 Times in 2 Posts
hackjack is on a distinguished road
sorry bro i tried but i cant do it plz do this for me. script no 10 an 12
link-http://fileforums.com/showthread.php?t=93298
nd plz upload.
sorry for trouble
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 23:23.


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