LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview Installer Target

Hi,

 

Using LabView project I created a LabView *.exe application. It runs fine.

 

Using Project I also created an installer. It runs, however, it puts my application in C:\Program Files. I want the installer to put my *.exe in a directory like C:\ATE_SYSTEM and I want the shortcut to be placed on the desktop. 

 

How do I do that? Nothing I've tried changing in the installer puts my *.exe and shortcut where I want them.

 

Thanks

 

Ken M

Sr. Test Engineer

0 Kudos
Message 1 of 3
(766 Views)

@kenm1 wrote:

Hi,

 

Using LabView project I created a LabView *.exe application. It runs fine.

 

Using Project I also created an installer. It runs, however, it puts my application in C:\Program Files. I want the installer to put my *.exe in a directory like C:\ATE_SYSTEM and I want the shortcut to be placed on the desktop. 

 

How do I do that? Nothing I've tried changing in the installer puts my *.exe and shortcut where I want them.


You can add absolute paths to the Destinations:

rolfk_0-1656069714868.png

 

Then define in Source Files to put your build product in that destination.

 

And this should work too for the Shortcut:

rolfk_2-1656069993602.png

 

 

Or maybe you need to specify what LabVIEW version you try to do this in.

 

Rolf Kalbermatter
My Blog
0 Kudos
Message 2 of 3
(725 Views)

@kenm1 wrote:

... and I want the shortcut to be placed on the desktop. 

 


Hello, Ken.

 

     Who's Desktop?  Most Windows systems require a Logon procedure with (potentially many) UserName and Password.  If you want multiple Users to be able to run the system, then the Shortcut must either be placed on every User's Desktop or (much more convenient) on the Public Desktop.

 

     The Good News is such a Shortcut will be visible (and runnable with a double-click) by any (and all) users who can log in to that PC.  The Bad News is that the Public Desktop, by design, is a Hidden Folder -- you may need Admin rights to find it and place the Shortcut there.  [Incidentally, when placing the Shortcut, do get rid of the "  Shortcut" part of the name that Microsoft sticks on it].

 

Bob Schor 

0 Kudos
Message 3 of 3
(703 Views)