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)

yener90 13-04-2012 06:38

UPDATE 8.2.0
- Fixed button text problems
-> rebuilded completely
- Fixed for some users not appearing pics

Ademarpato 13-04-2012 11:44

Now yes, CI 8.2 is working perfectly on Win 7 x64
Thank you!
Congratulations by the program is practical and really cool!

Ademarpato 13-04-2012 18:44

Yener90, by removing the lines;
MyExecutableIconName2, MyExecutableName2, MyExecutablePath2 and GDFBinary2 from Setup.ini the button would have to disappear, right?
Am I doing something wrong?

http://img525.imageshack.us/img525/2159/exec2.jpg

yener90 13-04-2012 21:08

Sorry forgot really this point -.-
update will appear this afternoon.

kassane 14-04-2012 07:00

Quote:

Originally Posted by Ademarpato (Post 401960)
Yener90, by removing the lines;
MyExecutableIconName2, MyExecutableName2, MyExecutablePath2 and GDFBinary2 from Setup.ini the button would have to disappear, right?
Am I doing something wrong?

http://img525.imageshack.us/img525/2159/exec2.jpg

I solved this problem with two buttons "play" in this way:
Code:

Play2Left=9999 - Play2Top=99999
.
http://desmond.imageshack.us/Himg689...ng&res=landing

Ademarpato 14-04-2012 09:33

I think I found another problem in the extraction ...
Copy the folder CI 8.1 to perform the extraction fails;

http://i44.tinypic.com/206hatt.jpg

If you copy the files to another folder the error persists. Strangely only on desktop copying the error not occurred.

Thanks for new update ... When you provide it will test the buttons.
Thanks again for the support guy :p

yener90 14-04-2012 11:13

UPDATE 8.2.3
- Fixed one executable problem
- added RoundedCornerX and RoundedCornerY in AutorunSettings (Standard Value should be 0)
-> here is a pic if you set both to 200 (look at the corners):
http://img195.imageshack.us/img195/4082/examplesi.jpg
- added ButtonLabelX and ButtonLabelY in AutorunSettings and InterfaceSetting (Standard Value should be 0)
-> for moving the buttons text to left/right or up/down
- small fixes and cleaned code

kassane
percentage in progressbar view doesnt work with my installer :/

Ademarpato
its because path contains characters which is not supported by unzipper.

pakrat2k2 14-04-2012 13:27

no link for 8.2.2 only 7.2.5

alias-as 15-04-2012 04:49

waiting for the 8.2.2 :) ... thanx a lot yener

yener90 15-04-2012 11:18

ok uploaded 8.2.3 :p

lupetto77 15-04-2012 11:49

yener90 Thanks for the update ...

Can you tell me how do I add the second icon is not present in the setup.ini file entries:
MyExecutableIconName2 = L4D2 Launcher.ico
MyExecutableName2 = L4D2 Launcher.exe
MyExecutablePath2 = left 4 dead 2
how do you?

Another thing how do you make the image with rounded corners?

yener90 15-04-2012 12:04

custom icon is not supported in setup.ini.

change(in Files category in InstallSCript.iss):
Code:

Name: {group}\{code:MyExecutableIconName2}; Filename: {app}\{code:GetMyAppExePath2}\{code:GetMyAppExeName2}; WorkingDir: {app}\{code:GetMyAppExePath2}; Check: SecondExecCheck;
Name: {userdesktop}\{code:MyExecutableIconName2}; Filename: {app}\{code:GetMyAppExePath2}\{code:GetMyAppExeName2}; WorkingDir: {app}\{code:GetMyAppExePath2}; Check: SecondExecCheck;

to
Code:

Name: {group}\{code:MyExecutableIconName2}; Filename: {app}\{code:GetMyAppExePath2}\{code:GetMyAppExeName2}; WorkingDir: {app}\{code:GetMyAppExePath2}; IconFilename: {app}\L4D2 Launcher.ico; Check: SecondExecCheck;
Name: {userdesktop}\{code:MyExecutableIconName2}; Filename: {app}\{code:GetMyAppExePath2}\{code:GetMyAppExeName2}; WorkingDir: {app}\{code:GetMyAppExePath2}; IconFilename: {app}\L4D2 Launcher.ico; Check: SecondExecCheck;

you dont need to make the image like that.
setup makes it itself,
just change in AutorunSettings in Setup.ini
RoundedCornerX=0
RoundedCornerY=0
to for example
RoundedCornerX=200
RoundedCornerY=200

higher values will increase the effect, lower values will decrease

MyExecutableIconName2 => NAME OF SHORTCUT NOT OF THE ICON FILE
MyExecutablePath2...are you sure that your executable is in subfolder?

vendecido33 15-04-2012 12:52

Yener90 Thanks for all your work.

One question you have eliminated the cursor to put in the Setup.cab

yener90 15-04-2012 12:55

Quote:

Originally Posted by vendecido33 (Post 401989)
Yener90 Thanks for all your work.

One question you have eliminated the cursor to put in the Setup.cab

no no just changed the skin.
will never delete support for anything ;)

vendecido33 15-04-2012 12:57

She said that the 8.2.3 version of Setup.cab is different from the version 8.2.0


All times are GMT -7. The time now is 09:54.

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