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 17-04-2012 21:20

alias-as just a few more for future reference.

{Userdocs}-User Documents
{Commondocs}-Shared Documents
{Localappdata} - Application Data
{Commonappdata} - All Users \ Application Data
{Pf} - Program Files
{Pf32} - Program Files (x86)

yener90 18-04-2012 03:22

UPDATE 8.2.5
- added two fonts support -> name: first font = font.ttf, second font = font2.ttf
- updated TrayIconCntrl to 1.5
- small fixes
- all buttons are customizable now (doesnt mean that you need to use these images)
Autorun:
-> Play Button = Button.png
-> Play 2 Button = Button2.png (if you dont add it, Button.png will be used instead)
-> Install/Uninstall Button = Button3.png (if you dont add it, Button.png will be used instead)
-> Exit Button = Button4.png (if you dont add it, Button.png will be used instead)
Installer:
-> Browse Button = SmallButton.png
-> Small Music Button in installation= SmallButton2.png (if you dont add it, SmallButton.png will be used instead)
-> Small Cancel Button in installation= SmallButton3.png (if you dont add it, SmallButton.png will be used instead)

alias-as 18-04-2012 06:04

good afternoon guys
i have another problem lol ...
how can i change the icon of the desktop shortcut of the executable.

Name: {userdesktop}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName }; WorkingDir: {app}\{code:GetMyAppExePath}; IconFilename: {app}\{code:GetMyAppExePath}\{#CustomBinaryIcon};

yener90 18-04-2012 08:37

desktop + startmenu icon will be changed:
open installscript.iss
Code:

;#define CustomBinaryIcon "SonicGenerations.ico"
delete the underlined sign so it looks like this:
Code:

#define CustomBinaryIcon "SonicGenerations.ico"
change the icon file to your one (example: SonicGenerations.ico => Game.ico) and put it next to the installscript.iss and compile

kassane 18-04-2012 08:52

It is possible to place the browser DVD button in the autorun?
Having to go exploring traditional DVD is very annoying ...

Th3Raven 18-04-2012 10:07

1 Attachment(s)
i am having a question (how many redist can be putted in the Setup.ini ?)

I have putted a copy of my Setup.ini

yener90 18-04-2012 11:06

UPDATE 8.2.6
- License Page support added (To enable: define LicenseFile= or in langauges section in InstallScript.iss)
- small fixes

Th3Raven
8..it needs to be in numeric order, which is wrong in your Setup.ini

kassane
This is old school :p

vendecido33 18-04-2012 15:23

Quote:

Originally Posted by yener90 (Post 402048)
UPDATE 8.2.6
- License Page support added (To enable: define LicenseFile= or in langauges section in InstallScript.iss)

Sorry but I do not understand Yener90 much you put this sentence, I have to do.

pakrat2k2 18-04-2012 20:20

If when creating the installer for your game, you want a text file to be displayed then enable the line
;LicenseFile=EULA\eula.rtf in InstallerScript.iss ( remove the ; from beginning of the line )
then compile the script.

This will display the eula.rtf file before installation of the game.

vendecido33 19-04-2012 03:31

Quote:

Originally Posted by pakrat2k2 (Post 402056)
If when creating the installer for your game, you want a text file to be displayed then enable the line
;LicenseFile=EULA\eula.rtf in InstallerScript.iss ( remove the ; from beginning of the line )
then compile the script.

This will display the eula.rtf file before installation of the game.

If I can understand, what not to put parameters have to read it.

Ademarpato 19-04-2012 05:09

Yener90,

Thanks for the Update and the autorun customizations.

lupetto77 19-04-2012 12:34

2 things I would ask you if you can ever do ...

1. the second icon that created you can 'just leave the name of the icon in this case L4D2 Launcher
or not, as in the image below left 4 dead 2 L4D2 Launcher?

http://s7.imagestime.com/out.php/i696217_2icone.jpg

2. I go into the file setup.ini in these lines and edit so to install just an icon

/ / MyExecutableIconName2 L4D2 Launcher
/ / MyExecutableName2 = L4D2 Launcher.exe
/ / MyExecutablePath2 =

but nell'autorun but 'the first key is posted dall'altri as shown below how can I fix?

http://s7.imagestime.com/out.php/i69...iconamanca.jpg

Thanks for the update ...

artdekdok 19-04-2012 14:05

@lupetto77

1. example :
Code:

ApplicationName = Left 4 Dead
MyExecutableName = l4d.exe
MyExecutableIconName2 = Multiplayer
MyExecutableName2 = L4D2 Launcher.exe

you get
first desktop icon name : Left 4 Dead (ApplicationName)
second desktop icon name : Left 4 Dead Multiplayer (ApplicationName + MyExecutableIconName2)

2. fix by edit position of PlayLeft , PlayTop

gatosky1620 24-04-2012 15:50

Yener bro can you add a music file, fontsize OnMouseOut and fontsize OnMouseOver in the Autorun?

gatosky1620 25-04-2012 10:50

how i extract the "cursor" of the game please help


All times are GMT -7. The time now is 12:22.

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