Can I generate License key for installer made using ApplicationBuilder of LabVIEW - labview
This is a discussion on Can I generate License key for installer made using ApplicationBuilder of LabVIEW - labview ; Hi,
 
Just like general softwares(e.g WINDOWS XP), every software has a product key i.e for validation.
So can I make it for my customized solution while installer will initiate the setup.
 
Thanks and Bye
 ...
-
Can I generate License key for installer made using ApplicationBuilder of LabVIEW
Hi,
Just like general softwares(e.g WINDOWS XP), every software has a product key i.e for validation.
So can I make it for my customized solution while installer will initiate the setup.
Thanks and Bye
-
Re: Can I generate License key for installer made using ApplicationBuilder of LabVIEW
Hi Nac ,
Yes, you can customise your application like other softwares.
You can use different ways for that.
one way is to read physical address from the system wherein you load yur application,manipulate it and keep whole vi ina case statement fulfilling the criteria of being that manipulated data equal to what you enter.....
hp you got an idea of how to do it.
best wishes and regards !
Sarita
-
Re: Can I generate License key for installer made using ApplicationBuilder of LabVIEW
Hello, I am not able to find any link of how to make the passwords or license keys so that i can use that information in my application for code locking? I am not getting any discussions on this topics after giving search words that are suggested by NAC. Nabhi
-
Re: Can I generate License key for installer made using ApplicationBuilder of LabVIEW
Hi Nabhi, Here are some of the discussion forums that I found that have relevant information for you:<a href="http://forums.ni.com/ni/board/message?board.id=170&message.id=13070&requireLogin=False#M13070" target="_blank">This</a> discussion forum even has a screen shot on how to password protect your VIs. There is also a <a href="http://digital.ni.com/public.nsf/allkb/648827E1DBFFB5DF86256C6F00617102" target="_blank">knowledgebase</a> on how to password protect your VIs: <a href="http://zone.ni.com/reference/en-XX/help/371361D-01/lvdialog/source_file_distrib_page/" target="_blank">Source Distribution Dialog Box Password Protection</a> Hope this helps.
-
Re: Can I generate License key for installer made using ApplicationBuilder of LabVIEW
Hello Karunya, My question was different. I want to distribute an application that asks for serial number / licence key while installation and the licence key should be generated considering the MAC address of serial number of hard disk etc etc.. as explained by one of the replies in this thread.... quote below" one way is to read physical address from the
system wherein you load yur application,manipulate it and keep whole
vi ina case statement fulfilling the criteria of being that manipulated
data equal to what you enter....."Password protection of vis is different. I am looking for generating a product key or license key for an application that is developed by application builder. eagerly looking for the reply to my question.
-
Re: Can I generate License key for installer made using ApplicationBuilder of LabVIEW
Thanks u all for ur nice reply.
i will try to elaborate in other wordings : I want to ask user to enter unique product code at the time of installation only and every time user runs exe.
Awaiting for ur valuable replies.
-
Re: Can I generate License key for installer made using ApplicationBuilder of LabVIEW
Hi, You can password protect the zip files itself. The installers does not have any kind of password protection. It creates a Microsoft installer and the utility that microsoft uses is required to edit the configuration of the installer itself. The only other option would be to create a password that would prevent it from executing. However, you will still be able to install the program.Good luck!
-
Re: Can I generate License key for installer made using ApplicationBuilder of LabVIEW
Dear Karunya, I understand password protection of vis and zip files. But if the application is given to one person and he can give it to some one else with the same password. So the Vis or Executibles are no more password protected. I was thinking of having a system where, while installing the s/w will check for the mac / h/w address and applies licence key and then execute the program. If the password of Vis is known to one , any one can use that with the same password. I think i am not able to put my question properly. I hope my question is clear now. regards, Nabhiraj
-
Re: Can I generate License key for installer made using ApplicationBuilder of LabVIEW
Hi Nabhiraj,
That is not possible using te LV Application Builder/Installer. :smileysad:
You have to write an installation script using Installation Shield or something alike...
-
Re: Can I generate License key for installer made using ApplicationBuilder of LabVIEW
One possibility is to have the installer run a simple program after the installer runs (Use the Advanced tab on the installer build page.) This program can ask for the user 'key' and using the SID generate a unique serial number that is stored in the registry (or elsewhere). Your main program could then check this key and determine if it is to run or not.
Not a perfect solution, but it is a bit better than nothing.
Similar Threads
-
By Application Development in forum labview
Replies: 0
Last Post: 11-27-2007, 01:40 PM
-
By Application Development in forum labview
Replies: 1
Last Post: 10-25-2007, 03:40 AM
-
By Application Development in forum labview
Replies: 1
Last Post: 10-23-2007, 02:40 AM
-
By Application Development in forum DOTNET
Replies: 3
Last Post: 06-11-2007, 01:17 PM
-
By Application Development in forum Inetserver
Replies: 1
Last Post: 05-05-2007, 11:29 PM