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
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to