|
-
May 1st, 2009, 04:10 AM
#3
Re: system files to include in deployment
 Originally Posted by Trekker182
How would I know which system files that a game that I made in VB 2008 Express would need to access a database I would want to be located in the same directory?
The reason I'm asking is because pretty much all of these MSI type install programs need to be told what to include in the install package.
I want to get everything into one setup file that I can install on a friend's computer to play my game that doesn't have VB express installed on it.
thanks
All you would need on your friends computer to get your application running are:
1. .NET framework (same or higher version than yours)
2. Your application EXE
3. Any custom dlls etc. you might be using for your applicaiton (usually located in bin directory)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|