FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   INNO TROUBLESHOOT - Questions Here (https://fileforums.com/showthread.php?t=93193)

ferv 04-04-2013 10:41

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

http://img268.imageshack.us/img268/1786/installerk.jpg

pakrat2k2 04-04-2013 13:51

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 ?

ferv 04-04-2013 19:04

Quote:

Originally Posted by pakrat2k2 (Post 416633)
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:D

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

spawniectes 04-04-2013 21:31

Quote:

Originally Posted by ferv (Post 416641)
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:D

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.

spawniectes 04-04-2013 21:35

Something like this

http://img10.imageshack.us/img10/412...linstaller.png

ferv 04-04-2013 23:51

Quote:

Originally Posted by spawniectes (Post 416645)

:)Thank you, good trick!! i'm editing the bmp right now:D

REV0 05-04-2013 07:32

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]

BAMsE 05-04-2013 10:23

@ferv look HERE for CIU 1.0.0.6 smallinstaller placement. Have fun

Kurutucu 05-04-2013 12:07

There is some problem. Progressbar not showing with installer.

1. http://i46.tinypic.com/2uo0tg7.jpg

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

y_thelastknight 05-04-2013 14:57

1 Attachment(s)
Quote:

Originally Posted by Kurutucu (Post 416684)
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

Kurutucu 05-04-2013 14:58

Quote:

Originally Posted by y_thelastknight (Post 416690)
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

y_thelastknight 05-04-2013 15:00

Quote:

Originally Posted by Kurutucu (Post 416691)
What I will write into the records.inf file?

Download the attachment

Kurutucu 05-04-2013 15:04

Quote:

Originally Posted by y_thelastknight (Post 416693)
Download the attachment

Don't fixed. Again http://i46.tinypic.com/2uo0tg7.jpg

y_thelastknight 05-04-2013 15:06

Quote:

Originally Posted by Kurutucu (Post 416694)
Don't fixed. Again

its for the test run problem :confused:

Kurutucu 05-04-2013 15:07

Quote:

Originally Posted by y_thelastknight (Post 416695)
its for the test run problem :confused:

No. This installer page. I click install but progress bar not seen.

Problem 2 fixed but 1 not fixed.


All times are GMT -7. The time now is 08:28.

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