| Thread | Last Post | Replies |
|
| install component in GAC ?? | 30 Jun 2005 19:03 GMT | 1 |
using the setup wizard : I add an exe that uses a component so I add the component to the setup-project as well but how can I specify that the component must be installed in GAC when the client runs the setup for the application ? since so far it is only installed in the directory ...
|
| msi install error | 30 Jun 2005 16:04 GMT | 1 |
I am trying to setup a distributed install with the msi file for .NET 1.1. When I run: netfx.msi /quiet /log log.txt I get the following error in the log.txt:
|
| Accessing dll | 30 Jun 2005 07:55 GMT | 1 |
I have a class dll which I would ideally like to reside in [Program files]\[Common Files]\[My Class] folder. My question is; How are my vb.net apps to reference and use this dll specially since the [Program files]\[Common Files]\[My Class] folder can reside on different drives
|
| .NET1.1 upgrade, now "'System.Windows.Forms.Form' cannot be design | 29 Jun 2005 19:29 GMT | 2 |
I downloaded .NET 1.1, and before installing it I uninstalled .NET 1.0. When I started Visual Studio, it couldnt find the .NET compiler. So I uninstalled 1.1, reinstalled 1.0, and then reinstalled 1.1. Visual Studio kept on using the .NET 1.0 DLLs. I need to use the new forms
|
| .NET Configuration 1.1: Snap-in failed to inititialize | 29 Jun 2005 16:58 GMT | 1 |
On Windows 2003 Server, I receive this error message when I try to launch the Microsoft .NET Framework 1.1 Configuration: "Snap-in failed to inititialize". I've tried to manually repair, as discussed here http://support.microsoft.com/kb/830646. But no luck. The only time
|
| Setup Project and App.Config settings | 29 Jun 2005 13:15 GMT | 1 |
How can you modify App.Config settings during an install, using a Setup and Deployment project? I have a custom dialog that captures a property I use for a special folder, but I also need to update an App.Config file setting with this value and capture a couple of other settings ...
|
| update a config file with a form at deployment time? | 29 Jun 2005 13:06 GMT | 3 |
I have created a little service that works with a config file that obviously has to be right before the service starts. To make it easier for people trying to set up the config file properly I have create a simple windows form that will modify (not create) the config fiile with ...
|
| Accessing dlls at runtime | 29 Jun 2005 01:18 GMT | 8 |
I have a set of classes (application framework) in the form of a dll that I have set to install in [Common Files]\[My Folder] folder by default on the target user's pcs. This path can also be changed by the user when running the setup on their pcs.
|
| Can Launch Condition detect a registry key without a value? | 24 Jun 2005 12:50 GMT | 1 |
Can I use a Launch Condition to detect the presence of a key without a value? and if so how? Just to put this into context, I hope to have a launch condition to detect whether the Adobe SVG viewer has been installed. I know that it has if the
|
| Order of Launch Conditions | 24 Jun 2005 10:20 GMT | 4 |
I have a relatively simply (demonstration) vb.net program which runs in a browser. Because of factors outside of my control, I will need to install and run this locally on pcs rather than from a single webserver. Having put together a deployment package for this (which works fine ...
|
| Launch Condition error icon problem | 22 Jun 2005 17:35 GMT | 4 |
I have VS.NET 2003 Prof + .NET BootStrapper PlugIn running on Win2000 Prof. Net Framework v1.1. Everything was working well until I re-installed Windows and VS.NET. Now all the Setup Launch Condition entries have an error icon (the white exclamation mark in a red circle). The setup ...
|
| Change settings of installer using VB.NET | 22 Jun 2005 17:13 GMT | 3 |
Using VS 2003 VB.NET How do I in vb.net change a value of MSI file. The exact one I would like to change the in the property table. The property "FolderForm_AllUsers" change to
|
| How to prevent the .NET framework 1.1 installation from restarting | 22 Jun 2005 16:58 GMT | 1 |
I'm using the .NET framework (version 1.1) merge module / object as part of my product installation (developing with InstallShield 10.5). As part of the .Net framework installation, a restart request is displayed to the user.
|
| What kind of deployment package should I use? | 22 Jun 2005 16:44 GMT | 1 |
I need to deploy a service that will run on a production server. I am not certain what category of deployment directions that I should follow from the MSDN site. The service is written is Visual Basic.NET version 1.1. The service is
|
| ServiceInstall table | 21 Jun 2005 15:13 GMT | 5 |
I am using orca to edit a Windows Service Install msi. The ServiceInstall table is giving me grief in that adding a row fails repeatedly. I think the Component_ category is the one that is the cause. The
|