LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Labwindows CVI Distribution Kit Building options

Hi,
 
I am distributing an application I've built with Labwindows CVI 8.0.
Up to now, the installer creates a shortcut for my application in Start->Programs menu.
 
Now, I would like to modify the installer so that  besides creating a shorcut in the actual folder, it ALSO asks the users if they wish to add a shorcut in their DESKTOPS.
 
Is that possible?  
 
Thanks,
Claudia 
0 Kudos
Message 1 of 2
(2,948 Views)
Claudia,

I don't think you can do this as a standard feature of the installer. But you can always run any executable after your installer completes, so you could write a simple program that prompts the user, and then copies the shortcut to the desktop.

In order to launch your executable after the installer completes, first add the executable to the installer in the Files tab of the Edit Installer dialog, then right-click on that file, select "File Options", and then select "Launch after Installation".

Luis
0 Kudos
Message 2 of 2
(2,922 Views)