c# - Click Once Installer - Publishes to site but not sure how to access file -
i have learned click once in visual studio , wanted create application website people can download.
the application built , have published ftp/website. however, have looked @ other sources on here, youtube , google , have not been able find how can file install when goes webpage. or, how reference file in link on webpage when click file start install process?
thanks ahead of time , help.
-colt
you can installation folder url going project properties in visual studio, going publish tab , taking whatever url in installation folder url.
for example if installation url https://mywebsite/myapp/ want go https://mywebsite/myapp/setup.exe.
Comments
Post a Comment