> I need a way to tell the installer to create the files IF they are not there.
How about your LabVIEW program copy the app\data\standardFile to app\specialData\modifiedFile? modifiedFile shouldn't get wiped out by the uninstall. When your program runs, it first looks for modifiedFile. If it isn't there, it copies standardFile to modifiedFile. Les Hammer
