microsoft.public.dotnet.framework.setup Archive - June 2004
Post a message to this list
Messages
Page: 12
Deploying Web Application (2 replies, VIP)
microsoft.public.dotnet.framework.setup
I want to install my web application to the user selected installation folder instead of the default folder (c:\inetpub\wwwroot...).Web Setup project's Installation Address has only option to enter Virtual directoty name.I want to enter both the installtion folder and virtual directiory name.Just like "Installation Folder User Interface Dialog Box" in the setup. Can anyone tell me how to do this? ...
Installer condition to test if a file exists (2 replies)
microsoft.public.dotnet.framework.setup
I have an deployment setup package in Visual Studio 2003. I want to configure it so that it only installs a particular file (the .config file for the exe) only the first time the package is installed and not during any upgrades. Could someone tell what to put in the Condition property in the File Installation properties for this .config file so that it only installs if the file does not exist. The...
Error 2889 (2 replies)
microsoft.public.dotnet.framework.setup
Hi, I've installed Framework 1.0 on Windows ME and then I've tried to install my application generated with the same version of the framework. During the installation I am getting a message: "This installer has encounter an unexpected error installing this package. This may indicate a problem with this package. The error code is 2889." Installation on the development machine works very well, the s...
Many problems installing VS .NET 2003 on Windows XP (2 replies)
microsoft.public.dotnet.framework.setup
Due to a hard drive failure, I've had to rebuild my PC from scratch over the past few days. One of the last items I have left to install is the upgrade to VS .NET 2003, as I require it to continue developing some projects which I had a recent backup for. I have tried using the upgrade CDs to install it (these previously worked when I last set up my PC), but every attempt fails, often with a differ...
Redistributing MDAC (2 replies)
microsoft.public.dotnet.framework.setup
Hi, I wonder if any one knows if I can include upgrades of MDAC in my install program. When I install Framework 1.0 it requires a version of MDAC above 2.5 it would be useful if I could install it during setup. Regards Tadek
Installing Framework on Windows ME (2 replies)
microsoft.public.dotnet.framework.setup
Hi, I am trying to install the Framework on Windows ME. I've run the dotnetfx.exe version 1.1 and nothing works. Is there a version of Framework for Windows ME? Any help will be appreciated. Regards Tadek
dotnetfx.exe for Framework 1.0 (2 replies)
microsoft.public.dotnet.framework.setup
Hi, I am trying to find location of the dotnetfx.exe for Framework 1.0 on the download site of Microsoft. I was able to find "dotnetredist.exe" which after extraction produces the dotnetfx.exe, however I am trying to include the download operation into my install program and for that reason I am trying to avoid this additional step. I would like to find information about command line parameters fo...
Compiling from the command line (2 replies)
microsoft.public.dotnet.framework.setup
I downloaded the .NET SDK two months ago in the two setups: (1) dotnetfx.exe The 23 MB framework (2) setup.exe the 106 MB SDK I also registered the path C:\WINNT\Microsoft.NET\Framework under the environment variables section. Yet I am not able to run the c sharp compiler from the command line. Although I am using Sharp Develop as well and that works just fine, but I wish to be able to compile raw...
Changing Installer Properties from Custom Action (4 replies)
microsoft.public.dotnet.framework.setup
Hi, I would like to change the "DefaultLocation" property for a custom folder in a .NET installer program from a custom action. I'm determining the path where wwwroot exists on the destination pc and then trying to install the custom folder to it. I have not been able to set the property via the custom action because I guess it is an external dll. Is there any other way to accomplish this? Thanks,...
Configuring SQLServer Session State Storage on .NET 1.0 and 1.1 (3 replies)
microsoft.public.dotnet.framework.setup
I have an n tier physical architecture that supports multiple ASP.NET applications. The ASP.NET applications are configured to store session state in SQL Server, all of which are using the same SQL Server machine. Both the .NET Framework 1.0 and 1.1 are running an all machines, since some applications were developed under 1.0 while others use 1.1. My question is: The SQL Server database was origin...
Installer error message (2 replies)
microsoft.public.dotnet.framework.setup
Hi, I am working on the installation on Windows ME: I am able to install Framework 1.0, however when I am starting installation of the Framework 1.1 or my application, as soon as the installer arrives at the license dialog box it displays 2889 error in both cases. For some reason the installer is unable to handle this type of a dialog box. I would appreciate any help Regards Tadek
Installation of DotNEt 1.1 fails on Windows 2000 Server (5 replies, VIP)
microsoft.public.dotnet.framework.setup
Dear Gurus, I have tried twice to install DOTNET framework 1.1 on Windows 2000 server but it fails. The error message is Error 1935. An error occured during the installation of assembly component {10BC3EDB 1888 4FD8 99E6 36851AB7250C}.HRESUKT: 2147024891 Does anyone has encounted this before? Please offer advise Thank you Hai
.NET components version control (2 replies)
microsoft.public.dotnet.framework.setup
Hi! How can I achieve the situation like that: there is some application (.NET) and it is using some class library (strongly named, installed by .msi, registered within GAC). I'd like to have a crash on my client application when the class library version differs from the one compiled with my application earlier e.g. my app version1 and my class lib version1 works fine but my app version1 and my c...
Detect Outlook (2 replies)
microsoft.public.dotnet.framework.setup
How do i detect if Microsoft Outlook 2000 or later is installed?? I am using VS.NET 2003 I have specified 3 registry "Search Target Machine" checks for: OUTLOOK3 SOFTWARE\Microsoft\Office\9.0\Outlook OUTLOOK2 SOFTWARE\Microsoft\Office\10.0\Outlook OUTLOOK1 SOFTWARE\Microsoft\Office\11.0\Outlook i then add a launch condition: "OUTLOOK1 OR OUTLOOK2 OR OUTLOOK3" This dosn't seem to be working Please ...
ASP.NET project deployment (2 replies)
microsoft.public.dotnet.framework.setup
Hi, My issue is the same as posted by someone else here, and is unanswered. I urgently need help. I am deploying an asp.net application, and the issue is that I need to create the installer such that when my client runs it, he can make the virtual directory at whichever location he wants. In general, when the installation wizard is run, the VD is created by the given name in inetpub wwwroot. But s...
Visual Studio 2002 and Framework 1.1 (2 replies, VIP)
microsoft.public.dotnet.framework.setup
Sorry if this is a repeat question, I've just joined the groups. Replies will be forwarded to microsoft.public.dotnet.framework. I am using VS.Net 2002 and have just installed Framework 1.1 on my machine. I am developing an ASP.Net application. It is my understanding that VS.Net 2002 will only let me develop in Framework 1.0, is that true? When I deploy my ASP.Net application, what version of the ...
InstallerClass Custom Actions and the GAC (3 replies, VIP)
microsoft.public.dotnet.framework.setup
Hi I don't want to deploy my winforms app to the GAC, I like to keep everything in the application folder for now. A month ago I added an InstallerClass and Custom Actions in my Setup project that call the Install and Commit methods. I've just noticed that all my assemblies (dozens of copies of them) have been placed in the GAC during the last month of testing the app on my machine. It seems to me...
Error 1304 : Error writing to file: Microsoft.Vsa.dll (2 replies, VIP)
microsoft.public.dotnet.framework.setup
I'm running Windows 98 Second Edition and Windows installer 2.0 Very urgent please! From: Hendrik Venter Posted by a user from .Net Guru (http://www.dot-net-guru.com/) Id 5A1GOl0qnkm9tD9Wp7UdUA /Id
Customizing Installation Screens (2 replies, VIP)
microsoft.public.dotnet.framework.setup
Hi Friends, I'm creating a MSI Setup package wherein I need to customize the Installation screens. I have also to check whether certain files exist on client's machine before the Installation completes or else abort the Installation. I found out that one can use the INSTALLER class to customize the Installation(One has to override the Installer class in a derived class)...but I'm not able to use i...
install doesnt detect upgrade 'specified service does not exist' (3 replies)
microsoft.public.dotnet.framework.setup
i have an installer (which installs a service, a form and some other files) when i rebuild the installer with some changes in, and re reun the .msi on the test machine, i get 'An application with this version already exists.' so i update the version number (selecting yes to productcode guid change) now when i run the .msi on the test server, i launch straight into the install, and it seems oblivio...
.NET Service Install Problem (2 replies, VIP)
microsoft.public.dotnet.framework.setup
I have a service that I have written in VC .NET 2003 I have setup a ServiceProcessInstaller and a ServiceInstaller. When I run the program from a command line to install it 'program.exe Install' it installs and runs fine. When I setup a deployment project to try and install it I get the following error message: Exception occured while initializing the installation: System.IO.FileLoadException: Unv...
RegexAssembly?_0.dll and Zero-touch deployment (2 replies)
microsoft.public.dotnet.framework.setup
Hello all, I am in the process of developing a Windows Forms application that is distributed via zero touch. Unfortunately I have come across an obstacle! A 3rd party control that I am using seems to dynamically create an assembly. When I run the .EXE locally on the development PC it is fine, if I also copy all the files to the test PC it runs fine. But when I run it via http://myIIS/ztd/app/ztd.e...
Server Error ? (3 replies)
microsoft.public.dotnet.framework.setup
I'm new to Asp.Net but have managed to create a simple page that uses DownloadData to get information from a web page. Unfortunately my PC needed a complete hard drive format and the re instalation of everything. When I now run my asp.net program I get the following message: The underlying connection was closed: An unexpected error occurred on a receive What does this mean? Is there something I ne...
saving RegistryClass info to .reg file during uninstall (2 replies)
microsoft.public.dotnet.framework.setup
i saw a previous posting suggesting that the best way to keep registry settings is to code an uninstall method which saves the information to disk which can be re run in for the next install anyone have anycode which already does this? i.e. save a RegistryClass to disk as a .reg so that it can be ran in later? i was trying to serialize it in some way, but it doesnt seem to be serializable. thanks ...
Installer Installs some files but not others (8 replies, VIP)
microsoft.public.dotnet.framework.setup
I am using the Setup and Deploy program in VS.NET 2002 and using it to install files to several websites which are hosted on the same server. The problem I am having is that, after stopping the web service and running the the install package, some files get installed and other don't. If I delete the file that didn't get installed and re install, the file is installed. I have checked and the file t...
Ad
Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification