Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet setup > january 2005 > threads for january 22 - 28, 2005

Filter by week: 1 2 3 4 5

Can msi setup automatically register an addin dll via regasm?
Posted by Greg Chasteen at 1/28/2005 1:45:48 PM
I have a .NET addin that is currently being deployed via an msi setup created by VS setup and deployment wizard. I have to register the addin dll manually via the regasm.exe. Can the msi setup be configured to automatically register the addin dll as it is being deployed by the setup.exe? ...more >>


Registry Key preventing Uninstall
Posted by DragonslayerApps at 1/27/2005 1:09:02 PM
I wrote and installed a small VBdotNet application on several user machines. During an update installation, the uninstall phase failed, triggering an error. The error indicates that the uninstaller is attempting to remove a registry key which has no connection to the application. I’m gues...more >>

OnAfterInstall -- wrong version called
Posted by GoogleNewsReaderMan at 1/27/2005 1:00:21 PM
When performing an installation on a machine that has a previous version of my application, the PREVIOUS version's OnAfterInstall method is called, not the new version's! How can I solve this problem? Any help appreciated. Thanks in advance. ...more >>

How to get current machines name
Posted by Roni Burd via DotNetMonster.com at 1/26/2005 11:18:48 PM
Hi, how can I get the current machine to use later in a custom action? thanks -- Message posted via http://www.dotnetmonster.com...more >>

How to add a folder browser to a web setup project
Posted by Roni Burd via DotNetMonster.com at 1/26/2005 12:56:13 PM
Hi, I have created a web project that also installs some extra DLL and supporting files and wanted to place those in a diffrent directory to the one the web application is installed. How can I add a dialog that allows the user to select a diffrent folder to install. Thanks for any help or suggest...more >>

Launch condition checking for MSMQ
Posted by Roni Burd via DotNetMonster.com at 1/26/2005 12:53:42 PM
Hi, how can I add a launch condition that checks to see if MSMQ is installed on the computer (the same way it checks to see if IIS is installed) Thanks for any help! -- Message posted via http://www.dotnetmonster.com...more >>

Cannot remove an assembly from GAC
Posted by Fahad Ashfaque at 1/26/2005 12:47:06 PM
Hi, I tried to remove assembly from Framework 1.1 Configuration, it says 'Error removing assembly' I then hit the gactil which results the following Microsoft (R) .NET Global Assembly Cache Utility. Version 1.1.4322.573 Copyright (C) Microsoft Corporation 1998-2002. All rights reserved. ...more >>

Shared Add-In - COM Shim - MSI Error
Posted by Rob Lorimer at 1/26/2005 10:31:14 AM
The setup project for my COM Shimmed managed assembly builds OK but displays an error dialog when the installer is run: Module C:\...Tool.Shim.dll.manifest failed to register. HRESULT -2147024703. Contact your support personnel. If I click to continue installation, my add-in appears to be wo...more >>



Failed .NET 2.0 Framework install with error code 1935, Hresult 0x
Posted by garybroz at 1/26/2005 6:41:03 AM
I cant sort out why I cant install the .Net Framework on Windows 2003 Server Standard Edition. It does the same thing every time I try despite renaming mscoree.dll and double checking permissions etc. I have installed the 2.0 Framework on 2003 Server without issue before. The error is; Erro...more >>

Bootstrapper Plug in - Error 1706
Posted by herbert at 1/26/2005 2:07:04 AM
Why is it impossible to get .NET products out the door? Who is responsible for the setup project in VS ? I installed the German Bootstrapper plug-in in German VS.2003 to include ..NET runtime. When building a setup project, the dialoge appears for minutes: "Visual Studio Professional ...more >>

Cannot Install .NET Framework 1.1?
Posted by geoffblanduk_nospam NO[at]SPAM yahoo.co.uk at 1/26/2005 12:52:17 AM
Doing an install of the ".NET Framework 1.1" I get an error: Error 1935: An error occurred during the installation of assembly component {B386D0EB-954A-4242-B434-AF57554CFADE}. HRESULT: -2147024891. Has anyone got any clues as to what could be cauing this? Searching the archives suggest t...more >>

Anyway to programmatically check to see if ASP .NET is installed?
Posted by Hayato Iriumi at 1/24/2005 5:34:33 PM
I have a need to check to see if ASP .NET is installed. Is there any good way to do this from C#? ...more >>

.Net Framework 1.1 installation fails (nullreferenceexception)
Posted by Kevin at 1/24/2005 5:21:03 PM
I have this error when I try to resintall my .net framework 1.1. It won't allow me to delete mscoree.dll during the installation when the error occurs. If I stop the installation, installation will rollback including deleting mscoree.dll. I cannot install .net framework 1.1 due to this error. ...more >>

Unrecoverable build error during setup project building
Posted by Question AA via .NET 247 at 1/23/2005 9:29:44 AM
When i add a setup project in my VB.Net project,After this when i try to build this setup project, An error occur. the error message is; "C:\Documents and Settings\mughal\Desktop\Setup2\Setup2.vdproj Unrecoverable build error" I don't know what wrong with this. Other project are working fine. D...more >>


DevelopmentNow Blog