Friday, February 21, 2014

Deploying ClickOnce™ Project without Microsoft Visual Studio


Environment Used:


 

What you will need:


  • Visual Studio for Build the project; For developer environment
  • MageUI.exe Graphical Tool (You need to install the latest Windows SDK) for Deployment environment

 
MageUI.exe is available under C:\Program Files\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools

 

Steps:


  1. In Visual Studio, go to the Project Properties > Application Tab > Under Resources > Select “Create application without Manifest” from the drop down
  2. Build your project.
  3. [1]Follow the steps from the MSDN’s walkthrough: Manually Deploying a ClickOnce Application > To Deploy an application with MageUI.exe graphical tool

Things MageUI will not be creating, but created in Visual Studio Publish Wizard are:

  • Setup.exe
  • Publish Web Page

 

Resources:



 

[1] In the Clause 3 under To deploy an application with the MageUI.exe graphical tool: Copy all the files in Project’s bin folder to deployment directory.