I'm trying create a Web Installer using Advanced Installer 18.5.
For the MSI's URL I've put
file://192.168.11.33/RepositoryStaging/Mytest/Install.msi
However when I try to run the installer, I get the following error:
Cannot access URL: file://192.168.11.33/RepositoryStaging/Mytest/Install.msi
I have copied the MSI and all the other files (except the exe) created by Advanced Installer to that location, and when I paste the same URL into my browser, it downloads the MSI no problem.
What is the issue here? Perhaps does it not work with the file:// prefixes or using IP addresses?
The page on the subject on their website doesn't seem to shine any light on this.