all groups > dotnet setup > january 2007
Visual Studio 2005 SP1 deployment: 5 minute uninstall
Posted by boeroboy NO[at]SPAM gmail.com at 1/31/2007 12:10:36 PM
Does anybody else notice vdproj or msi taking an ungodly long time to
uninstall from add/remove programs?
Our project was doing fine until one day we realized it takes 5
minutes for someone to uninstall. Some users were interpreting it as
a lock up and were rebooting. As a test, we uninstall... more >>
deployment and setup
Posted by jason at 1/31/2007 2:36:37 AM
how deployment and setup done
dot net 2005... more >>
.NET Framework 3.0: x64 (KB928416) can't install via Microsoft Update
Posted by Jim Millard at 1/30/2007 10:13:36 AM
ON both a new/clean install of XP Pro 64-bit and Server 2003 R2 64-bit,
the Microsoft Update subsystem cannot install the Framework 3.0 for
64-bit platforms. In both systems, the problem appears to be related to
the installer command string that is being used my Microsoft Update (in
addition... more >>
Run Setup automatically after NET Framework installation finish.
Posted by ido.rebelrebel NO[at]SPAM gmail.com at 1/24/2007 1:33:07 AM
In order to deploy an application written in C# using VS 2005 (and
obviously .Net 2.0) I have generated a setup and deployment project via
visual studio. In the launch conditions editor I have added a NET
Framework launch condition. The condition works great but the MSI does
not run automaticall... more >>
Automatically launch application after installation complete
Posted by ido.rebelrebel NO[at]SPAM gmail.com at 1/24/2007 1:17:03 AM
In order to deploy an application written in C# using VS 2005 (and
obviously .Net 2.0) I have generated a setup and deployment project via
visual studio. In the user interface dialog I have created a
check-boxes dialog that one of them is launch application. how do I run
the application automati... more >>
Problem installing Web Service on Windows Vista
Posted by AnGuard at 1/23/2007 11:31:24 AM
Hi everyone,
I developed a Web Service with Visual Studio 2003 and Framework 1.1.
Using Visual Studio 2003 I created the setup package for the Web Service and
it works fine on Win2k versions, XPPro Sp2, Win2k3 Server.
When I try to run the Setup package on Windows Vista Business, after the
re... more >>
Blank License Agreement in VS 2005 Setup And Deployment Project
Posted by SimonHamelech NO[at]SPAM gmail.com at 1/23/2007 10:19:15 AM
In order to deploy an application written in C# using VS 2005 (and
obviously .Net 2.0) I have generated a setup and deployment project via
visual studio. To this project I have added a license page dialog and
configured it to use a file called license.rtf, however when I install
the application... more >>
Bootstrap installer puts assemblies in GAC but app doesn't see them
Posted by wheresjim at 1/12/2007 4:55:40 PM
I created an installer that installs .NET Framework 2.0 as a
prerequisite, which works great, further on in the installation it
places 3 .dlls in the GAC, and then it launches my app, which complains
that the 3 assemblies are not in the GAC, despite the fact that I have
checked, and they are ind... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Packagin registry file only
Posted by Mike at 1/11/2007 6:12:01 PM
Hi! Is there a way to package registry file only? I can not seem to find the
way using VS 2003 & Pacgae and Deploy Wizard.
Any help is greatly appreciated.
Many thanks in advance,
... more >>
& char in Product Name !!
Posted by Bragadiru at 1/8/2007 1:00:09 PM
Hi all,
I don't know if this is the right group.
I made a deployment setup project and I want to set the Product Name to :
A&B
At runtime the title bar is correct, but Banner text is : Installing AB
application - B is underlined !!??
I tried to change the ProductName to A&&B => banner te... more >>
|