LanceRas
06-07-2007, 01:14 AM
I've properly isolated out data, app data and read only application files into their proper paths to make UAC happy.
Normally I would distribute the help file inside the folder with the program EXE which is inside of Program Files. The problem is that the CHM file will create an index file (CHW), which anything inside Program Files is "suppose" to be read only.
The question to ask, I guess, is do I mess with permissions on the folder where the help file is (not generally a good thing to do)? Or do I install the help files in the Application Data folder, which has read/write permissions natively, but just is an "odd" place for the help file?
Normally I would distribute the help file inside the folder with the program EXE which is inside of Program Files. The problem is that the CHM file will create an index file (CHW), which anything inside Program Files is "suppose" to be read only.
The question to ask, I guess, is do I mess with permissions on the folder where the help file is (not generally a good thing to do)? Or do I install the help files in the Application Data folder, which has read/write permissions natively, but just is an "odd" place for the help file?