LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i create shortcut

hi,
i create a program under labwindows/cvi in which i would like to create differents shortcut to differents programs.
how can i do that?
i didn't find functions creating shortcut in the library.
0 Kudos
Message 1 of 6
(3,523 Views)
Your question needs clarification.

Do you want to use your program to create shortcuts to diffirent programs on various machines or would you launch programs from shortcuts in your program?

What is the main objective that you are trying to achieve?
Jattie van der Linde
Engineering Manager, Software & Automation
TEL Magnetic Solutions Ltd
0 Kudos
Message 2 of 6
(3,523 Views)
i want to use my program to create shortcuts to differrents programs on various machine.
0 Kudos
Message 3 of 6
(3,523 Views)
in fact, i'm creating a sort of installshield, and i would like to create differents shortcuts to differents programs chosen by the user of my program.
0 Kudos
Message 4 of 6
(3,523 Views)
It's defenately not very easy to do that programatically. If you open a shortcut with a text editor you will see it's basically a binary file with lots of information in it.

What I would suggest thou before going to all the trouble of writing your own installer is to use Jordan Russel's free installer. It's really very customisable, easy to use with very easy to use wizard like thrid party aditions and that is what I would use to do that sort of thing that you describe. It can do all of that and much more. The main site is at: http://www.jrsoftware.org/
and the full installation with all the wizards etc is at: http://files.jrsoftware.org/ispack/ispack-4.2.5.exe

I've used this for a couple of years now and it's really free with no strings attac
hed and their support on it is really good.
Jattie van der Linde
Engineering Manager, Software & Automation
TEL Magnetic Solutions Ltd
0 Kudos
Message 5 of 6
(3,523 Views)
thanks, i didn't find a free installer so i thought i had to make mine. But i 'll try Russell.
0 Kudos
Message 6 of 6
(3,523 Views)