| Thread | Last Post | Replies |
|
| & char in Product Name !! | 28 Mar 2007 08:48 GMT | 2 |
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
|
| Setup Projects | 26 Mar 2007 21:54 GMT | 4 |
In a VS2005 setup project, how do I incorporate another .MSI file that should be called by the setup project. Many thanks.
|
| Run application.exe automatically after installation finish. | 20 Mar 2007 20:56 GMT | 1 |
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?
|
| Effect of installing dotNet 2.0 on Windows 2000 server with SP4, IIS5, SQL2000 server SP3a | 20 Mar 2007 17:59 GMT | 1 |
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?
|
| .NET version installed | 17 Mar 2007 19:18 GMT | 1 |
In which way can i check which version installed on PC How can i do it through Windows and programmatically Thanks
|
| Trouble with MSI install | 17 Mar 2007 19:16 GMT | 1 |
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.
|
| An error occurred while validating. HRESULT = '80004005' | 15 Mar 2007 13:52 GMT | 5 |
I am a niewbie to set up project. My aim is to create the set up project for the windows application. I have added the windows application project in the set up solution and trying to build the saetup project but getting the follwoing error
|
| Deploying registry settings in Vista | 12 Mar 2007 02:37 GMT | 3 |
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:
|
| Clean rollback installation in the Install method (System.Configuration.Install) | 07 Mar 2007 18:48 GMT | 1 |
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
|
| Registering COM Components while installation -VS 2005 | 07 Mar 2007 18:39 GMT | 1 |
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 ...
|
| Need help with setup project | 01 Mar 2007 18:55 GMT | 1 |
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?
|