Click here to Skip to main content
15,895,781 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
1)I have developed one windows service and I have taken reference of COM library.The windows service functionality is need to access and open network drive files, I kept ServiceProcessInstaller account as LocalSystem it is working fine and executing COM library functionality but when I change ServiceProcessInstaller account as User the COM library functionality is not executing, suggest me the what is problem.
Above all working fine through the code but it is not executing when I build the MSI.

2)How to access Network map drive files through the windows service application after building the msi.

Please suggest me.

Advance Thanks.
Posted
Updated 24-Jun-10 5:08am
v2

1 solution

You need to check whether the user account under which the service runs is having rights to access the files or not.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900