I'm trying to install version 4.9.40 to a network share on another computer. I type "\\192.168.82.150\VisualCron" in the target directory field of the installer, and it proceeds to copy files into that folder. But after copying files, the installer dies with the following message popup:
---
Error 1001. Exception occurred while initializing the installation:
System.IO.FileNotFoundException: Could not load file or assembly
'file:///C:\192.168.82.150\VisualCron\VisualCronService.exe' or one of its dependencies.
The system cannot find the file specified..
---
In a file explorer window I can see \\192.168.82.150\VisualCron\VisualCronService.exe, so I know the file exists. Once I click the OK button on the popup, the installer deletes all of the files from the network folder.
I tried mapping that same UNC path to the Z: drive and told the installer to write to Z:. It failed in the same way.
All systems are running Windows Server 2003 R2 SP2 32-bit. What am I missing? Is there a certain user privilege I need to assign to that folder so that it can get to VisualCronService.exe? I'm running the installer as a domain administrator account.