| Thread | Last Post | Replies |
|
| Removing vs2005 rc | 28 Oct 2005 12:07 GMT | 1 |
I currently have vs2005 team system rc and need to install vs2005 professional final. Is there a recommended procedure for this such as uninstalling previous components etc? Thanks
|
| No conditional installation of shortcuts? | 26 Oct 2005 06:33 GMT | 2 |
we all know the very polite question of nowadays installation routines if or if not the installer shall add shortcuts to e.g. the user's start menu and to the desktop. I am currently trying to include this optioning within a Windows Installer Project according to the documentation ...
|
| Windows 98, .Net Framework Install, Windows Installer | 25 Oct 2005 23:51 GMT | 1 |
Dear Anyone Who Can Help, I am having a problem getting .Net Framework to install silently on Windows 98 because a standard load of Window 98 requires Windows Installer 2.0 in order to install the Framework. So when I run a silent
|
| Installing dlls in GAC | 25 Oct 2005 01:16 GMT | 1 |
How can I make my setup project to install dlls in Global Assembly Cache? I know, it's a bad idea in general, but my project is a BandObject for IE which requires GAC. I have a .bat file which my main project runs on every build and which contains commands for gacutil.exe and ...
|
| HowTo: Develop on Production Server ? | 24 Oct 2005 20:40 GMT | 2 |
Win2K Server .Net 1.1x framework, devenv.exe is not installed. I copied my entire project to a web folder.Dev on the production server and added the production webconfig When I tried to start debug the web app from my local machine, I got the msg
|
| Executing code during setup | 24 Oct 2005 16:05 GMT | 3 |
Is it possible to execute a c# code(like writing some contents to a new file and deleting a existing file) during the set up? If yes can you please elucidate on this? Thanks
|
| IIS Files missing | 23 Oct 2005 21:50 GMT | 2 |
I'm installing Visual Studio. The prerequisites are asking to install IIS. If I do so, IIS is missing several files. I can't locate those files anywhere. Not even on my original WIndows XP Media Center CD-rom. Does anyone know why and has anyone got a solution. I want to develop a ...
|
| Whether PHP 4.0 support vb.net dll com | 23 Oct 2005 21:49 GMT | 1 |
I had completed my setup and projects succesufully but after installation while i try to display web page it will show the COM registerstion not supported Error. Having .NET \Framework and php4.0 apache Why it is not get register i set the property vbdrfCOM for all dll,even it is ...
|
| 'HTTP/1.1 401 Access Denied'. when creating web project | 19 Oct 2005 00:36 GMT | 1 |
After trying to create a project on a remote server using VS.NET 2003 i get the error 'http://localhost/webapplication1' ,'HTTP/1.1 401 Access Denied'.
|
| Uninstall icon on Start Menu | 18 Oct 2005 16:45 GMT | 1 |
i'd like to add the uninstall icon on the Start-Programs-Appl menu. How can i do it, please ? Thanks, regards --
|
| Delete generated file on uninstalling | 18 Oct 2005 16:39 GMT | 1 |
uninstall my application i need to delete a file generated by the appl. How can i do it ? Now the uninstall process does NOT delete the file and then the application folder....
|
| deployment project doesn't checks previous versions installed | 18 Oct 2005 16:33 GMT | 1 |
Hi to you all. I've create an Windows Form application with C# (actualy an Outlook add-in). I'm having problems with upgrade installations of the application. That is:
|
| assemblies removed in uninstall | 17 Oct 2005 16:08 GMT | 3 |
in our PowerPoint add-in setup we install certain assemblies in the Global Assembly Cache (pias - primary interop assemblies) and these are automatically removed during uninstallation. This creates a problem for computers that have already installed these assemblies for other
|
| Server control setup - aspnet_client directory location. | 10 Oct 2005 00:53 GMT | 1 |
Hi, I have created a server control for ASP.NET, which uses files under the 'aspnet_client' directory under wwwroot. So of course, in order to install the control on other machines I need to copy my files to a directory under aspnet_client.
|
| Create .TLB from VS 2003 Deployment Project | 07 Oct 2005 10:05 GMT | 1 |
I have problem with creating type library for assembly in VS 2003. When I register my assembly with regasm /tlb /codebase MyAssembly.dll the MyAssembly.tlb is created and registered and client can use the COM.
|