954,546 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to make a package from the project ?

Hi :)

How to make a package from the project ?
How to make from it a package so i can install it on
diffrent compuer ?


Im using visual c# 2005 express edition.

Thanks.

1qaz2wsx7
Newbie Poster
17 posts since Jul 2007
Reputation Points: 10
Solved Threads: 0
 

The express editions don't support any kind of deployment except for ClickOnce. In regular visual studio you'd make a setup and deployment project...

Hamrick
Posting Whiz
325 posts since Jun 2007
Reputation Points: 180
Solved Threads: 34
 

Hi :)

So what can i do ?
How can i create a setup ?

Thanks.

1qaz2wsx7
Newbie Poster
17 posts since Jul 2007
Reputation Points: 10
Solved Threads: 0
 

If you want an msi file as the result, I don't think you can do it with visual studio express. You have to upgrade to visual studio standard or write your own installer program that creates folders, copies files, and adds registry keys to mimic a standard installation. To do that you just need to do some research on how windows installs and uninstalls programs (it's pretty easy). Or you could manually make an msi, but I don't know how to do that. I'd start by looking at wotsit.org to see what's involved in the file type and searching google.com for anybody that's already done it and shows how. I'm guessing it's easier to do the installation and uninstallation manually.

Hamrick
Posting Whiz
325 posts since Jun 2007
Reputation Points: 180
Solved Threads: 34
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You