Visual Studio 2019 Installer project will not download

ScubaFuz 21 Reputation points
2020-11-04T07:27:41.873+00:00

Hi,

I have created an installer project in Visual Studio 2019 and added my program (TrackManager) to it. I added the installer url and placed the setup.exe and SetupTrackManager.msi file both in the download folder on the website. Both files can be downloaded individually without any problem and I can run and install the SetupTrackManager.msi file without issues.
When I start the Setup.exe file it is supposed to download the msi file and run it, but that is where it goes wrong. I get the error:

Downloading 'SetupTrackManager.msi' from 'trackmanager.nl/downloads/SetupTrackManager.msi' to ''

It appears it tries to download the file to an empty target, which of course does not exist. I cannot find any setting that allows me to specify the target nor have I found any prerequisite for this that I missed. I have not signed the app yet, which gives an warning when installing, but I don't see how that should be of any influence.

A tip in the right direction would be much appreciated.
ScubaFuz

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,032 questions
{count} votes

Accepted answer
  1. Tianyu Sun-MSFT 30,326 Reputation points Microsoft Vendor
    2020-11-10T09:47:37.38+00:00

    Perhaps, you can try to change the URL to http://trackmanagerXXX/XXX/XXX in Installation URL box.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.