From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Packed libraries in executable

Solved!
Go to solution

If I am using a packed library and create an executable with an installer the installer puts the packed library into a separate folder in the installation directory. 

is there a way to build the packed library into the executable file so it isn’t visible as a separate file  

i am nitpicking a little bit but I feel like this is just an extra thing to break on customer installations.

0 Kudos
Message 1 of 3
(871 Views)
Solution
Accepted by topic author Niatross

@Niatross wrote:

If I am using a packed library and create an executable with an installer the installer puts the packed library into a separate folder in the installation directory. 

is there a way to build the packed library into the executable file so it isn’t visible as a separate file  

i am nitpicking a little bit but I feel like this is just an extra thing to break on customer installations.


Nope.  What you are asking for is like embedding a DLL into an executable.

 

If you don't want the PPL there, then use the raw library you built the PPL from.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(837 Views)

Thanks, I suspected that might be the case

0 Kudos
Message 3 of 3
(825 Views)