Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I've been building a Setup Project for my application, and now I'm thinking if I should have used a Web Setup Project instead. I don't quite understand the advantages of a Web Setup Project.

 

My situation:

Right now, I create an installation package on my development machine. I copy this .msi file to the server's website. The server hosts a website where clients can download this file. So, on the client machine, I open up a browser and download this file from the website and run it (to install the application).

 

So now I'm reading MSDN help files. This is what it said for Web Setup Projects:

"To deploy a Web application to a Web server, you create a Web Setup project, build it, copy it to the Web server computer, and run the installer to install the application on the server using the settings defined in your Web Setup project."

 

 

 

I'm reading this help and I'm thinking that it's exactly the same as what I do now. With the Web Setup Project, I still have to copy the file over. So what's the difference?? Am I missing something, or misunderstanding the help in anyway? My application is a stand-alone application. What does a "web application" mean?

 

Help!

  • Moderators
Posted
A Web Setup project will deploy to a web server, this means the installation takes place on the server. If this is a Windows application then a regular Setup project is what you need. Uploading the msi to a server is not considered deployment.
Visit...Bassic Software

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...