Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Installer created by binarycreator does not add program to start menu on Windows
Forum Updated to NodeBB v4.3 + New Features

Installer created by binarycreator does not add program to start menu on Windows

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 189 Views
  • 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.
  • K Offline
    K Offline
    kitfox
    wrote on 23 May 2019, 01:53 last edited by
    #1

    I'm trying to figure out how to create an installer using the binarycreator tool Qt provides. While I've been able to create an installer that installs the program to C:\Program Files, nothing is added to the start menu. Is there something I can to so that a shortcut is added there?

    config.xml:

    <?xml version="1.0" encoding="UTF-8"?>
    <Installer>
        <Name>Goldfinch Art Tool</Name>
        <Version>1.0.0</Version>
        <Title>Goldfinch Installer</Title>
        <Publisher>kitfox.com</Publisher>
        <StartMenuDir>Goldfinch</StartMenuDir>
        <TargetDir>@ApplicationsDirX86@/Goldfinch</TargetDir>
    </Installer>
    
    1 Reply Last reply
    0

    1/1

    23 May 2019, 01:53

    • Login

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