forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

an mc program installer

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PS2 Development
View previous topic :: View next topic  
Author Message
ps2freak



Joined: 22 Jul 2004
Posts: 4

PostPosted: Thu Jul 22, 2004 4:00 am    Post subject: an mc program installer Reply with quote

hello,

it is easy to make something which is on a cd-r and when i run it there comes a message wchich says "Program installed successful" and then alle the contents of a INSTALL Directory will be copy to my meroycard.

It is easy to make a program like this or not ?

Can someone explain me how can i extract the files in a -elf file ? I think an elf file is a packed file with the program right ?

hmm, i don't know how i can describe my problems. i have so many questions. my problem is, i don't know where i can start develop a simple programm which displays a text like "Hello world" and how i can convert the files into the format for a ps2 disc ?

thanks and sorry for the many questions.
Back to top
View user's profile Send private message
blackdroid



Joined: 17 Jan 2004
Posts: 564
Location: Sweden

PostPosted: Thu Jul 22, 2004 7:29 am    Post subject: Reply with quote

start with the tutorials and the "start here" button on ps2dev.org, also check the examples that come with ps2sdk.
_________________
Kung VU
Back to top
View user's profile Send private message Visit poster's website
snyggebo



Joined: 24 Sep 2008
Posts: 2

PostPosted: Wed Sep 24, 2008 2:40 am    Post subject: installer! Reply with quote

Hi!

@ps2freak (sorry for stealing your thread! )...

im new here and totally off when it comes to coding! but i would really like a simple installer that makes use of simple (install.cnf) files for example and then start the installation from the apps rootdir with the install.cnf in that root.

For example browse to mass:/installer and then start for example installer.elf
and then installer.elf reads install.cnf and for example overwrites mass0:/BOOT/BOOT.ELF

This would be great since i have friends that wants to upgrade stuff on their memcards and really don't have a clue what they are doing!...

I should probably add that i'm using FCMB and have no modchip!

Regards.
//snyggebo
Back to top
View user's profile Send private message
cosmito



Joined: 04 Mar 2007
Posts: 314
Location: Portugal

PostPosted: Wed Sep 24, 2008 7:49 am    Post subject: Re: an mc program installer Reply with quote

ps2freak wrote:
Can someone explain me how can i extract the files in a -elf file ? I think an elf file is a packed file with the program right
Hi,

A PS2 executable uses the ELF format but packing has nothing to do with it.

However, there is a homebrew packer that takes a regular PS2 ELF, packs it and generates another executable that once run, takes the previously packed binary, decrunches it and executes it. So, you can see this generated ELF as a sort of packed executable (a self-extracting executable). But a ELF produced by a compiler isn't packed, unless you pack it manually.

ps2freak wrote:
hmm, i don't know how i can describe my problems. i have so many questions.
I suggest you to take you time and start looking at what's available : how to build the toolchain, the documentation, explore the examples and the sdk. This usually takes a lot of time for beginners, but it's a unavoidable path.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PS2 Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group