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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|