|
-
May 1st, 2007, 08:42 AM
#1
Thread Starter
New Member
[02/03] how to publish???
hello
Does any one know how to install(not sure if that is the right word) a .NET applacation.
I have to put the applacation on a cd and have it install on another persons computer. (i also have an access data base which needs to be at a specific location)
Any help would be great
Thanks
Cppm01
P.s. i dont know alot about vb so if it is possible keep technical terms to a min
Thanks
-
May 1st, 2007, 08:52 AM
#2
Fanatic Member
Re: [02/03] how to publish???
Are you using Visual Basic Express or Studio Professional?
Warren Ayen
Senior C# Developer
DLS Software Studios ( http://www.dlssoftwarestudios.com/)
I use Microsoft Visual Studio 2005, 2008, working with Visual Basic and Visual C#
Hey! If you like my post, or I solve your issue, please Rate Me!
-
May 1st, 2007, 09:31 AM
#3
Thread Starter
New Member
Re: [02/03] how to publish???
i am using visual studio.NET
-
May 1st, 2007, 09:45 AM
#4
-
May 1st, 2007, 09:46 AM
#5
Fanatic Member
Re: [02/03] how to publish???
Create a new Setup and Deployment Project. Add your project's compiled EXE file to the project so it'll add all of the required Interops and so on.
Then, create the folder paths you need for the database, and add that file to the project, too. Build it, and you're done - you'll find the Setup.MSI and Setup.EXE files in the project's debug folder. Put those on the CD.
Warren Ayen
Senior C# Developer
DLS Software Studios ( http://www.dlssoftwarestudios.com/)
I use Microsoft Visual Studio 2005, 2008, working with Visual Basic and Visual C#
Hey! If you like my post, or I solve your issue, please Rate Me!
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
|