[Interest] Qt Installer Framework

Heimrich Karsten Karsten.Heimrich at digia.com
Mon Jan 28 07:39:32 CET 2013


Hi,

Hm, i'm trying to create online-only installer now and i get a problem that installer doesn't download my data directory.
In the log i see following error:

Error-Exception: "Found a binary data file, but we are the installer and we should read the binary resource from our very own binary!"

this has nothing todo with your problem, please make sure to have something like this in your component script:

// constructor
function Component()
{
    addDownloadable("myData.7z");
}

or to put the <DownloadableArchives>myData.7z</DownloadableArchives> in the right package.xml. Seems documentation lacks a bit of information for offline installers? Tim, Niels?

http://doc-snapshot.qt-project.org/qtifw-1.2/ifw-component-description.html

-- Karsten
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20130128/25526eef/attachment.html>


More information about the Interest mailing list