| Thread | Last Post | Replies |
|
| Deployment Shortcut to Default.aspx | 30 Apr 2004 21:11 GMT | 3 |
I have a deployment project that does a number of things during the installation including updasting web.config, installing a database and loading default information into some of the database tables The one thing I cannot figure out how to do is to generate a shortcut that will ...
|
| Strange Problem With Setup & Deployment Project | 30 Apr 2004 21:09 GMT | 7 |
Background: 1. Inherited application from developer who unfortunately passed away and thus is not available to answer questions. 2. Currently the application has been maintained on his development
|
| user not found error during installation. | 30 Apr 2004 05:58 GMT | 1 |
Hi! While installaing 'ASP to ASP.NET Migration Assistant' tool,encountered an error :'Windows NT user or group 'MSCOE-3\IUSER_MSCOE-3' not found.Check the name again.' Can U suggest a solution for this? Thanks to U! Regards,
|
| Help resolving Framework 1.0 install failure(1603) with VStudio 2003 | 29 Apr 2004 22:50 GMT | 2 |
I have been running with Visual Studio 2003 for several months - no problem ( framework 1.1 ). I recently tried to install a new app that requires the 1.0 framework. I downloaded the dotnetfx.exe from MS and tried to install but it fail's with 1 1603 error:
|
| MSI Web Setup Project Installer fails in Windows 2003 | 29 Apr 2004 21:05 GMT | 1 |
I have a .NET MSI Web Setup Project that will not execute on my windows 2003 server. When I run the MSI, the installer immediately says: "The installer was interrupted before XXX could be installed." My MSI installer is basic, no custom action or anything else. Could
|
| Windows Service Install Project | 29 Apr 2004 16:46 GMT | 3 |
I am trying to setup a single setup project in VS.NET 2003 to deploy two windows services, an application, and the common libraries required by both I want to install the services in two sub-directories under the user directory, and the main application in the user directory. I ...
|
| installer path error | 28 Apr 2004 09:13 GMT | 2 |
I have modified the installer application path from [ProgramFiles][Manufacturer]\[ProductName] to just [Manufacturer]\[ProductName] and now I get an error right at the start saying it can't find path. Why is it not added the base drive for the system install? How can I get it to ...
|
| Installation of .NET framework failing on Windows NT 4 machine | 28 Apr 2004 03:38 GMT | 2 |
I'm trying to install .NET framework 1.1 on a Windows NT 4 machine. The necessary prerequisites are installed - ie SP6a and IE6 SP1. The installation gets through installing the files, registering the registry keys but crashes when trying to register the DLLs. The error message box
|
| Custom Action before install? | 27 Apr 2004 17:50 GMT | 2 |
VS .NET 2003 Web Setup Project Is there a way to have a custom action occur before the install takes place? Basically, I want to get a key from the user and validate it
|
| Cannot access to ASP.Net QuickStarts | 27 Apr 2004 15:31 GMT | 2 |
I installed .NET SDK v1.1. When I click samples and Tutorials, The page C:\Program Files\Microsoft.NET\SDK\v1.1\Samples\StartSamples.htm appears. However, when I click one of these topics: ASP.Net QuickStarts
|
| ASP. NET on Windows 2000 Server doesn't run :( | 27 Apr 2004 06:32 GMT | 1 |
Can anybody tell me how to solve this problem? I've got a P4 2.6GHz computer, running Windows 2000 Server having all the updates and service packs (SP4) installed on it. I recently installed NET. Framework 1.1 on this computer. All the functionality supported by .NET
|
| CheckBox for Launch Condition | 26 Apr 2004 18:40 GMT | 1 |
I have a vs.net setup project with predefined IIS launch conditon. I added a checkbox dialog window, so user can choose the installation to do the IIS check or bypass IIS check I modified the IIS Launch Condition to : IISVERSION >= "#4" OR (Not CHECKBOXA1 But the installation ...
|
| FolderForm_AllUsers | 25 Apr 2004 19:08 GMT | 2 |
During the installation of my application - Install xxxxxxxx for yourself, or for anyone who uses your computer defaults to - Just me
|
| Service Installer | 24 Apr 2004 17:33 GMT | 1 |
been trying to create a dot net service installer....very unsuccessfully.... kindly help regards Arshad
|
| Patching - the UpgradedImages table | 24 Apr 2004 17:30 GMT | 1 |
The UpgradedImages table in the pcp file suggests that it's possible to have multiple upgraded images. Yet, both InstallShield and Wise for Windows Installer wizards allow you to specify one target image only (you can specify several previous versions). Is there a reason for this? ...
|