I have a application in which i am implementing log4net.dll
. i installed this application on different computers and its working fine.
my application installs at C:\ProgramFile\myApplication.
However the problem is when the user does not have write permission on under ProgramFile. It does not write a log ?
I am wondering is there any way that i could assign all access permission the folder during installation. I went through different articles but could not find any satisfactory answer.
Any help would be appreciated.