I am trying to create an installer for a suite of products for which I work. The suite of products that were made on the Qt software will be distributed simultaneously and hence I do not want to copy / copy / copy the DTL's QT to each application folder. I would like to search either an installer for Qt 4.7 runtime (hopefully as a merge module), or create your own right now, I am making my own YX merge module, but when I'm compiling the merge module If I try, I get the following error:
Error LGHT0104: Not a valid MANIFEST file; Extension: Unexpected XML declaration. The XML declaration must be the first node in the document, and no white space characters are allowed before it to appear. Line1, position 4. I'm new to hell of DLS, so I'm not sure what's wrong in the manifest file or if I'm doing something wrong, it has been revealed here Manifest I'm not sure that this is complete (18 DLS in 1 Manifield 1):
& Lt; File name = "QtScript4.dll" & gt; & Lt; / File & gt; & Lt; / Assembly & gt;
Try typing the manifest file into a BOM without UTF-8. Since error message indicates column 4, the first three bytes can be bad bom.
Comments
Post a Comment