Link to home
Start Free TrialLog in
Avatar of Skale
Skale

asked on

How to deploy .NET Framework application to Folder with Visual Studio

Hello,

I'm looking for a solution to deploy my application to a folder like in this link. The problem there is no option showed me like in the article. PS: I don't want ClickOnce application I don't know how to turn it off.

What it is look like when i click to Publish:
User generated image
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

then don't publish but copy the bin\release folder where you want the files.it will not be 'installed' so there will be no start menu item
What version of Visual Studio are you using? The article refers to VS2019 Pro.
What sort of project are you trying to deploy?



Avatar of Skale
Skale

ASKER

@Miguel

I'm using VS2019 16.9.4 Community Edition. It is Windows Desktop (C# - WPF) Project.
I have the enterprise version so you don't see the following diaglogs

https://www.screencast.com/t/WxQXC0ftZn
ASKER CERTIFIED SOLUTION
Avatar of Miguel Oz
Miguel Oz
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial