all groups > dotnet setup > november 2003 > threads for november 8 - 14, 2003
Filter by week: 1 2 3 4 5
Does installation of framework on windows NT require a reboot?
Posted by Bryan Stanton at 11/14/2003 5:17:52 PM
Hi,
Can anyone tell me whether or not it is necessary to reboot after installing
the framework on Windows NT and still be able run .NET applications?
Thanks.
Regards,
Bryan Stanton
... more >>
What is required on a server to host an ASP.NET site/application?
Posted by David Hearn at 11/14/2003 3:51:24 PM
I am getting ready to set up a server so that it can host a .NET web
site that I am developing. I am assuming that I only need to have the
framework redistributable and install that. Am I correct? Anything
else I need to know? Any tips and/or hints would be greatly
appreciated!
Thanks in adva... more >>
TLB & VSI
Posted by Viktor Sklyar at 11/14/2003 2:14:34 PM
Hello All.
How can I register .TLB by using Visual Studio Installer (VS7)?
Is it possimble?
Thank you.
... more >>
Microsoft .NET Framework Service Pack 2 (Deutsch mit SDK)
Posted by Beat Gerber at 11/13/2003 5:15:40 PM
I can't install
Microsoft .NET Framework Service Pack 2 (Deutsch mit SDK) on a Win 2003
Server
Automatic Windows Update works .. but after a System restart ...
(NET Framework Service Pack 2) is still on the windows update list.
... more >>
MSI to install and start a service
Posted by Russ Green at 11/13/2003 1:59:09 PM
I'm using a Setup Project in VB.NET 2003 Standard to install a windows
service application. I would like this installer to start the service after
install. How do I do that?
Thanks,
Russ
... more >>
problems with repair feature in dev studio setup project
Posted by konsu at 11/13/2003 11:53:55 AM
hello,
when i run my msi after it has been installed, i get the "repair/uninstall"
dialogue.
1. can i just make it upgrade the installation and not uninstall it?
2. this UI is not accessible anywhere in the project, right?
3. my msi installs a windows service, and choosing "repair" fails sa... more >>
need to cusomise the setup dialogues
Posted by konsu at 11/13/2003 11:09:30 AM
hello,
i guess it is not possible, but would still like to ask to confirm. can i
change or remove the strings at the top of the setup dialogues to the left
of the image in the upper right corner? i am talking about dev studio setup
projects.
thanks
konstantin
... more >>
Installer - Multilingual and Patch Questions
Posted by WFB at 11/13/2003 9:48:12 AM
Hi,
Im not sure that this is the right place for this, so I apologize in advance
if it isnt.
I have a VB app that I need to distrubute to mulltiple markets. I have been
using the VS.net installer, and it has been great for English language
installs, but now I need to distribute to other Eu... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Can I redistribute IE, NTsp6a, MDAC, etc on my install CD?
Posted by Steve Hiner at 11/12/2003 4:56:26 PM
I was wondering if it's legal to include the programs required by the
framework on my install CD so my users don't have to download them.
Specifically it would be nice to include:
Framework 1.1 + service packs (or 1.0 + sp2)
IE6
Windows NT service pack 6a
MDAC 2.7+
Windows Installer 2.0 (in... more >>
Windows Service
Posted by Robert Harris at 11/12/2003 1:56:46 PM
TWIMC:
I cannot uninstall a Windows Service that I wrote. A System.FileIO exception
is thrown when I select the remove option from Add/Remove Programs in
Control Panel.
My question is this: Does anyone have instructions for manually removing a
service?
... more >>
Get Installed App name in Installer
Posted by Mike at 11/12/2003 8:09:07 AM
I need to edit the config file on install. To keep it
portable, I need to get the exe name of the application
that the setup is installing. While using
System.AppDomain.CurrentDomain.FriendlyName from the
executable, it does not work when the installer calls the
Installer class.
Is the... more >>
install Microsoft .Net Framework 1.1
Posted by Peter Bouman at 11/12/2003 1:08:24 AM
Hello, I have tryed to install Microsoft .Net Framework
1.1 on a win 2000 prof NL by the update in windows.
Everthing update's well. including the latest service pack
and the explorer 6 with all the fixes. Exept
Microsoft .Net Framework 1.1
I tryed both us and dutch. Any one know a solut... more >>
.exe throws exception from local, but not network drive
Posted by frostalicious at 11/11/2003 10:43:37 PM
Used VB.NET (on my client PC) to convert VB6 executable
to .NET executable. Placed the .exe file on a network drive
on my server. From client, ran .NET Wizards "Trust an
Assembly" to make the .exe (on the network drive, on the
server) "Full Trust." From the client, double-click on the
..exe ... more >>
Custom Action script to change IIS settings on web install
Posted by Christopher Klein at 11/11/2003 1:13:58 PM
Hi there,
I was wondering, can anyone point me in the right direction to how I can
alter some default settings on installation?
the web installer script lets you set permissions and create the
directory/port info, but I need to be able to alter the application
configuration for asp session ti... more >>
File install
Posted by cfyam at 11/11/2003 11:14:52 AM
How can I set the spceific file Condition property in .NET Setup project (
the file will not be install if the local exist)
... more >>
how to get [SourceDir] property
Posted by Mark at 11/11/2003 6:58:33 AM
how do you access the [SourceDir] property from a
Configuration.Install.Installer derived class ?
in code, i want to do something like this ?
public override void Install(IDictionary stateSaver)
{
base.Install (stateSaver);
// get [SourceDir] and [TargetDir]
// copy a file fro... more >>
INSTALLPROPERTY_INSTALLDATE
Posted by SvenÅke Andersson at 11/10/2003 1:04:24 PM
The property INSTALLPROPERTY_INSTALLDATE used together with
MsiGetProductInfo returns a string version of a date. Is this date always
formatted as YYYYMMDD or is it localized?
/SåA
... more >>
how to register my COM object from visual studio setup project?
Posted by konsu at 11/10/2003 11:51:13 AM
are there any samples on how to implement an installer class in my .NET
assembly to register it as COM object?
thanks!
konst
"Phil Wilson" <pdjwilson@nospam.cox.net> wrote in message
news:uZe6v0%23lDHA.1096@TK2MSFTNGP11.phx.gbl...
> Windows Installer doesn't call those ComRegisterFunction ... more >>
install problems with net 1.1 and Windows XP
Posted by Joe at 11/10/2003 8:54:42 AM
I'm having problems installing .Net 1.1 and Visual
Studio.net 2003 on a Windows XP box. The machine already
has .Net 1.0 and Visual Studio 2002 installed. Following
is a snipped of text from my netfx.log which seems to
highlight the source of the problem:
1: {CB2F7EDD-9D1F-43C1-90FC-4F52... more >>
|