|
|
|
#1
|
|||
|
|||
|
Quote:
Use this form; FreeArcFile1={src}\Data1.bin;DestDir:{userdocs}\PC X2\;Disk:1 {userdocs} is a constant used by Inno Setup for the path; C:\Users\XXXXX\Documents\ |
| Sponsored Links |
|
#2
|
||||
|
||||
|
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) |
|
#3
|
|||
|
|||
|
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) |
|
#4
|
||||
|
||||
|
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}; |
|
#5
|
|||
|
|||
|
desktop + startmenu icon will be changed:
open installscript.iss Code:
;#define CustomBinaryIcon "SonicGenerations.ico" Code:
#define CustomBinaryIcon "SonicGenerations.ico" |
|
#6
|
||||
|
||||
|
i am having a question (how many redist can be putted in the Setup.ini ?)
I have putted a copy of my Setup.ini |
|
#7
|
||||
|
||||
|
It is possible to place the browser DVD button in the autorun?
Having to go exploring traditional DVD is very annoying ... |
|
#8
|
|||
|
|||
|
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
|
|
#9
|
|||
|
|||
|
Sorry but I do not understand Yener90 much you put this sentence, I have to do.
|
|
#10
|
||||
|
||||
|
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. |
|
#11
|
|||
|
|||
|
Quote:
|
|
#12
|
|||
|
|||
|
Yener90,
Thanks for the Update and the autorun customizations. |
|
#13
|
||||
|
||||
|
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? 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? Thanks for the update ... Last edited by lupetto77; 19-04-2012 at 18:29. |
|
#14
|
|||
|
|||
|
@lupetto77
1. example : Code:
ApplicationName = Left 4 Dead MyExecutableName = l4d.exe MyExecutableIconName2 = Multiplayer MyExecutableName2 = L4D2 Launcher.exe 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 |
|
#15
|
||||
|
||||
|
Yener bro can you add a music file, fontsize OnMouseOut and fontsize OnMouseOver in the Autorun?
|
![]() |
|
|
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 |