If you have a pure LabVIEW application (no DataSocket, NI-Report, NI-DAQ, NI-VISA,...) you can do the following:
copy the files and subfolders from shared\LabVIEW Run-Time\
into the same folder where your application is. YourApp.exe will find lvrt.dll and your application will work.
This prevents installing the RTE on the customer machine without the effect leaving anything back in the file system and registry. Your customer needs only to delete the folder and subfolders to uninstall your demo. On the other hand he will be able to run the app from the CD so he didn't need to install it at all.
On windows you always have to concern about the fonts, even on the same operating system and resolution. If you want that your customer sees all te
xt develop your application with large fonts settings. If your customer has small fonts he would see all text but has some spare space. If your customer has its own window schema and you use the system fonts the results will always be unpredictable.
Waldemar
Waldemar
Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions