03-24-2009 04:15 PM
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?
Solved! Go to Solution.
03-24-2009 05:04 PM
03-25-2009 11:28 AM
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>