Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. How to do ClickOnce deployment for Qt Application in windows?
Forum Updated to NodeBB v4.3 + New Features

How to do ClickOnce deployment for Qt Application in windows?

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 2 Posters 1.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sakthi
    wrote on last edited by
    #1

    How to do ClickOnce deployment for Qt Application in windows?\

    Thanks,
    Team

    1 Reply Last reply
    0
    • hskoglundH Online
      hskoglundH Online
      hskoglund
      wrote on last edited by
      #2

      Hi, while ClickOnce is a nice technology, it is best suited for deploying .NET applications (it uses the security features of .NET).
      On Windows Qt apps are native C++ apps, and for Visual Studio 2015, Microsoft states that "ClickOnce does not support deployment of native C++ applications" :-( more here

      But I think if you add some .NET component to your Qt app, then using ClickOnce would be possible.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved