LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to call VI before a setup runs ?for ex Product key registration process

Solved!
Go to solution

HI!

 

I am developing a algorithm in which I need to call a VI for entering the serial number before my setup runs or during installation of software as a security feature.I am able to call the VI after installation of my software.

 

But I need premature termination of installation if some body not putting the right key.

 

Is there any method??

 

Regards,

Vivek

0 Kudos
Message 1 of 2
(2,534 Views)
Solution
Accepted by topic author Vivek Gupta80

LabVIEW currently does not support this feature in it's Application Builder. One way to get around this is by building your complete LabVIEW installer, and then wrapping that installer from within a third-party installation creator that supports Product Key Registration.

 

Also, are you aware of the LabVIEW Idea Exchange? It's a place where you can create an Idea for a feature request that NI will consider implementing in future versions of LabVIEW. Ideas that receive a lot of Kudos will probably be more likely to be implemented. Here is a link to an Idea that requests the feature you want, so I would suggest you give Kudos to that Idea.

 

 

0 Kudos
Message 2 of 2
(2,508 Views)