Search the Community
Showing results for tags 'installererror 11004'.
-
I am trying to assemble an installer that includes NI Vision RTE. So far the aim is to understand what must be included in the installer specification. I.e. to assemble minimalistic specification for the installer. So, I include few VI-s with my test program (LabView 2012), LabVIEW Run-Time Engine 2012 f3 and Vision Run.Time Engine 2012. An attempt to install in a blank Windows-XP computer resulted in such an error: .Distribution.cpp(2065): InstallerError 11004 Developer Error. Distribution contains invalid dependencies: 1. Product NI Vision Run-Time Engine 2012 SP1 ({5D9D2C64-6D70-44CB-860C-4C624A03D870}) depends on product with upgrade code {409BEFA9-EB3E-472F-AD77-271A4A1D5927}, version [12.10.35.0,), language in {} which is not in the distribution. 2. Product NI Vision Run-Time Engine 2012 SP1 ({5D9D2C64-6D70-44CB-860C-4C624A03D870}) depends on product with upgrade code {CBA7EDB3-A142-43B6-B68B-A723624F1375}, version [3.7.50,), language in {} which is not in the distribution. 3. Product NI Vision Run-Time Engine 2012 SP1 ({5D9D2C64-6D70-44CB-860C-4C624A03D870}) depends on product with upgrade code {5D6378B2-B24D-4AD6-5DA2-FAEFDB81A250}, version [12.0.7.0,), language in {} which is not in the distribution. Correct the distribution and try again. <No Debug Message> As I understand, more items must be included in the installer. But how can I understand which parts? Upgrade codes and versions without names of products are little confusing. I would be very glad if someone teaches me how to decrypt such error messages. Thank you.