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
(1,363 Views)
Solution
Accepted by topic author Worle

@Worle 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.



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
(1,329 Views)

Thanks, I suspected that might be the case

0 Kudos
Message 3 of 3
(1,317 Views)