visual studio 2008 - Directory write permission to local service during installation -


i have windows service(local service), windows form application , asp.net web service application part of same installation.

i want save logs of 3 same directory (commonappdatafolder) don't have sufficient privileges write directory.

i have specified adminuser launch condition , edited .vdproj file elevate privileges. still did not work.

is possible give provide write permissions folder under commonappdatafolder during installation setup?

i using visual studio 2008.

you can try setting write permissions folder. can use lockpermissions table in msi or run xcacls.exe custom action: http://support.microsoft.com/kb/318754


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -