Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #331  
Old 13-04-2012, 06:38
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
UPDATE 8.2.0
- Fixed button text problems
-> rebuilded completely
- Fixed for some users not appearing pics
Sponsored Links
  #332  
Old 13-04-2012, 11:44
Ademarpato Ademarpato is offline
Registered User
 
Join Date: Nov 2009
Location: Brazil
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Ademarpato is on a distinguished road
Now yes, CI 8.2 is working perfectly on Win 7 x64
Thank you!
Congratulations by the program is practical and really cool!
  #333  
Old 13-04-2012, 18:44
Ademarpato Ademarpato is offline
Registered User
 
Join Date: Nov 2009
Location: Brazil
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Ademarpato is on a distinguished road
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
  #334  
Old 13-04-2012, 21:08
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
Sorry forgot really this point -.-
update will appear this afternoon.
  #335  
Old 14-04-2012, 07:00
kassane's Avatar
kassane kassane is offline
Registered User
 
Join Date: Nov 2011
Location: Somewhere in the World
Posts: 174
Thanks: 578
Thanked 117 Times in 47 Posts
kassane is on a distinguished road
Quote:
Originally Posted by Ademarpato View Post
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
.
  #336  
Old 14-04-2012, 09:33
Ademarpato Ademarpato is offline
Registered User
 
Join Date: Nov 2009
Location: Brazil
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Ademarpato is on a distinguished road
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
  #337  
Old 14-04-2012, 11:13
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
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.

Last edited by yener90; 15-04-2012 at 11:11.
  #338  
Old 14-04-2012, 13:27
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
no link for 8.2.2 only 7.2.5
  #339  
Old 15-04-2012, 04:49
alias-as's Avatar
alias-as alias-as is offline
Registered User
 
Join Date: Sep 2011
Location: France
Posts: 64
Thanks: 30
Thanked 3 Times in 2 Posts
alias-as is on a distinguished road
waiting for the 8.2.2 ... thanx a lot yener
  #340  
Old 15-04-2012, 11:18
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
ok uploaded 8.2.3
  #341  
Old 15-04-2012, 11:49
lupetto77's Avatar
lupetto77 lupetto77 is offline
Registered User
 
Join Date: Nov 2008
Location: Italia
Posts: 87
Thanks: 1
Thanked 2 Times in 2 Posts
lupetto77 is on a distinguished road
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?

Last edited by lupetto77; 15-04-2012 at 11:52.
  #342  
Old 15-04-2012, 12:04
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
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?

Last edited by yener90; 15-04-2012 at 12:06.
  #343  
Old 15-04-2012, 12:52
vendecido33 vendecido33 is offline
Banned
 
Join Date: Jul 2010
Location: Spain
Posts: 40
Thanks: 0
Thanked 2 Times in 2 Posts
vendecido33 is on a distinguished road
Yener90 Thanks for all your work.

One question you have eliminated the cursor to put in the Setup.cab
  #344  
Old 15-04-2012, 12:55
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
Quote:
Originally Posted by vendecido33 View Post
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
  #345  
Old 15-04-2012, 12:57
vendecido33 vendecido33 is offline
Banned
 
Join Date: Jul 2010
Location: Spain
Posts: 40
Thanks: 0
Thanked 2 Times in 2 Posts
vendecido33 is on a distinguished road
She said that the 8.2.3 version of Setup.cab is different from the version 8.2.0
Closed Thread


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 - Questions Here REV0 Conversion Tutorials 1565 29-11-2024 09:51
Inno Setup: Additional Libraries altef_4 Conversion Tutorials 50 21-10-2020 09:59
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57
Help- How to extract a .bin file compressed by a code ? Adonix Conversion Tutorials 22 22-03-2015 15:02
yener90's older Inno Project Source Codes THADEADMAN2011 PC Games - CD/DVD Conversions 0 16-06-2012 03:40



All times are GMT -7. The time now is 03:55.


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