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. How to open program by opening customized file type
Forum Updated to NodeBB v4.3 + New Features

How to open program by opening customized file type

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 726 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.
  • H Offline
    H Offline
    Hareen Laks
    wrote on 18 Oct 2014, 06:14 last edited by
    #1

    Hi,

    I have an application, suppose ABC, created by Qt creator. User can create a .abc,customized file type, file by using that app. Problem occurs when user want to double click the file to open it. My OS (Windows 7) cannot identified the file type and it can not open the file using my app.

    I know I can guide OS by using 'Open with'. I prefer if OS knows at the beginning to select the proper app, without selecting manually.

    How can I do it?

    Thanks in advance for reading.

    1 Reply Last reply
    0
    • C Offline
      C Offline
      ChrisW67
      wrote on 18 Oct 2014, 06:28 last edited by
      #2

      Have your installer create a file association at install time. Most installers have a simple method to do this. If you have no installer then you will need to consult Microsoft's documentation to determine what registry keys are required.

      1 Reply Last reply
      0
      • H Offline
        H Offline
        Hareen Laks
        wrote on 18 Oct 2014, 06:57 last edited by
        #3

        Thanks for you reply.

        I'm using Inno Setup Compiler 5.5.1.

        I'll read it's documentation.

        1 Reply Last reply
        0

        1/3

        18 Oct 2014, 06:14

        • Login

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