G
Guest
Hi,
I want to build a single ClickOnce application that will end up getting
exposed in multiple datacenter environments - Test, PreProduction,
Production, etc. I don't necessarily know before hand what the publish URLs
will be. I also want to install the app locally and allow the user to install
from each environment as if the applications were completely different (in
other words, if they installed from all three environments they would have 3
entries in the start menu that point to the respective locations).
If this were an Asp.net application the solution would be easy. We'd just
use a Web Site installer to install on each environment and have users link
to the desired environment (most would just link to production, but QA or
developers would have links to all environments).
What is the recommended way of doing this with ClickOnce? Most of the
deployment stuff I'm finding just talks about how to publish from visual
studio (this is definitely not a viable option). Adding an MSBuild task to
our continuous build is an option, but, as I said, i don't want to have to
know about which urls the app will eventually end up on before hand.
Any thoughts or pointers to articles that cover this?
thanks,
Orlando
I want to build a single ClickOnce application that will end up getting
exposed in multiple datacenter environments - Test, PreProduction,
Production, etc. I don't necessarily know before hand what the publish URLs
will be. I also want to install the app locally and allow the user to install
from each environment as if the applications were completely different (in
other words, if they installed from all three environments they would have 3
entries in the start menu that point to the respective locations).
If this were an Asp.net application the solution would be easy. We'd just
use a Web Site installer to install on each environment and have users link
to the desired environment (most would just link to production, but QA or
developers would have links to all environments).
What is the recommended way of doing this with ClickOnce? Most of the
deployment stuff I'm finding just talks about how to publish from visual
studio (this is definitely not a viable option). Adding an MSBuild task to
our continuous build is an option, but, as I said, i don't want to have to
know about which urls the app will eventually end up on before hand.
Any thoughts or pointers to articles that cover this?
thanks,
Orlando