06-24-2019 12:50 PM
All,
I am experiencing an issue I've never seen before.I am using Windows 10 64-bit, LabVIEW 32-bit 2018.
When I try to build an installer with an existing project (Executable and Package manager OK), I see Error 1097 (attached screenshot). I built a brand new project with a simple VI to see if can build an installer and it gives me same error. In fact, when I right click Build Specifications -> New -> Installer, it gives me Error 1097.
I have followed the NI KB - repair/modify, then uninstall/reinstall the package builder. It doesn't help. Has anybody seen this issue before specific to what I am seeing (Project independent)? I am thinking i have a bad installation (OR) no permission to the directory where LabVIEW tries to write temp files to build an installer? Not sure. Any pointers welcome and appreciated - thank you.
Solved! Go to Solution.
06-25-2019 12:17 AM
Kindly upload your project. It seems you are facing a DLL file error.
06-25-2019 07:07 AM
This issue am seeing is agnostic to project. Even a blank project shows this error when I try to build an installer.
06-25-2019 08:02 AM
Hi SK8,
Thanks for reaching out. The two things I can think of, is your application builder isn't working, or you have a corrupted software. I'm guessing it's the latter, and would recommend an uninstall and reinstall of LabVIEW. Let me know how that goes.
06-25-2019 09:37 AM
I have tried that and most of the posts relevant to Error 1097. My last option is to blast my hard-drive and do a complete install. It seems inefficient which is why am wondering if anybody would have an experimentally creative trick to try 🙂
06-26-2019 12:44 PM
Ahhh,
In that case, try a Force Reinstall, instead of Uninstall and Reinstall. It's more robust than the latter.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P8U0SAK&l=en-US
06-26-2019 06:19 PM
Does this method apply for package builder reinstaller? I believe that can be done only via Package Manager or by reinstalling LabVIEW, no?
06-27-2019 12:38 PM
SK8,
Ahh, this is somewhat true. If you install your software via NI Package Manager, then this method will not work. If you install LabVIEW via the .msi installers or other, the force reinstall option can be used. Is this your method of installation?
06-28-2019 12:34 PM
I fixed mine by doing a clean uninstall (note: not using NI Package Manager was the key). I am sorry to note, but NI PM is terrible and needs to be mature before it is "enforced" as the way to add/remove NI stuff. I prefer the older way and it works!
03-22-2023 03:12 PM
Just incase anyone stumbles across this thread 4+ years later:
I was encountering this issue with LV2020 SP1 32-bit on Windows (but I think the first LV2020 release also has this problem).
It looks like the NIPM installer does not include the resources that the Installer-Builder requires - namely there should be a folder called BinRTE in C:\Program Files (x86)\National Instruments\Shared\MDF\
With the attached contents (see Image)
In the end I had to install a second version of LabVIEW (2023 Q1 in my case, but other or pre 2020 versions might also work).
Good Luck!