| Thread | Last Post | Replies |
|
| Installing .NET 2.0 64-Bit Beta 2 on Itanium 2 Server | 28 Apr 2005 05:02 GMT | 1 |
it requires Windows Installer 3.0. the installer points to a download link. excellent! unfortunately, the download available through the link is for x84 and 32-bit only.
|
| Urgent...How to create different installation images | 27 Apr 2005 15:19 GMT | 1 |
here i am with an problem....... How to create different installation images using dotnet setup and deployment project as in the case of installshield X(ie,single executable,internet,CD-ROM).
|
| problem in checking windows OS version | 27 Apr 2005 15:16 GMT | 1 |
i want to install my application only in win xp . i have specified VersionNT=501 in the Condition text box of the property tab of custom folder,the application is also got installed in Win 2000.
|
| Can't deploy .net app | 27 Apr 2005 13:37 GMT | 1 |
I am using this smartphone device; http://www.microsoft.com/windowsmobile/devices/devicedisplay.aspx?module=deviceD isplay;Smartphone;emea;191. I am having problem deploying smartphone app from vs 2005. The error I get is that this version of activesync is not supported. I have ...
|
| .NET Framework Redistributable Installation fails | 26 Apr 2005 23:12 GMT | 1 |
I've created a C# application that I packaged into a setup.msi file. The setup has two launch conditions, it checks for the .NET Framework 1.1 and MDAC version 2.6 or higher, and I installed the .NET Framework Bootstrapper plug-in on my computer. When I try to install the ...
|
| IIS not running asp.NET 1.1 | 26 Apr 2005 09:56 GMT | 3 |
I just installed visual studio on an XP PC. IIS is installed on this machine. When I try to create a new asp.net project I get an error message saying: "Visual Studio.net has detected that the specified web server is not running
|
| MSDE Custom Action Condition | 24 Apr 2005 17:34 GMT | 1 |
I ran across a well written article on creating an MSDE msi embedded installation but it seems to be missing a critical step. The purpose of an embedded installation should be based on a condition (exmple \Software\Microsoft\Microsoft Sql Server\Instancename). If the condition
|
| Visual Studio 2003 Bootstrapper Plug-in error | 22 Apr 2005 18:43 GMT | 1 |
When I install the Microsoft Visual Studio .NET 2003 Bootstrapper Plug-in on my machine, everything installs smoothly. When a collegue installs it on his machine, he get's an error at the end of the install "Access to the registry key is denied" and the installation
|
| Error 2908 after uninstall of .net framework | 21 Apr 2005 04:37 GMT | 3 |
Hi, I found the .net framework program had been installed automatically via my Windows XP updates, and since I am not a developer and don't need this environment, I used the 'add/remove' utility to uninstall it. The uninstall completed without problems, however, the next day
|
| Bitmap Banner on VS2003 setup project | 20 Apr 2005 15:20 GMT | 1 |
Does anyone know what size the bitmap-banner should be? I can have it looking good under one resolutnion but if I change it becomes distorted. Cheers
|
| Can't run any ASP.NET apps on my Web server ??!! | 20 Apr 2005 14:30 GMT | 2 |
I am experiencing an unprecedented problem... my company has several Web servers. one of them is Win 2003 Server and another win 2000 adv server both used for web production the past few days we've experience an unusual problem to our perpective:
|
| VC++ & installshield | 15 Apr 2005 22:38 GMT | 1 |
I create an installer package in which i can give shortcuts to come in the programs menu or desktop. I am using IDE8.0 however i want to place an icon in the task bar which when clicked run's the application. How can i implement this.
|
| .Net Framework Installer Class | 15 Apr 2005 18:23 GMT | 3 |
I'm having trouble finding the right news group for this posting so here goes... I am attempting to execute some special actions within an installation project for a standard .Net Windows application. I have a custom
|
| Adding Internet Shortcuts to StartMenu from Deployment Package | 15 Apr 2005 15:39 GMT | 3 |
I am trying to add an Internet Shortcut to the StartMenu from the Deployment Package. I know you can't do this directly and have to do this as a custom action, as it was simple I wrote a VBScript to create one. I don't have any trouble creating the shortcut in the script.
|
| IEExplorer in Autorun | 15 Apr 2005 01:14 GMT | 1 |
I've made a setup of my c# application and I have made an MSI version of it.I've also made an html file which descirbes the application.How can I bring this html page up using AutoRun? Thanks
|