이 내용은 고객님의 설정 언어로 확인할 수 없습니다

이 내용은 다른 사용 가능한 언어로 표시됩니다. 고객님께서 사용하시는 브라우저에 텍스트 번역에 도움이되는 기능이 포함되어 있을 수 있습니다.

Add 3rd Party DLL or File as Part of a LabVIEW-Built Installer

Updated Nov 17, 2023

Environment

Software

  • LabVIEW

Besides including NI software as part of my LabVIEW installer, can I include a third-party DLL or additional files as well to be part of the installation?

To add any 3rd party DLL to a LabVIEW-built installer please follow these steps:
  1. Make sure that the DLL or additional files are added to the project by right-clicking on My Computer in the Project Explorer Window and clicking Add >> File.
  2. Create an exe build specification by right-clicking on Build Specifications in the Project Explorer Window and clicking New >> Application(EXE).
  3. Select the DLL file or file that wish to add as Always Included under the Source Files Tab.
  4. After building the application, right-click on Build Specifications >> New >> Installer to create the installer.
  5. The DLL should appear as part of the Application under the Source Files tab.
    • Note: If you are using a DLL, EXE, or OCX file that needs to be registered with the installation, go to the Source File Settings category, click on the file and select the Register COM option under the File and Folder Attributes section.
  1. Build Installer.

The LabVIEW-generated installer should copy the files that are included as part of the application to the selected destination folder.