View Single Post
Old Nov 9th, 2004, 12:10 PM   #3
kurifu
Expert Programmer
 
kurifu's Avatar
 
Join Date: Jul 2004
Location: Halifax, Nova Scotia (Canada)
Posts: 784
Rep Power: 5 kurifu is on a distinguished road
Send a message via ICQ to kurifu Send a message via MSN to kurifu
You need to get an installer, or write your own installer... using MS's installer or the installer that WinAmp distributes freely will both work and using one of them is MUCh eaiser than writing your own.

You than need to figure out what files need to be distirbuted, this can be a bit tricky if your project depends on any external DLLs or OCX objects... the best way to figure this out is to try to run the program on a bare Windows installation, it will tell you what files it needs if any are missing, write down the required files and include them in your disitribution.

Compile your installation package and away you go.
__________________
Clifford Matthew Roche <geek@cliffordroche.com>
Web Hosting: http://www.crd-hosting.com
Consulting: http://www.crdev-consulting.com
kurifu is offline   Reply With Quote