admin管理员组文章数量:1122832
I wrote a rather simple C# Solution in VS2022 on the basis of .NET 6.0. Consisting of a Main-project and some additional projects (= DLL's). To deploy my program I wish to use a setup.exe, so I added a Setup Project to my solution.
My question is: is there anybody who can explain how to fill in a proper Setup Project in .NET 6.0 is working? Thanks in advance.
For the main project, as well as each additional project I added 'Publish Items' in the target Application Folder. Thinking to be safe I run the setup. The result of this was bad.
Appearantly some parts of the installation were written in the Registry but the installation did not complete. It also appeared that installed parts of the application are now blocking a reinstall ("error: already installed").
While Windows - at the same time - does not recognize the application being installed (?!) because it didn't complete properly. And therefore I cannnot execute a deinstallation either.
So I'm stuck and documention on the internet is poor.
本文标签: How can I shapeup a setup project for a NET 6C Windows Forms project to make it workStack Overflow
版权声明:本文标题:How can I shape-up a setup project for a .NET 6C# Windows Forms project to make it work? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736307267a1933251.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论