| Thread | Last Post | Replies |
|
| Setup Error | 17 Nov 2004 19:18 GMT | 1 |
Hi, sorry that I posted this on another group, I found group more appropriate. I have a MSCOMM object on my VB.NET project. When I run the program in development environment, everything is running fine. So I added a setup
|
| How do I execute an existing MSI package from a setup project? | 17 Nov 2004 17:06 GMT | 2 |
I have an existing COM+ application (developed in VB6) exported as an MSI package. I would like to execute (install) this MSI package from a setup project done in .NET. I would, in other words, like this MSI package to be installed at the client machine as a part of the .NET ...
|
| uninstall/reinstall .net on Windows Server 2003 | 15 Nov 2004 19:39 GMT | 2 |
My SBS2003 .Net is corrupt. How do I reinstall? There is no listing for .Net in Add/Remove programs. GaryK
|
| Framework 1.1 SP1 Fails | 12 Nov 2004 21:05 GMT | 3 |
Using XP SP2, VS 2003, no programs running on computer, plenty of resouces, etc.; I do have norton antivirus and their Internet Security, but disabling them doesn't change anything - As per many other posts in here, the .NET Framework 1.1 SP 1 fails
|
| Hiding in Add/Remove Program | 12 Nov 2004 15:34 GMT | 3 |
I hv made .net web setup, it is working properly but i dont want the entry to be added in Add/Remove Programs List. Is it possible, if yes, thn how.
|
| InstallException message | 12 Nov 2004 15:30 GMT | 4 |
I throw an InstallException in Install phase. I got the following message: "An unhandled exception has occurred in a component of your application. Click continue and application will ignore the error and attampt to continue. "
|
| Configure IIS app via code | 12 Nov 2004 06:30 GMT | 2 |
Given: A physical directory that contains all folders and files for a web application Problem: Programmatically configure the physical directory as an IIS application. Any solution (.NET- or VBScript-based) are very well
|
| MDAC 2.6 does not include JET.4.O Oledb Driver | 11 Nov 2004 04:10 GMT | 1 |
Ms says I need to install MDAC 2.6 or later to tun Data on my app, but this MDAC does not include MS.JET.4.O Oledb Driver, It does not make sense to me. So now I have to instal MDAC 2.5 and MDAC 2.6
|
| Change Dot Net Framework to another language | 11 Nov 2004 00:03 GMT | 2 |
I installed windows 2003 server english version which pre-installed Dot Net Framework 1.1 english version. However, I need to run Chinese web application, I did not find Dot Net Framework 1.1 english version in Add/Remove Program.
|
| How to install SQL Server on a MSDE running machine? | 10 Nov 2004 17:24 GMT | 1 |
I want to install SQL Server 2000 developer edition on a Windows XP machine in which MSDE 2000A has been installed. Any instructions I can follow in such situation? Thanks
|
| conditionally install shortcut to special folder | 10 Nov 2004 15:58 GMT | 1 |
I'd like to install shortcut to my app in windows start up menu only when user click on "yes" button during installation. So I set User's Startup Folder "Condition" property to INSTALLONDEMAND=1 which is configured in user interface dialog editor, in case "Yes", INSTALLONDEMAND=1 ...
|
| Prerequisite disk problems | 10 Nov 2004 09:37 GMT | 3 |
Just got a new computer and I can't install my Visual Basic.net. I run disk 1 and I am asked to insert my Prerequisite disk in the drive, the Prerequisite disk does its thing and I exit it and place my VB.net disk 1 back in the drive and it once again asks for the
|
| How do I set property in Custom Action? | 09 Nov 2004 22:03 GMT | 12 |
I have a web deployment project that also installs a web service using an additional "Web Application Folder". The web deployment asks the user for a port number and I'd like to install the web service to this port also. I have a custom action (written in c#), so I could set the ...
|
| MSDE setup | 09 Nov 2004 09:18 GMT | 1 |
I need to include MSDE set up as a part of my application setup program. Please let me know how i can achive this. Rajiv
|
| error installing a Dll (setup and manually) | 08 Nov 2004 16:17 GMT | 3 |
I'm using a very simple VB6 .Dll in my project I made a Setup project for my VB.NET App after instal the Framework, IE,MDAC.. When I run the setup on the client machine (win98) it shows an error saying
|