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
  #331  
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
Sponsored Links
  #332  
Old 04-04-2013, 13:51
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
try setting ( in setup.ini )
[EqualizerButton]
Left=0
Top=0
Width=0
Height=0

see if that makes it disappear ?
also further down

[EqualizerButtonAR]
Left=535
Top=333
Width=31
Height=120
Visible=1 change to 0 ?
Reply With Quote
  #333  
Old 04-04-2013, 19:04
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
Quote:
Originally Posted by pakrat2k2 View Post
try setting ( in setup.ini )
[EqualizerButton]
Left=0
Top=0
Width=0
Height=0

see if that makes it disappear ?
also further down

[EqualizerButtonAR]
Left=535
Top=333
Width=31
Height=120
Visible=1 change to 0 ?
Yes i've tried that but it makes dissapear the equalizer in setup screen too, since this doesn't happen in other conversion i´ve started to think that, maybe, if I recompile the conversion I can solve this, in the other hand the button issue is driving me crazy, it´s not a big deal but i don't like how it looks right now, if I can move them towards the center i will be very happy

Edit: I also tried this for the button issue:

I added this to setup ini:

[SmallCancelButton]
Width=92
Height=20
FontSize=10
Top=
Left=
it works but ignores Top or Left parameters no matter the value. I've also noticed that theres no function defined for X or Y Position for small buttons in the script maybe thats the answer

Last edited by ferv; 04-04-2013 at 19:19.
Reply With Quote
  #334  
Old 04-04-2013, 21:31
spawniectes's Avatar
spawniectes spawniectes is offline
Senior Member
 
Join Date: Sep 2010
Location: Argentina
Posts: 202
Thanks: 52
Thanked 401 Times in 76 Posts
spawniectes is on a distinguished road
Quote:
Originally Posted by ferv View Post
Yes i've tried that but it makes dissapear the equalizer in setup screen too, since this doesn't happen in other conversion i´ve started to think that, maybe, if I recompile the conversion I can solve this, in the other hand the button issue is driving me crazy, it´s not a big deal but i don't like how it looks right now, if I can move them towards the center i will be very happy

Edit: I also tried this for the button issue:

I added this to setup ini:

[SmallCancelButton]
Width=92
Height=20
FontSize=10
Top=
Left=
it works but ignores Top or Left parameters no matter the value. I've also noticed that theres no function defined for X or Y Position for small buttons in the script maybe thats the answer
I cheat when sometimes happens to me, I only delete the portion on smallinstaler.bmp when the unwanted button appears. just paint white the rectangle were appear the equilizer and thats all.
__________________
always above all, keep in mind that some day you will die. Bushido.
Reply With Quote
  #335  
Old 04-04-2013, 21:35
spawniectes's Avatar
spawniectes spawniectes is offline
Senior Member
 
Join Date: Sep 2010
Location: Argentina
Posts: 202
Thanks: 52
Thanked 401 Times in 76 Posts
spawniectes is on a distinguished road
Something like this

__________________
always above all, keep in mind that some day you will die. Bushido.
Reply With Quote
  #336  
Old 04-04-2013, 23:51
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
Quote:
Originally Posted by spawniectes View Post
Something like this

Thank you, good trick!! i'm editing the bmp right now
Reply With Quote
  #337  
Old 05-04-2013, 07:32
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
Some parts of it if i have time ill continue on this

Code:
eng.WelcomeMessage1_1=Bienvenue
eng.WelcomeMessage2_1=Bienvenue à l`Assistant de Configuration de %1 
eng.WelcomeMessage2_2=Ce logiciel va installer %1 sur votre ordinateur.%n%nIl est recommandé que vous fermez tous les applications avant de continuer.%n%nChoissez type d`installation pour continuer ou clicquez Annuler pour quitter l`installation.
eng.LicenseMessage1_1=License
eng.LicenseMessage2_1=S'il vous plaît lire le contrat de licence suivant. Vous devez accepter les termes de ce contrat avant de continuer l'installation.
eng.LicenseMessage3_1=J'accepte le contrat de licence
eng.SystemMessage1_1=Système
eng.SystemMessage2_1=Le matériel suivant a été détecté dans votre système%nUtilisez la touche ci-dessous comme guide pour votre système
eng.SystemMessage3_1=Processeur
eng.SystemMessage3_2=Vidéo
eng.SystemMessage3_2_1=Indisponible
eng.SystemMessage3_3=Mémoire
eng.SystemMessage3_4=Système D'exploitation
eng.SystemMessage3_4_1=Inconnu
eng.SystemMessage3_5=Touche
eng.SystemMessage3_5_1=Critique
eng.SystemMessage3_5_2=Mauvais
eng.SystemMessage3_5_3=Moyenne
eng.SystemMessage3_5_4=Bon
eng.SystemMessage3_5_5=Excellent
eng.SystemMessage3_5_6=Requis
eng.SystemMessage3_6=Note
eng.SystemMessage3_7=Prerequisite
eng.SelectDirMessage1_1=Destination
eng.InformationMessage1_1=Information
eng.InformationMessage2_1=S'il vous plaît lire les informations importantes ci-dessous avant de continuer.


eng.SelectComponentMessage1_1=Composants
eng.SelectComponentMessage2_1=Select the components you want to install, clear the components you do not want to install.%nClick Next when you are ready to continue.
eng.SelectComponentMesesge3=Install %1
eng.SelectDirMessage2_1=Setup will install %1 into the following folder. To continue, click Next.%nIf you would like to select a different folder, click Browse.
eng.SelectDirMessage4_1=Total Space:
eng.SelectDirMessage4_2=Free Space:
eng.SelectDirMessage4_3=Recommeneded Space:
eng.SelectDirMessage4_4=Required Space:
eng.SelectGroupMessage1_1=Group
eng.SelectGroupMessage2_1=Setup will create the program's shortcuts in the following Start Menu folder.%nIf you would like to select a different folder, click Browse.
eng.SelectGroupMessage4_1=Don't create a Start Menu folder
eng.SelectGroupMessage4_2=Create a desktop icon
eng.SelectPriorityMessage1_1=Performance
eng.SelectPriorityMessage2_1=Select the priority you would like Setup to use while installing.%nSelecting priority will affect system perfomance.
eng.SelectPriorityMessage3_1=Low Priority
eng.SelectPriorityMessage3_2=Below Normal Priority
eng.SelectPriorityMessage3_3=Normal Priority
eng.SelectPriorityMessage3_4=Above Normal Priority
eng.SelectPriorityMessage3_5=High Priority
eng.SelectPriorityMessage3_6=Realtime Priority
eng.SelectTaskMessage1_1=Tasks
eng.SelectTaskMessage2_1=Select the additional tasks you would like Setup to perform while installing, then click Install.
eng.SelectTaskMesesge3=Install %1
eng.ReadyMessage1_1=Ready
eng.ReadyMessage2_1=Setup is now ready to begin installing %1 on your computer.%n%nClick Install to continue with the installation, or click Back if you want to review or change any settings.
eng.InstallMessage1_1=Install
eng.InstallMessage2_1=Please wait while Setup installs %1 on your computer.
eng.InstallMessage2_2=Please insert disc: %1
eng.InstallMessage3_1=Elapsed:
eng.InstallMessage3_2=Remaining:
eng.InstallMessage3_3_1=Copying %1 ...
eng.InstallMessage3_3_2=Installing %1...
eng.InstallMessage3_3_3=Rolling back changes...
eng.InstallMessage3_4=%1 Complete
eng.InstallMessage3_5=Please insert disc: %1
eng.FinishMessage1_1=Finish
eng.FinishMessage2_1=Setup has finished installing %1 on your computer.%n%nClick Finish to close Setup.
eng.FinishMessage2_2=Setup has encountered an error while installing, please re-run installation.
eng.UninstallMessage1_1=Uninstall
eng.UninstallMessage2_1=Please wait while Setup uninstalls %1 from your computer.
eng.UninstallMessage3_1=%1 Complete
eng.UninstallMessage3_2=Uninstalling...
eng.OtherMessage1_1=Setup failed to intialize.
eng.OtherMessage1_2=Error Code:
eng.OtherMessage2_1=Setup Initializing...
eng.OtherMessage2_2=Application:
eng.OtherMessage2_3=Publisher:
eng.OtherMessage3_1=%1 - Uninstallation
eng.OtherMessage3_2=%1 - Installation
eng.OtherMessage4_1=Music: Off
eng.OtherMessage4_2=Music: On
eng.OtherMessage4_3=Video: Off
eng.OtherMessage4_4=Video: On
eng.OtherMessage5_1=Quick Installation
eng.OtherMessage5_2=Custom Installation
eng.OtherMessage6_1=Launcher
eng.OtherMessage6_2=Configuration
eng.OtherMessage6_3=Uninstall
eng.OtherMessage7_1=ATI/nVidia Integrated Graphics
eng.OtherMessage7_2=Intel Integrated Graphics
eng.OtherMessage7_3=SiS/VIA Integrated Graphics
eng.ConversionUnit1_1=second
eng.ConversionUnit1_2=seconds
eng.ConversionUnit2_1=minute
eng.ConversionUnit2_2=minutes
eng.ConversionUnit3_1=hour
eng.ConversionUnit3_2=hours
eng.ConversionUnit4_1=MB
eng.ConversionUnit4_2=GB
eng.ConversionUnit4_3=TB
eng.ConversionUnit5_1=MHz
eng.ConversionUnit5_2=GHz
eng.ConversionUnit6_1=Bit

engAutorunMessage1_1=%1 - Installation
engAutorunMessage2_1=Launch
engAutorunMessage2_2=Install
engAutorunMessage2_3=Uninstall
engAutorunMessage2_4=Configuration
engAutorunMessage2_5=Close
[/QUOTE]
Reply With Quote
The Following User Says Thank You to REV0 For This Useful Post:
Razor12911 (05-04-2013)
  #338  
Old 05-04-2013, 10:23
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
@ferv look HERE for CIU 1.0.0.6 smallinstaller placement. Have fun
Reply With Quote
  #339  
Old 05-04-2013, 12:07
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
There is some problem. Progressbar not showing with installer.

1.

I'm using

#define ProgramFiles "F:\Program Files (x86)\Massive"

2. Time Remaining always say Test Run with compressed precomp and srep files. FIXED

Bad English sorry.

And there is script: Black_Box_Script_By_Kurutucu_V1.0.rar

Last edited by Kurutucu; 05-04-2013 at 15:17.
Reply With Quote
  #340  
Old 05-04-2013, 14:57
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by Kurutucu View Post
2. Time Remaining always say Test Run with compressed precomp and srep files.
1. Change
Code:
;#define records
into
Code:
#define records
in ISDone.iss File


2. Put attached records.inf in ISDone folder


Sorry for English
Attached Files
File Type: rar records.rar (109 Bytes, 29 views)
Reply With Quote
The Following User Says Thank You to y_thelastknight For This Useful Post:
Kurutucu (05-04-2013)
  #341  
Old 05-04-2013, 14:58
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
Quote:
Originally Posted by y_thelastknight View Post
1. Change
Code:
;#define records
into
Code:
#define records
in ISDone.iss File


2. Put attached records.inf in ISDone folder


Sorry for English
Ok. I will testing

Last edited by Kurutucu; 05-04-2013 at 15:00.
Reply With Quote
  #342  
Old 05-04-2013, 15:00
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by Kurutucu View Post
What I will write into the records.inf file?
Download the attachment
Reply With Quote
The Following User Says Thank You to y_thelastknight For This Useful Post:
Kurutucu (05-04-2013)
  #343  
Old 05-04-2013, 15:04
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
Quote:
Originally Posted by y_thelastknight View Post
Download the attachment
Don't fixed. Again
Reply With Quote
  #344  
Old 05-04-2013, 15:06
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by Kurutucu View Post
Don't fixed. Again
its for the test run problem
Reply With Quote
  #345  
Old 05-04-2013, 15:07
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
Quote:
Originally Posted by y_thelastknight View Post
its for the test run problem
No. This installer page. I click install but progress bar not seen.

Problem 2 fixed but 1 not fixed.

Last edited by Kurutucu; 05-04-2013 at 15:16.
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 15:35.


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