I have a link to a "setup.exe" file that's on a website, and I would like for someone to be able to install an application off of the website by clicking on the link. However, when I try testing this, a window comes up with an error message saying: An error occurred while attempting to install [Application Name].
A small log file for the setup.exe is created during this process, and the last line in the file reads: Unable to locate application file [filename].msi
. I must have done something wrong...
Some additional information:
- The msi file is for a Windows WPF application that I want to allow the user to install on his/her computer.
- When writing the Windows application, I noticed that there was a field in the properties for the Setup Project labeled
Installation Url
. So I entered the url for the directory on the website which contains the .msi file.
At any rate, I'm sure I'm just missing a setting or something. Any ideas are welcome!
Thanks!
Andrew