jrobinsontx
New member
- Joined
- Nov 30, 2022
- Messages
- 1
- Programming Experience
- 10+
I have a console application built and would like to publish/deploy to a Windows 2016 server. I use the publish wizard which produces an "application files" folder and file with "myApp.application" extension to a shared folder on my server. I understand this an install program. When I execute and install my application on my server it works, but does not install where I want. It installs deep under the hood (C:\Users\UserName\AppData\Local\Apps\2.0\Z6GX.....). I was expecting the publish wizard to publish an exe of my application along with needed files to the folder identified in the wizard.
How can I take my console app and install it where I want it on my server? Do I take everything under my bin\release folder and move it where I want it installed?
Using:
Visual Studio Community 2022 (17.4.2)
How can I take my console app and install it where I want it on my server? Do I take everything under my bin\release folder and move it where I want it installed?
Using:
Visual Studio Community 2022 (17.4.2)