| Thread | Last Post | Replies |
|
| installing Microsoft .NET Framework 1.1 with SP1 | 30 May 2005 19:11 GMT | 2 |
This is the response I get when trying to install Microsoft .NET Framework 1.1 with SP1: "The upgrade patch cannot be installed by the Windows Installer service because the program to be updated may be missing, or the upgrade patch may update a different version of the program." ...
|
| Editing the setup project script | 27 May 2005 08:57 GMT | 3 |
I've written an Add-in for MS Outlook and in Visual Studio .NET 2003, I also created a setup project to install the add-in. It all works well. When the user double-clicks on the .msi file to launch the setup, there's this choice of having the application installed "Just for me"
|
| MSI Install | 26 May 2005 16:49 GMT | 1 |
I have a application that use WSE 2.0 to connect to a Web Service. I created a Setup Project in .NET studio to create a setup programm for this application. I would like to include WSE 2.0 Redistribution runtime MSI in the application Setup project and ship it to the client. What ...
|
| Trouble creating setup file | 26 May 2005 16:45 GMT | 1 |
I have been strugling to create a setup file for my VS.NET project. I have no problem with the deployment process up till setting the condition where it should launch the installed application if the checkbox is ticked, when the installation process is complete. can anyone help me ...
|
| Help: Uninstallation Hangs | 26 May 2005 16:41 GMT | 1 |
I have made many install builds of this particular application in VS.Net 2003 and the installation and uninstalltion used to work fine All of a sudden uninstallation of my application hangs in middle. I have checked the Event Log also but there is no entry made in the same If I try ...
|
| Controlling UI Flow in Setup Project | 24 May 2005 16:58 GMT | 1 |
I have not found a way to control the flow of the dialogs. Say you put a dialog that has 3 types of installs. Workstation Install, Client Install, and Server Install. I create a radio button dialog using Add Dialog. Now after selecting which option I want how can I keep the ...
|
| Custom Dialogs for Setup Project | 24 May 2005 16:58 GMT | 1 |
Is it possible to create your own custom dialog that is not part of the list of available dialogs for a setup project "User Interface" part? Kenneth Lewis
|
| Installing/uninstalling a service | 24 May 2005 08:17 GMT | 2 |
I've created an install project for my service application which installs ok. I added a custom action in the "install" section. I just added the "primary output" to here and did nothing else.
|
| Cannot open ASP.NET web | 23 May 2005 17:38 GMT | 1 |
Cannot open ASP.NET web in VS.NET 2003 EE. It says most likely the Web Server Components are missing on the web Server. When I try to uninstall and reinstall that piece it says I have to uninstall all of VS.NET since I am missing "some components"
|
| Creating setup in VB.Net which do not ask for .Net Framework | 21 May 2005 18:43 GMT | 1 |
(Type your message here) hi! i have created a notepad in VB.Net2003 and have created a setup it works good on my computer (where .net installed) but on my friends computer (Win98 installed )it setup asks for latest servicepack when i installed the latest Service Pack but this time ...
|
| Can I silently uninstall the old 1.0 framework? | 20 May 2005 19:15 GMT | 1 |
Can someone tell me how to <b>silently</b> uninstall the 1.0 framework? I have a customer requirement to uninstall it before installing the 1.1 framework. Please tell me how to do it without having to go through the Control Panel.
|
| Visual Studio .NET has detected not running asp.net ver 1.1 | 20 May 2005 18:53 GMT | 1 |
I've read numerous forums on this but thus far none has worked. I try to open a project in VS.NET and get the typical "Visual Studio .NET has detected that the specified web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET web application or ...
|
| .Net Framework 1.1 setup fails | 20 May 2005 13:09 GMT | 4 |
When trying to install the framework on a Win2k SP3 machine setup fails with the message "Microsoft .NET Framework 1.1 setup has ended prematurely. If this persists, please contact Product Support." I can't figure
|
| Windows Service Installation... | 19 May 2005 14:39 GMT | 8 |
I am having some trouble with a windows service I am trying to install. It builds just fine, but when I try to install it using an MSI created from a .NET setup project, I get this error: Exception occurred while initializing the installation:
|
| InstallUtil service debugging tips | 19 May 2005 00:33 GMT | 1 |
I have a windows service that won't install on a non-dev machine. Exception occurred while initializing the installation: System.IO.FileNotFoundException: File or assembly name ServerService.exe, or one of its dependencies, was not found..
|