G
gkustas
After several hours reading up on Clickonce and hacking away, I was
able to get our (complex) application running from a remote network
shared folder. VERY cool. I used Visual Studio 2005 to reate the
application and deployment manifests, etc., using it's "Publish"
feature from within the IDE.
We already use MSBuild and devenv on the command line to automate our
project builds, and I need to do the same for building the clickonce
publishing.
I understand that I can use mage.exe, but seeing how much functionality
is already in the existing microsoft MSBuild tasks for this, I'm
betting that Visual studio is already using MSBuild every time the
publish function is run from the IDE.
Can anyone tell me if this is something wothwhile persuing, and if so,
is there any doc out there that could help with this?
able to get our (complex) application running from a remote network
shared folder. VERY cool. I used Visual Studio 2005 to reate the
application and deployment manifests, etc., using it's "Publish"
feature from within the IDE.
We already use MSBuild and devenv on the command line to automate our
project builds, and I need to do the same for building the clickonce
publishing.
I understand that I can use mage.exe, but seeing how much functionality
is already in the existing microsoft MSBuild tasks for this, I'm
betting that Visual studio is already using MSBuild every time the
publish function is run from the IDE.
Can anyone tell me if this is something wothwhile persuing, and if so,
is there any doc out there that could help with this?