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. Qt Installer Framework errors
Forum Updated to NodeBB v4.3 + New Features

Qt Installer Framework errors

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 398 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.
  • PerdrixP Offline
    PerdrixP Offline
    Perdrix
    wrote on last edited by
    #1
    >C:\Qt\QtIFW-4.5.0\bin\binarycreator.exe -c config\config.xml -p packages DSS-5.1.0-Setup.exe
    [4] Warning: QFile::remove: Empty or null file name
    Caught exception: Component package description in "C:\Users\amonra\Documents\GitHub\DSS\Installers\packages\DeepSkyStacker\meta\package.xml" is invalid. Error at line: 1, column: 7 -> invalid name for processing instruction
    

    Here's the package file:

    <?xml version="1.0" encoding="UTF-8"?>
    <Package>
        <DisplayName>DeepSkyStacker</DisplayName>
        <Description>Stacking software for Astronomical Images.</Description>
        <Version>5.1.0 Beta 1</Version>
        <ReleaseDate>2022-12-01</ReleaseDate>
        <Licenses>
            <License name="BSD 3-Clause License" file="LICENSE" />
        </Licenses>
        <Default>script</Default>
        <Script>installscript.qs</Script>
        <UserInterfaces>
            <UserInterface>page.ui</UserInterface>
        </UserInterfaces>
    </Package>
    

    What is wrong please?
    Thanks
    David

    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