Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > What does the Installation URL field on a setup project do?
 

What does the Installation URL field on a setup project do?

I've created an msi installer for a WinForms based app using a Setup project. The project produces an msi file which correctly installs my app on our desktops. I noticed in the Property Pages for the Setup project a field "Installation URL:" What does that do? I set it to a UNC share on my development machine, to see if it did anything different, but it appears to do nothing. I've looked for documentation on it and only find:

Installation URL: Specifies the installation location, that is, the URL of a server or Web site from which the application and/or prerequisites will be installed. See Prerequisites below for information on how Windows Installer uses this URL.

When I check below in the Prerequisites section of the help it states:

If you select Download prerequisites from the same location as my application, prerequisites and the application will both be downloaded from the URL specified in Installation URL.

Does this mean I'm supposed to copy my msi to that directory listed in the Installation URL? Is that just a URL to a directory which is supposed to contain all of the prerequisites for this program?

Is there any documentation which explains how this whole thing is supposed to be used?

bpeikes  5 hours 43 minutes ago
If you have your cursor in that field and hit F1 it should give you some more info about what files need to be where.
Phil Wilson
PhilWilson  4 hours 46 minutes ago

That's exactly what I did and only got the documentation which I detailed in my original post. I don't think that the answer listed in the help is clear, that is why I posted a question in the first place.

bpeikes  4 hours 42 minutes ago

You can use google to search for other answers

Custom Search

More Threads

• How to package 2 projects into 1 deployment file?
• windows service setup error
• How to change Localization in VS2008 Setup Project dynamically?
• Register or demo mode
• 64-bit setup project
• Deploying vb.net application at client end
• ClickOnce initial download VERY slow
• ClickOnce problem: The application is signed with a different key than the existing application on the server
• VS2008 deployment project: J# condition
• My.Settings - scope problem.