all groups > dotnet setup > september 2006
.NET Framework install issue: no IE detected
Posted by Vead at 9/29/2006 9:31:09 PM
Hi,
During setup of the .NET Framwork v2.0 the following error occurs:
"IE5.01 or higher version is required prior to installing Microsoft .NET
Framework"
The installer displays some property info:
Property: DD_IE501FOUND_X86.3643236F_FC70_11D3_A536_0090278A1BB8
Signature: SearchForIE50... more >>
NET 2.0 Launch condition
Posted by William Sullivan at 9/25/2006 11:44:02 AM
Any hints? I'm very surprised that I can't find any information on this. TIA.... more >>
dot NET never installed in fresh winxp home sp2?
Posted by MsOsWin NO[at]SPAM anon.com at 9/20/2006 12:13:30 PM
i see the downloadable 1.1 is march 2004. i bought xp sp2 (complete fresh install, no
upgrade detritus). approx Oct 2004, IIRC
no chance that i'd recall choices i may have made during install. but i've since assumed
that dotnet is part of xpsp2. yes?
investigating this computer based on ... more >>
Uninstall does not remove some files
Posted by dilishtv NO[at]SPAM gmail.com at 9/20/2006 2:15:32 AM
Hi all,
I have created a setup which internally calls an exe to generate aspx
files from a dll. Its installing everything properly. The problem
appears while Uninstalling my application. It does not remove all
files/folders from my system. As the runtime created files are not
belongs to the m... more >>
Rollbacking from custom action
Posted by Matt at 9/18/2006 10:48:01 PM
Hello
I have 2 questions
1. While installing my installtion ahs to check for parent application
version.
It is there in the registry. say HKLM/software/MyApp Version
How to write a launch condition to check the verion greater than 6.0?
2. I have created a dll and have overwritten Ins... more >>
old versions of .net framework
Posted by Ben at 9/15/2006 2:23:56 PM
I had to install .Net framework 1.1 for an application I use. It is
hardcoded to check for this version and I don't have the source code. I
just installed .Net framework 2.0 because another application needs it. I
checked my C:\WINDOWS\Microsoft.NET\Framework directory and to my surprise
... more >>
framework version questions
Posted by Emby at 9/12/2006 7:32:21 PM
I'm trying to get a handle on how the framework version is selected for
loading by an application, and what distribution requirements there may be
for an app built against a given framework version.
If I am deploying a .NET 1.1 app on a system that has the v2 frame work
installed, is it nec... more >>
Install on top of old client version issues?
Posted by schneider at 9/12/2006 2:47:27 AM
Has anyone seen weird issues when installing custom clients on top of old
version?
Seen it a few times, remove all versions an reinstall the current again and
it works fine.
This a fairly complex remoting n-tier application, was installed with a MSI
package, other clients work fine when I ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How do I add a directory in VS2003 setup project
Posted by Marcus at 9/11/2006 8:09:24 AM
I want to add a folder to C:\Documents and Settings\All
Users\Application Data in my setup project.
I rightclick the left window in file system editor in VS2003 setup
project to add a special folder but I can not find one that seems to be
what I want.
If I can not do it in the setup project... more >>
limited users can not run my application
Posted by Marcus at 9/11/2006 12:58:04 AM
I have created a setup project in VS2003 which installs my small
application.
The user gets to set which directory he/she wants to install the app.
When limited users try to run the app though, they cant.
I dont need the application to work on an intranet or such, it is only
a local computer wi... more >>
Silent install of .NET 2.0 Framework...
Posted by celoftis NO[at]SPAM gmail.com at 9/8/2006 12:44:33 PM
Here's the command string that I've seen in several threads referring
to the silent installation of the .NET 2.0 Framework...
dotnetfx.exe /q:a /c:"install /q"
This works great for me... I'm just looking for a through explination
of the paramters. I see that MS specifies the "/q", but ... more >>
Problem installing vs 2003 sp1
Posted by John at 9/3/2006 11:26:11 PM
Hi
I have downloaded the VS7.1sp1-KB918007-X86.exe file but when I try to
install it, it runs for a while and asks for license confirmation etc. but
then comes up with a dialog asking for the location of vs_setup.exe file. I
have searched the drives but have not been able to locate the vs_s... more >>
How to setup all dlls in a separate folder?
Posted by Georges BESSIS at 9/1/2006 2:03:46 PM
Hi,
When installing my app on a client system, I want to setup all dlls used by
my app in a separate folder, in order to keep my installation folder
cleaner.
I guess I'll have to do something in the .config file. How does that works?
Thanks in advance
GB
... more >>
|