10-12-2012 03:48 AM
Hi,
i'm using labview 2011 and have created an application to be distrabuted to my costumers.
in the future i would like to be able to create updates/upgrades to my app.
how do i do that?
thanks
10-12-2012 04:20 AM
You have to create an installer for your application. The installer contains an upgrade code which defines the application instance for the target OS.
When building an updated EXE, create another installer using the same upgrade code as your initial installer. Here you go, the target will concider your new installer as upgrade for your previous installation.
Norbert