且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在Visual Studio 2008中发布解决方案时出现问题

更新时间:2022-12-24 19:58:21

好吧,我假设您正在使用Visual Studio设置应用程序.因此,这是如何在设置程序包中包括其他文件和文件夹的步骤.

如何使用Visual Studio .NET创建安装程序包 [
Well, I am assuming that you are using Visual Studio Set Up application. So here are the steps how to include additional files and folder in you set up package.

How to create a Setup package by using Visual Studio .NET[^]


In addition to this, you have to make sure that how your application reads the file. When you implement your application, is it supposed to read from common files folder, shared folder , current user folder... Even operating system has impact for such case.

Good luck.