Deploy WPF app w/ shortcut in SendTo folder w/ VS2019

  • Thread starter Thread starter Jeff R
  • Start date Start date
J

Jeff R

Guest
I am updating a small WPF application using Visual Studio 2019. I’m looking for help creating an installer for the app. The problem is that the installer needs to create a link to the application in the user’s SendTo folder.

I used to be able to do this using installer project in my solution, but that is unavailable in VS2019. MSIX or ClickOnce does not seem to support creating links in the SendTo folder.

What installer solution should I use?

Continue reading...
 
Back
Top