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 17-04-2012, 11:59
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
Quote:
Originally Posted by alias-as View Post
good afternoon yener
i need some help dude i wanna transfer some files to my documents folder "Mes douments in french" to this folder C:\Users\XXXX\Documents\PCX2 ... in setup.ini i put it like that:
FreeArcFile1={src}\Data1.bin;DestDir:%userprofile% \Documents\PCX2\;Disk:1

that's not working .... so if you can give me the correct DestDir code thnx
Hello alias-as,

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  
Old 17-04-2012, 21:20
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
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  
Old 18-04-2012, 03:22
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.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  
Old 18-04-2012, 06: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
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  
Old 18-04-2012, 08:37
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
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
  #6  
Old 18-04-2012, 10:07
Th3Raven's Avatar
Th3Raven Th3Raven is offline
Registered User
 
Join Date: Mar 2012
Location: Romania
Posts: 90
Thanks: 57
Thanked 54 Times in 33 Posts
Th3Raven is on a distinguished road
Send a message via Yahoo to Th3Raven
i am having a question (how many redist can be putted in the Setup.ini ?)

I have putted a copy of my Setup.ini
Attached Files
File Type: rar Setup.rar (1.0 KB, 26 views)
  #7  
Old 18-04-2012, 08:52
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
It is possible to place the browser DVD button in the autorun?
Having to go exploring traditional DVD is very annoying ...
  #8  
Old 18-04-2012, 11:06
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.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  
Old 18-04-2012, 15:23
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
Quote:
Originally Posted by yener90 View Post
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.
  #10  
Old 18-04-2012, 20:20
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
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  
Old 19-04-2012, 03:31
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
Quote:
Originally Posted by pakrat2k2 View Post
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.
  #12  
Old 19-04-2012, 05:09
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,

Thanks for the Update and the autorun customizations.
  #13  
Old 19-04-2012, 12:34
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
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  
Old 19-04-2012, 14:05
artdekdok artdekdok is offline
Registered User
 
Join Date: Dec 2008
Location: Kepler-22
Posts: 41
Thanks: 2
Thanked 66 Times in 13 Posts
artdekdok is on a distinguished road
@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
  #15  
Old 24-04-2012, 15:50
gatosky1620's Avatar
gatosky1620 gatosky1620 is offline
Registered User
 
Join Date: Oct 2011
Location: Perú
Posts: 287
Thanks: 13
Thanked 966 Times in 131 Posts
gatosky1620 is on a distinguished road
Yener bro can you add a music file, fontsize OnMouseOut and fontsize OnMouseOver in the Autorun?
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 09:10.


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