FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   yener90's Inno Project Source Codes (https://fileforums.com/showthread.php?t=91563)

Stacked Deck 01-12-2012 10:57

hey yener, does ci and ciu support cls-precomp inside v0.2.3? Its current is 0.2.2.
Pro frager released it a few days ago as an addon for isdone 0.6final...

zura 01-12-2012 12:52

Hi, I'enjoying the new things in CIU 1.0 and I have some suggestions that may improve it:

- when the user closes installation window or when install ends, autorun window should run again automatically (so the person can select "play" after completeing the installation)

-I got a small bug when I set "my setup.ini" to this:


Code:

//Second Executable
MyExecutableIconName2=Settings
MyExecutableName2=settings.exe
MyExecutablePath2=Binaries\
//


the button text became "Play Settings"

please could you remove the "Play" word from the second executable button?

keep on the good work :)

yener90 01-12-2012 13:09

MyExecutableIconName2=Settings to MyExecutableIconName2=config

zura 01-12-2012 14:22

is there a way to modify "custom installation" button individually without changing "back" button location?
imo "custom install" should be in the same side with "next" and "default install" should be with "back"

JacksMafia 02-12-2012 05:41

yener90 just small question how can i remove the Equalizer Button ?
thanks

yener90 02-12-2012 05:59

change left or top of EqualizerButton to an really high value
currently didnt add an option to hide it.

zura 02-12-2012 06:16

to hide the Equalizer Button from autorun open your setup.ini and remove this:

Code:

[EqualizerButtonAR]
Left=535
Top=333
Width=31
Height=120
Visible=1

to hide the Equalizer Button from setup remove this

Code:

[EqualizerButton]
Left=630
Top=430
Width=31
Height=120


JacksMafia 02-12-2012 06:21

zura
this wouldn't do it and will leave empty pic in your autorun and installer

REV0 02-12-2012 06:30

Quote:

Originally Posted by yener90 (Post 411408)
change left or top of EqualizerButton to an really high value
currently didnt add an option to hide it.

I did this in Total War Collection and works. FYI, Also if you make all values 0, you wont hear the music during install.

Cheers

REV0 02-12-2012 06:31

Quote:

Originally Posted by zura (Post 411385)
is there a way to modify "custom installation" button individually without changing "back" button location?
imo "custom install" should be in the same side with "next" and "default install" should be with "back"

switch their position in setup, problem solved

zura 02-12-2012 06:51

Quote:

switch their position in setup, problem solved
when i switched custom installation button "back" button changed its location too, i'm lookin' for a way to make "custom" and "next" in the same side not "custom" and "back"

Fabioddq 02-12-2012 18:00

Hi yener! The Browser DVD button text is not translated to Portuguese Brazil.

should show Explorar DVD instead Browser DVD. ;)

It's possible customize time of fade in/out effect of the buttons? And where do I put the ButtonOneLiner?

EDIT...

Setup.cab Cryptor not working for me. I put the files in a Blank folder (Setup folder), but after run Setup.cab Cryptor a have the error message: Where are the files that i should crypt...

EDIT2...

I have other error message in welcome page. The buttons don't appear and i get if i try move the window or click in the buttons: Access violation at address 0049EE9AE in module 'Setup.tmp'. Read of address 00000000.

Thanks for help...

yener90 03-12-2012 00:18

Quote:

Originally Posted by Fabioddq (Post 411441)
Hi yener! The Browser DVD button text is not translated to Portuguese Brazil.

should show Explorar DVD instead Browser DVD. ;)

It's possible customize time of fade in/out effect of the buttons? And where do I put the ButtonOneLiner?

EDIT...

Setup.cab Cryptor not working for me. I put the files in a Blank folder (Setup folder), but after run Setup.cab Cryptor a have the error message: Where are the files that i should crypt...

EDIT2...

I have other error message in welcome page. The buttons don't appear and i get if i try move the window or click in the buttons: Access violation at address 0049EE9AE in module 'Setup.tmp'. Read of address 00000000.

Thanks for help...

does this happen with original?
without edited files?

Fabioddq 03-12-2012 04:54

Quote:

Originally Posted by yener90 (Post 411459)
does this happen with original?
without edited files?

I port to my conversion of Hitman. Autorun work perfectly, but I had these problems mentioned above. I port everything...
Setup cryptor also doesn't work with the original files.
You want me to send my files so that you can analyze?

yener90 03-12-2012 05:34

ok dude^^ send it to me

Fabioddq 03-12-2012 05:39

Quote:

Originally Posted by yener90 (Post 411470)
ok dude^^ send it to me

Check your PM to get the link. ;)

JacksMafia 03-12-2012 06:33

[QUOTE
EDIT2...

I have other error message in welcome page. The buttons don't appear and i get if i try move the window or click in the buttons: Access violation at address 0049EE9AE in module 'Setup.tmp'. Read of address 00000000.

Thanks for help...[/QUOTE]
yeah i have the same problem too but it's in the installer page and happens when i try to close the installer
http://img201.imageshack.us/img201/1667/78297911.jpg

zura 03-12-2012 08:02

btw in the french autorun "exit button" should display "Fermer" (means close) and not "Terminer" (it means finish)

yener90 03-12-2012 13:08

Update 1.0.0.2:
- fixed French & portuguese language
- fixed error in welcomepage
- updated Cryptor

sorry im pissed off...

JacksMafia 03-12-2012 16:50

great work yener now it's working good just one thing though how i can move small buttons up and down on the small installer cause i want to resize small installer
thanks for your efforts

Fabioddq 03-12-2012 19:58

Quote:

Originally Posted by yener90 (Post 411498)
Update 1.0.0.2:
- fixed French & portuguese language
- fixed error in welcomepage
- updated Cryptor

sorry im pissed off...

Don't worry, you do an excellent job and we are very grateful that you share with us your great work.

Thanks for the update. I will try and post my results! ;)

Just one question: Where i add ButtonOneLiner?

EDIT...
I discovered! Now is OneLiner=1 under [StandardButton] on SETUP DESIGN BUTTON. :p

Fabioddq 03-12-2012 20:29

Works great now yener! Thanks! :D

Other little question: It's possible add EqualizerSelected? :p

yener90 04-12-2012 00:10

currently its not possible ;)

yener90 04-12-2012 00:14

Quote:

Originally Posted by JacksMafia (Post 411507)
great work yener now it's working good just one thing though how i can move small buttons up and down on the small installer cause i want to resize small installer
thanks for your efforts

it automaticly resizes it.
and change value of Small installer shadow to 0 if you dont use different background pics.

i realized that i need to update tutorial...currenlty im busy.

budianto2in1 04-12-2012 02:50

is there some kind of manual for creating transparent background for installer and autorun. i noticed there are 2 files for them. a png and a bmp files.. do i need them both? n do i need to crop the image manually? thx in advanced.....

JacksMafia 04-12-2012 08:52

Quote:

Originally Posted by yener90 (Post 411516)
it automaticly resizes it.
and change value of Small installer shadow to 0 if you dont use different background pics.

i realized that i need to update tutorial...currenlty im busy.

will it didn't automaticly resizes it take a look here the video button and the cancel button are over the text
http://img846.imageshack.us/img846/6817/56806042.jpg

and take your time man there is no rush here :cool:

yener90 04-12-2012 13:05

Quote:

Originally Posted by JacksMafia (Post 411529)
will it didn't automaticly resizes it take a look here the video button and the cancel button are over the text
and take your time man there is no rush here :cool:

the problem was not you :p
private problems^^
Code:

[SmallInstaller]
Shadow=60

change this value to 0

JacksMafia 04-12-2012 13:12

thanks mate now it's perfect

Fabioddq 04-12-2012 13:25

Yener, is not possible use transparent background.png without background.bmp? Very hard to make this image in bmp. My never fit and are always sucks. :(

JacksMafia 04-12-2012 13:30

i agree with Fabioddq here i tried it to and didn't made it it needs a pro in photoshop

yener90 04-12-2012 13:48

its really easy...will upload video tutorial using gimp.

unfortunately not...would also prefer.

Fabioddq 04-12-2012 13:59

I find way with Photoshop CS5:

Take your picture with a transparent background and select the layer with ctrl pressed:

https://lh3.googleusercontent.com/-K...zo/s1920/1.jpg

Your image is perfectly selected:

https://lh6.googleusercontent.com/-P...M4/s1920/2.jpg

Now just use the brush and paint it black:

https://lh3.googleusercontent.com/-r...DE/s1920/3.jpg

And then put a white background:
https://lh3.googleusercontent.com/-j...Bo/s1920/4.jpg

Now do it the same with buttons and logo. :D

yener90 04-12-2012 15:04

my way....finish png picture.
then in gimp you can force editing transparent areas. i checked it and filled image with black. then just put a white backgroud, finished.

amin fear 04-12-2012 15:16

Quote:

Originally Posted by yener90 (Post 411545)
then in gimp

in my opinion , seems that yener90 is a serious supporter of open source world...:D

For using the best Adobe Photoshop competitor in open source world...:)

I like this approach...

JacksMafia 04-12-2012 16:03

Quote:

Originally Posted by yener90 (Post 411543)
its really easy...will upload video tutorial using gimp.

yeah i'll wait for that:D:D

Fabioddq 04-12-2012 20:44

I make my suggestions but continues sucks for me. Images, logo and buttons all very serrated. I'm waiting for video tutorial too. :D

yener90 05-12-2012 04:07

here is the video tutorial:
http://goo.gl/c7vxI

JacksMafia 05-12-2012 06:19

hey Yener i have noticed that when install begins and there is video and backgrounds in setup if i stopped the video the music should work right?
but the case here is that the audio from the video file keep on working while there is no video and backgrounds working i still use the old video format avi and not mp4

Fabioddq 05-12-2012 06:21

Quote:

Originally Posted by yener90 (Post 411575)
here is the video tutorial:
http://goo.gl/c7vxI

:eek: Much easier than in photoshop! :p

I will try! Thanks! :D

Is the same process in GIMP 2.8.2 ?

Peter Ali 05-12-2012 08:30

Setup.cab Cryptor.exe
 
Help me Yener please!!, I can't use Setup.cab Cryptor.exe
I put Setup.cabCryptor.exe to c:\
I've Create Setup folder in C:\
and 3 folder inside C:\setup ( Setup , Autorun . Background )
When I launch Setup.cab Cryptor.exe ,
I've message "Where did you put me?? sory I cant start here"
Where the wrong from me.
Thx


All times are GMT -7. The time now is 11:52.

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