Mitchel, How do I make sure that LocalSystem has access to this folder? The available options for the ServiceAccount are: 1) LocalSystem - An account, used by the service control manager, that has extensive privileges on the local computer and acts as the computer on the network. 2) LocalService - An account that acts as a non-privileged user on the local computer, and presents anonymous credentials to any remote server. 3) NetworkService - An account that provides extensive local privileges, and presents the computer's credentials to any remote server. 4) User - An account defined by a specific user on the network. Specifying User for the Service ProcessInstaller Account [script removed] member causes the system to prompt for a valid user name and password when the service is installed, unless you set values for both the UserName and Password properties of your ServiceProcessInstaller instance. The Local System option seems to be the option with the most access. Is there another place or setting to change? Thanks, Bob E |