I'm developing in LabWindows/CVI 2013. On Windows 7.
I build a distribution and install the application.
My CVI application generates a few files while it runs.
For example SavePanelState (panPrgOps, "panelstates.bin", PAN_ST_INDEX_PROGRAM_OPTIONS);
This creates the panelstates.bin file.
When I uninstall the program it leaves a folder:
C:\Program Files (x86)\MyApplication
In this folder is the panelstates.bin file.
Is there any way to configure the build-distribution settings to force the uninstall to completely remove the C:\Program Files (x86)\MyApplication folder?
Thanks,
Kirk