Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Mage/MageUI or MSBuild.
 

Mage/MageUI or MSBuild.

Question to the floor...

If you wanted to publish a ClickOnce app outside of VS would you:

a) use MSBuild
b) use mage/mageui
c) use ClickThrough

I'm particularly interested in 'why'? Under what circumstances would one approach be preferable to another?

Hope this gets people thinking!

Tamim.
T Sadikali
Tamim Sadikali  Thursday, June 25, 2009 9:11 AM

Hi Tamim,

If you have the entire project, the preferred way is to use MSBuild the build and publish the project.

If you only have the executable as well as referenced assemblies, you can onlyuse the Mage/MageUI to create the deployment and application manifests forthe application andcopy the generated manifests as well as executable and assemblies to the publish location you like manually.

Sincerely,
Linda Liu


Please remember to mark the replies as answers if they help and unmark them if they provide no help. end us any feedback you have about the help from MSFT at fbmsdn@microsoft.com.
Linda Liu  Friday, June 26, 2009 10:50 AM

Hi Tamim,

If you have the entire project, the preferred way is to use MSBuild the build and publish the project.

If you only have the executable as well as referenced assemblies, you can onlyuse the Mage/MageUI to create the deployment and application manifests forthe application andcopy the generated manifests as well as executable and assemblies to the publish location you like manually.

Sincerely,
Linda Liu


Please remember to mark the replies as answers if they help and unmark them if they provide no help. end us any feedback you have about the help from MSFT at fbmsdn@microsoft.com.
Linda Liu  Friday, June 26, 2009 10:50 AM

You can use google to search for other answers

Custom Search

More Threads

• Click Once - All Users
• Could not find file C:\Inetpub... GescomCustomActionInstaller.InstallState
• Installer.OnBeforeInstall
• ClickOnce installs .NET 3.5 from web instead of .NET 2.0 from deployment site
• add some files and folder
• Form won't open after deployment on Win XP SP2
• Using registry search and launch condition regading to C# (Solved)
• Application cannot be started. Contact the application vendor.
• minimumRequiredVersion
• How to deploy a .net windows app