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
  #1  
Old 12-05-2012, 17:43
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
How do i change the setup.exe icon in the C.I.8.2.7.1 using external instalation/compression?
I tried to resource hacker and works but the Setup.exe was corrupted after that;
I tried to compile the LangScript.iss but the icon not changed, i moved the Setup.exe to other place and continues with the same icon.
The icon only change when i use internal installation/compression
Sponsored Links
  #2  
Old 12-05-2012, 20:55
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
you dont compile langscript.iss but the installerscript.iss, delete the original setup.exe, have your icon file in same place as iss script, compile it making sure the define program files line is commented out, & that you have your external file lines in place. It will create new exe using the icon file specified.
  #3  
Old 13-05-2012, 10:16
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
you dont compile langscript.iss but the installerscript.iss, delete the original setup.exe, have your icon file in same place as iss script, compile it making sure the define program files line is commented out, & that you have your external file lines in place. It will create new exe using the icon file specified.
Yes, really worked! It's very simple
Thanks!
  #4  
Old 13-05-2012, 00:04
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
Pakarat2k2 please can you tell me how to put a DWORD regestry value in inno
Thanx
  #5  
Old 13-05-2012, 00:58
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.8
- fixed Uninstall icon in control panel/programs
- added alternate second shortcut:
-> "new" button is now config button
-> enable it the same way like the second shortcut
but with the only differene that you need to set
MyExecutableIconName2=Config
- fixed button bug

Last edited by yener90; 13-05-2012 at 09:23.
  #6  
Old 13-05-2012, 10:17
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by yener90 View Post
UPDATE 8.2.8
- fixed Uninstall icon in control panel/programs
- added alternate second shortcut:
-> "new" button is now config button
-> enable it the same way like the second shortcut
but with the only differene that you need to set
MyExecutableIconName2=Config
- fixed button bug
Thanks for the update! I will update my conversions!
  #7  
Old 17-05-2012, 14:09
davidwbiggs2011 davidwbiggs2011 is offline
Registered User
 
Join Date: Dec 2011
Location: Australia
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
davidwbiggs2011 is on a distinguished road
precomp error

hey yener, everytime i try installing i get a console application error for precomp0.4 what does this mean?
  #8  
Old 13-05-2012, 00:59
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
thanx yener i'll try this new CI
yener please can you tell me how to put a DWORD regestry value in inno
  #9  
Old 13-05-2012, 01: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
did you tried the way like in the tutorial?
Point:
How to insert registry keys
  #10  
Old 13-05-2012, 01:08
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
yes yener i tried but the problem is in the tutorial it makes a simple registry value not a DWORD value
  #11  
Old 13-05-2012, 01:10
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
upload your reg entry please
  #12  
Old 13-05-2012, 01:19
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
Here is

[HKEY_LOCAL_MACHINE\SOFTWARE\CAPCOM]

[HKEY_LOCAL_MACHINE\SOFTWARE\CAPCOM\LOSTPLANET 2]
"InstallDir"="C:\\Program Files\\Lost Planet 2\\"
"launch"=dword:00000000
"Language"="1033"

i look for this line : "launch"=dword:00000000
  #13  
Old 13-05-2012, 01:31
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
How to insert registry keys
this way it works.

look here:
[Registry]
Root: HKLM; SubKey: "SOFTWARE\CAPCOM\LOSTPLANET 2"; ValueName: InstallDir; ValueData: "C:\\Program Files\\Lost Planet 2\\"; ValueType: string;
Root: HKLM; SubKey: "SOFTWARE\CAPCOM\LOSTPLANET 2"; ValueName: launch; ValueData: 00000000; ValueType: dword;
Root: HKLM; SubKey: "SOFTWARE\CAPCOM\LOSTPLANET 2"; ValueName: Language; ValueData: "1033"; ValueType: string;
  #14  
Old 13-05-2012, 01:34
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
thank you yener thats what i was looking for
you are the best dude
  #15  
Old 26-05-2012, 12:12
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
1.I have to put these registry keys as I write?

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\BioWare]

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\BioWare\Ma ss Effect 3]
"Path"="C:\\Program Files (x86)\\BioWare\\Mass Effect 3"
"locale"="it_IT"

I would like if possible when I uninstall the game was going to throw the keys created.



2.Per modificare la grandezza dell'immagine dello splashscreen dove devo andare a modificare?



3.In setup.ini this dll need to be able to choose which language to install right?

[InstallSettings]
GDFBinaryCZ = GDFBinary_cs_CZ.dll
GDFBinaryDE = GDFBinary_de_DE.dll
GDFBinaryEN = GDFBinary_en_US.dll
GDFBinaryES = GDFBinary_es_ES.dll
GDFBinaryFR = GDFBinary_fr_FR.dll
GDFBinaryHU = GDFBinary_hu_HU.dll
GDFBinaryIT = GDFBinary_it_IT.dll
GDFBinaryNL = GDFBinary_nl_NL.dll
GDFBinaryPL = GDFBinary_pl_PL.dll
GDFBinaryPR = GDFBinary_pt_PT.dll
GDFBinaryRU = GDFBinary_ru_RU.dll

4.Another question to create the second but not Config icon but a pleasure to just change these lines with the name we give to the second icon right?

MyExecutableIconName2 = Config
MyExecutableName2 = fifaconfig.exe
MyExecutablePath2 = Game \ fifasetup

5.Sorry one more thing to change the image size dell'autorun these 2 values ​​are right?

[AutorunSettings]
AutorunWidth = 600
AutorunHeight = 600

Last edited by lupetto77; 26-05-2012 at 15:52.
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 18:09.


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