Logged on as Domain Administrator.
Install$ is a private network share for \\SHIPSERVER\APPS\InstallationSource. APPS is a public share.
Installing one file (filename.MSI) from Archive tab to %InstallerSource% reports decompression error #5 and 'could not open output file'.Code:%InstallerSource% = \\SHIPSERVER\Install$\TankerLoading [Set in Session Variables]
Change the destination to be:
Works fine. I know it works OK with public shares but seems to not like the private version.Code:%InstallerSource% = \\SHIPSERVER\APPS\InstallationSource\TankerLoading
As an aside, I had to click IGNORE to bypass the error however the log file reported SUCCESS installing the file (it did not install) but no sign of the original error. Should not every error be logged (Extended Errors is on)?
Any ideas?
Thanks - John

