all groups > dotnet setup > march 2007
.Net Framework Prereq - "Download from vendor's site"
Posted by mbhansen NO[at]SPAM gmail.com at 3/26/2007 7:42:53 AM
Greetings,
I have a windows application that uses a VS2005 deployment project to
create the setup.exe for end users. Everything works fine, but
recently the prerequisite for the .Net Framework 2.0 is sending users
to a new location (new URL).
Previously they would be sent here:
http://w... more >>
Effect of installing dotNet 2.0 on Windows 2000 server with SP4, IIS5, SQL2000 server SP3a
Posted by J.H at 3/20/2007 9:38:38 AM
Hi everyone,
We have a Windows 2000 server w/SP4, IIS 5.0 (a few web site), and SQL2000
server SP3 on the server.
We're about installing dotNET 2.0 on the server, however we don't know:
a. what are major changes if we installed dotNET.20 on the server?
b. What the impact, effect might have ... more >>
Using embedded icons from exe in .Net installer project
Posted by mathewda NO[at]SPAM gmail.com at 3/19/2007 11:33:20 AM
I'm working on an installer for a C# project in which I have icons
added to it's resource file and a default program icon set. I'd like
to use the regular program icon for the shortcuts and add/remove
programs icon, but I want to use an additional icon to associate with
the file type for this pr... more >>
web deployment trouble
Posted by Supriya at 3/18/2007 8:53:00 AM
Hi,
I have a created a web setup project to deploy a .net 2.0 web application. I
ran it on our integration machine which has only the framework installed on
it.
I get the following error in web.config when I browse that site:
Parser Error Message: Could not load file or assembly
'System.W... more >>
Run application.exe automatically after installation finish.
Posted by ido.rebelrebel NO[at]SPAM gmail.com at 3/18/2007 2:03:56 AM
I have a .NET application that was deployed using a .NET deployment
project included with VS.NET.
I wonder if there is a way to create a "launch application"
condition.in the User interface checkboxes?
I mean a simple way to run application automatically, when
installation process ends.
than... more >>
Trouble with MSI install
Posted by Shilpa at 3/15/2007 9:18:20 PM
Hi,
I have created an msi package that installas some .Net dlls. It was
working fine until my windows profile got corrupt and I had to create
a new one after renaming the old. the old profile still exists with a
different name.
Now, when I try to run this msi, it says "The specified service... more >>
.NET version installed
Posted by Itzik M at 3/13/2007 4:09:58 PM
In which way can i check which version installed on PC
How can i do it through Windows and programmatically
Thanks
... more >>
Deploying registry settings in Vista
Posted by andrewbb NO[at]SPAM gmail.com at 3/9/2007 10:27:50 AM
A deployment package for a Service application that worked under XP is
failing in Vista with error 2869.
The error occurs when the Installer component runs custom code to
write a registry entry:
SYSTEM\CurrentControlSet\Services\MyServiceName\Group
Code in the Installer component that cause... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Clean rollback installation in the Install method (System.Configuration.Install)
Posted by M-A Boivin at 3/6/2007 3:36:03 PM
I use a Deployment Project in Visual Studio 2005. I added a custom
action class that extends System.Configuration.Install.Installer. In
the method "Install", i check that all my dependencies are met so I
can continue the normal installation process. I can't use the launch
conditions because I... more >>
Registering COM Components while installation -VS 2005
Posted by SivaprakashShanmugam at 3/5/2007 2:18:16 AM
Hi
I want to install some COM componentes automatically which is created in MFC
ActiveX controller and wrapper is created in C#. I did the same process in VS
2003 it is doing perfect so far (I said Register as vsdrfCOM for the .ocx and
their interops) even though i did the same thing in VS ... more >>
Need help with setup project
Posted by Shilpa at 3/1/2007 10:42:54 AM
Hi,
I am creating a VS setup project that deploys my file in a particular
location.
The location is stored in a config XML file.
How do I read the XML file from the setup project?
Regards,
Shilpa
... more >>
|