LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

The following file(s) are not found on the system: <Not A Path>

Solved!
Go to solution

I have tried doing several Installer builds on various machines, but I have got the following error:

 

The following file(s) are not found on the system:

<Not A Path>

<Not A Path> 

 

Details:
CDK_Build_Invoke.vi.ProxyCaller >> CDK_Build_Invoke.vi >> CDK_Engine_Main.vi >> CDK_Engine_PreBuild.vi >> CDK_Engine_FileExists.vi

 

I have done several installations before on the same project, I am not sure what I could have done for this to suddenly appear.  Has anyone else seen this?  How can I find out what files the Installer is looking for?

0 Kudos
Message 1 of 3
(2,809 Views)
Solution
Accepted by topic author cbgrove
Message 2 of 3
(2,799 Views)

Thanks!  That helped.  When I did a diff between the broken project file version and the repaired version, I noticed that the FileInfo[].TypeID for two files were missing in the broken version.  Part of what the TypeID defines in a path name, so I guess the error message would make sense.  Example:

 

                    <Property Name="FileInfo[1].TypeID" Type="Ref">/My Computer/Build Specifications/ABC</Property>
 

0 Kudos
Message 3 of 3
(2,761 Views)