04-29-2011 04:44 AM
Maybe someone has an idea on this problem....
A few months ago I did an installer with no problem but after I changed some details and wanted to
do it from the beginning it does not "allow" me to. For two different applications.
Thank you!
Solved! Go to Solution.
05-02-2011 08:27 AM - edited 05-02-2011 08:31 AM
Hi Eleftherios,
could you provide some more information? What OS are you using, which LabView version, on which version were the projects originally created. And what did you change since the last compile?
Some possible solutions you could try:
1. Mass Compile on your Project error 1:
http://digital.ni.com/public.nsf/allkb/229402206118211186256752005C1E40?OpenDocument
2. Check out this knowledgebase error -12:
http://digital.ni.com/public.nsf/allkb/afc375154efbd6ae8625760b005fb723
05-02-2011 08:54 AM
I am sorry I forgot to mention i use windows XP and LabVIEW2010, they were developed from me and I have not changed anything important since last time.
Thank you for the links you gave me. I shall read them this afternoon when I find the time. 🙂
05-02-2011 05:18 PM
Try enabling debugging for your application. There is a bug out there (forget the CAR #) which results in builds requiring the build to enable debugging for it to be successful.
05-03-2011 04:21 AM
Thank you for your answer,
I enabled debuging on the executable it is builded just fine but then when i try to build the installer it pauses to the part where i have attached( build error) for 10 minutes and then i get the message i have also attached( build errors).
I include the run-time engine in my installer.
Any ideas please?
05-05-2011 05:00 AM
Finally a colleague of mine discovered what was wrong:
"LabVIEW failed to build its installer due to what presumably was caused by permission settings on the remote storage used to store the project.
By switching to a local storage on the windows machine (C:\) the installer compiled as it should"