Tag: ClickOnce


  • ClickOnce Deployment Architecture

    , ,

    While continuing my research and learning of ClickOnce deployment, I came across a very interesting page that explains Click Once Deployment Architecture. The article describes how a ClickOnce installation is physically installed on a client computer. Application Publication Each application publication has: A deployment manifest – A deployment manifest is an XML file that describes…

    Read This Post: ClickOnce Deployment Architecture
  • ClickOnce Deployment – Deploying multiple versions of the same application

    , ,

    According to Wikipedia, ClickOnce is a Microsoft technology that enables the user base to install and run a Windows Application by clicking a link in a web page. ClickOnce is a component of Microsoft .NET Framework 2.0 and later and it supports deploying applications made with Windows Forms or Windows Presentation Foundation. ClickOnce attempts to…

    Read This Post: ClickOnce Deployment – Deploying multiple versions of the same application