Okay first let me say I know nothing about programing and
only the basics of computers. I have taught myself HTML
and CSS and decided to pick up a book on C# at the library
just to check it out. I followed what the book said and
downloaded .NET framework. I created the source file in
th...
more >>
I need to add a registry key at install with a value of the Install Path the
user selected. It seems that such a value could be aquired from an
environment variable but I don't know what it is. Should look something like
this [Install Path]. Does anyone know where these are documented?
Perry
...
more >>
I have a .NET DLL that I want to expose through COM and .NET. In order to
expose it to COM I had to give it a strong name and register it with the GAC
through an application install procedure. In the "File System on Target
Machine" I added a special folder "Global Assembly Cache Folder" and place...
more >>