04-25-2023 06:23 PM
The correct solution is to install the package "NI Web Server Deployment Support for LabVIEW 202X". (This package is included by default in a LabVIEW Development Environment install but is not included in a LabVIEW Runtime install.)
If you're deploying a web service to a computer with LabVIEW Runtime make sure the web service package build specification in your project is configured to "Automatically Select Dependencies," or manually include the package mentioned above. This will ensure Package Manager pulls the required package from ni.com during the web service installation. --If you're performing an offline install, then the best solution is to build a dummy installer in your project that will install the aforementioned package on the target computer.
Note: This package might not be visible if you unchecked it when you installed LabVIEW. Therefore, reinstalling (or repairing) LabVIEW with the default settings will ensure this package is installed on your development workstation. (This package is not version dependent so if you install a later version of LabVIEW you'll still be able to deploy web services built with an earlier version of LabVIEW)
02-27-2025 07:50 PM
I know this is a couple of years old now, but to follow up on Olivier's original post, I had the same issue where I encountered error -67404 (using LV2023 Q1) when trying to instal an Exe with a package on a deployment machine.
I found that this error occurred when the Web Service was selected in both the Exe build and the Package build. If I deselected the web service in the Package build (but leaving it selected in the Exe), then it would install correctly. This is the configuration that is in the Weather Simulator example.