| Thread | Last Post | Replies |
|
| HOW TO: Deploy shared assy to the GAC | 18 Feb 2004 16:53 GMT | 1 |
Can anyone explain to me what I need to do to deploy a strong-named assembly into the GAC? I have an assembly that I can deploy on its own into the GAC using a Setup project. This works fine for a developer's machine. However, when a developer makes a reference to the shared assy, ...
|
| How to add Licensing Info Agreement in Setup. | 17 Feb 2004 22:21 GMT | 1 |
I want to add Licensing info agreement dialog in my .net deployment setup same as in the ususal applications, on accepting which the setup should execute further. Any pointers in this regard will be of great help.
|
| Upgrading asp.net production web pages | 16 Feb 2004 19:37 GMT | 2 |
After making changes to a single .aspx file and its associated .aspx.cs codebehind file in a development environment, is it possible to copy just those files to the production environment(with or without the project .dll)? or must you copy ALL the web files in a project and
|
| Problem concerning CustomAction Uninstall | 16 Feb 2004 08:57 GMT | 1 |
Hi everbody. I've created a .NET Setup Project and a C# DLL Project in one Solution. The DLL Project includes an installer Class. I'm trying to pass Parameters to that Installer Class. That works on the install Custom Action, but when i
|
| Framework 1.1 installation failed. Help me! | 16 Feb 2004 01:44 GMT | 1 |
I have a setup problem.for .net framework 1.1 When I install the .net framework into Windows2000 Advanced Server following message appear, "Microsoft .NET framework Setup is failed" But before this framework installation I have framework 1.0 in this machine but I can't uninstall ...
|
| How to Package the Wrapper Application and .Net setup in a single setup | 15 Feb 2004 04:05 GMT | 1 |
I have created .net setup deployment package(i.e, .msi) and i am executing it from a wrapper application which installs all the pre-requistes. Now my setup has is collection of pre-requistes, wrapper application and the .msi file. Can I package them all into a single setup file. Is ...
|
| .NET 60 day trial version upgrade | 14 Feb 2004 23:59 GMT | 1 |
I have been using .NET trial version for two months. I got myself involved in a major project using .NET. I bought five licenses of Visual Studio.NET professional edition. I distributed four licenses to four other programmers in the company and they are using it now. As for ...
|
| Compiler not found | 14 Feb 2004 23:55 GMT | 1 |
I install VS.NET and it installs without any errors. But when I try to develop a new application in vb or c# it tells me that the vb compiler cannot be created. Any help on this would be most appreciated. Thank David Van Kirk
|
| Help. .Net Framework 1.1 setup failed, error 1935. FileMon log inside | 14 Feb 2004 23:54 GMT | 1 |
History: VS .Net 2003 was installed OK, then I uninstall Framework. Now, when I tried to install Framework 1.1, it finishes with error 1935. I checked internet, KB, etc. Tried to to stop Installer service, kill Installer process, reboot and so on. No luck.
|
| .net Standard setup problems | 14 Feb 2004 23:49 GMT | 1 |
I am trying to install vb.net standard but had beta 2 installed and uninstalled it per the install directions but when I try the new install I get a message that says a previous version stills exists and to remove it first. I not sure what to due next. Any help would be ...
|
| How to stop deletion of common files during uninstallation? | 14 Feb 2004 23:34 GMT | 1 |
Platform: Windows 2003 server, .NET Deployment Kit, Hi, I have created .Net setup deployment package(i.e, .msi). I am installing certain third party dlls in the \Program Files\Common Files
|
| Which registry section to use for Windows 2003 compatibility? | 14 Feb 2004 07:51 GMT | 2 |
Platform: Windows 2003 server, .NET Deployment Kit Hi, I am creating a setup application using .NET deployment kit for Windows 2003 compatibility for my VC++ based product.
|
| asp.net web setup application on server with multiple web sites | 13 Feb 2004 18:05 GMT | 2 |
I have a QA server that host about 5 web sites. In order for our QA department to test the setup application they have to be able to run it on this machine, because this machine has the 5 web sites this is not possible. When my QA departments test the install, the install places ...
|
| Where to install Third Party libraries. | 13 Feb 2004 01:11 GMT | 1 |
Platform: Windows 2003 server, .NET Deployment Kit, (Application to be shipped uses Crystal Reports 2.6 the version prior to .NET Crystal Reports) Hi, I am creating a deployment kit using .NET framework for Windows 2003 server
|
| editing app.config.exe file during setup . | 12 Feb 2004 22:50 GMT | 1 |
i am creating the setup packages of my applications using Dotnet windows Setup project. I do have config files in project where my exe takes the respective values from the key value pairs.
|