开发者

Create Setup package runtime in .NET

开发者 https://www.devze.com 2022-12-11 03:15 出处:网络
I want to create one application which created Setup file for Window Desktop application runtime with all resource file which application needed.

I want to create one application which created Setup file for Window Desktop application runtime with all resource file which application needed.

Is th开发者_开发知识库is possible? If yes then how I can do this?


Your .sln in VS/Add/New Project/Other Project Types/Setup and Deployment/Setup Project Now Application Folder/Add/Project Output/Your app + whichever parts of your app you want deployed.

Also, to have the resource files included - you can either embed them in your executable or make them copied to your output directory (file/Properties/"Build Action" & "Copy to Output Directory")

0

精彩评论

暂无评论...
验证码 换一张
取 消