I have designed a C# application using Visual Studio 2010 with .NET framework 4.0 and it works well on my PC.
I have worked on a desktop application in .net and it uses crystal report for generating report in pdf/ms word. However, I am now trying to开发者_如何学JAVA deploying this app with visual studio setup
I\'m developing my first win app and I have some doubts about setup project. I\'m using LinqToSql with a local database file. I know that must add this database to the setup project.
I am trying import a project from Perforce worksp开发者_开发百科ace in Eclipse. It is importing it (fetching the files into java package hierarchy) but the problem is it is not importing as \"Java pro
I created Visual Studio 2005 Setup project for my application. Windows Installer during installation put one xml file i开发者_如何学编程nto AppData/myCustomFolder. I used File System Editor and added
HI, I have a C# windows application. I need to create a set 开发者_如何学Pythonup project for this solution. Can someone kindly help me with steps to create a set up project. I need to create and add
HI, I have created a setUp project for my windows application. My Solution has 2 Projects(1st 开发者_JAVA技巧is the Windows application and 2nd project is the setUp project that I added)I want to add
I have a project which uses a COM Component from Microsoft, which doesn\'t come with the system, and the default setup of this COM Component only installs the samples, it does not run regsvr32 on the
I Added textfile on my Application Folder where the application is also located. I having a problem where to locate and read the content of the texfile regarding what location the users specify the a
I\'m creating an installer for my application, and the setup project I\'ve created 开发者_开发问答for the installer creates two files, one named setup.exe and one named [project name].msi.