LiveWire Network Peer Answers Peer Support Teen Forums Tech Forums College Forums 588 users online 225134 members 772 active today Advertise Here Sign In
TeenCollegeTechPhotos | Quizzes | LiveSecret | Memberlist | Dictionary | News | FAQ
Member Spotlight
smartgurl16
Music: mostly r&b
Mood: Bored
You have 1 new message.
Emergency Help
Until you sign up you can't do much. Yes, it's free.

Sign Up Now
Membername:
Password:
Already have an account?
Invite Friends
Active Members
Groups
Contests
Moderators
4 online / 34 MPM
Fresh Topics
  LiveWire / Technical Forums / Programming & Application Development / Adding Reply

Adding Reply
Archived Topic: It will not be bumped to the top of the forum.
Topic Question about programming
Membername   Not a member? Sign Up Free (takes 20 seconds)
Password   Forgotten your password?
Post

Font:   Size:   Color:

FAQ Keyword Search:
Post Options
Favorites Manager
Notify me of new replies to this topic by email
Notify me of new replies to this topic by private message
Original Post
SilverStyler Posted at 5:30 am on Sep. 24, 2004
Okay, I want to make two files for a cd-rom or cd-rw. The first should autorun at start, which is easily doen through a .ini script with it. But how do it make it so it will open up directory's and/or movies (multiple formats).

The second question is how to make an installation program, preferably done through C++.

Any help on this would be appreciated...

Replies
sakurag Posted at 9:14 am on Sep. 24, 2004
Making an install program can be very difficult, as it requires a LOT of work up front, and can be hard to manage.  There are install programs  you can download off the internet, as well as I think Microsoft has one that is available through visual studio.  Other than that, there is InstallShield, among others.  They cost money though.  Writing one yourself is a different story.

If you'd like to do this, take a look into the win32 API as well as a compression format or packaging format you'd like to use to package your files up.