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)

pakrat2k2 12-05-2012 20:55

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.

alias-as 13-05-2012 00:04

Pakarat2k2 please can you tell me how to put a DWORD regestry value in inno
Thanx :)

yener90 13-05-2012 00:58

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

alias-as 13-05-2012 00:59

thanx yener :) i'll try this new CI
yener please can you tell me how to put a DWORD regestry value in inno

yener90 13-05-2012 01:04

did you tried the way like in the tutorial?
Point:
How to insert registry keys

alias-as 13-05-2012 01:08

yes yener i tried but the problem is in the tutorial it makes a simple registry value not a DWORD value

yener90 13-05-2012 01:10

upload your reg entry please ;)

alias-as 13-05-2012 01:19

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

yener90 13-05-2012 01:31

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;

alias-as 13-05-2012 01:34

thank you yener thats what i was looking for
you are the best dude :)

Fabioddq 13-05-2012 10:16

Quote:

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

Fabioddq 13-05-2012 10:17

Quote:

Originally Posted by yener90 (Post 402563)
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! :D

davidwbiggs2011 17-05-2012 14:09

precomp error
 
hey yener, everytime i try installing i get a console application error for precomp0.4 what does this mean?

lupetto77 26-05-2012 12:12

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

napalmguy 26-05-2012 12:30

the big still exists in latest CI version

in Deus Ex Human Revolution when specify

[InstallSettings]
GDFBinary=dxhr.exe
GDFBinary2=The Missing Link\dxhrml.exe

the GDF installs to game explorer but game Play task is started from the main {app} folder not from The Missing Link folder

i checked to see if the problem is game specific so i installed the GDF manually using game explorer helper from DXSDK and it installed correctly with tasks in correct folder

can you please check this problem?

thanks in advance for latest CI

Edit: in registry

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\GameUX\Games\{7E6A78F0-BEED-4136-BA98-101813137E4D}]
"ConfigApplicationPath"="D:\\Deus Ex Human Revolution"
"AppExePath"="D:\\Deus Ex Human Revolution\\dxhrml.exe"


where it should be

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\GameUX\Games\{7E6A78F0-BEED-4136-BA98-101813137E4D}]
"ConfigApplicationPath"="D:\\Deus Ex Human Revolution\\The Missing Link"
"AppExePath"="D:\\Deus Ex Human Revolution\\The Missing Link\\dxhrml.exe"

so the problem could be in function GetMyAppExePath2


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