microsoft.public.dotnet.framework.setup Archive - March 2004
Post a message to this list
Messages
Page: 12
Disabling setup dialog (2 replies, VIP)
microsoft.public.dotnet.framework.setup
Hi all, I have an command line program called "setup.exe" and when it is executed (by double click in explorer) setup dialog pops up. This is the case only on W2K3 machine other (older) platforms work OK. Is there any way for command line programs called "setup.exe" to stay "command line" without GUI features or will I be forced to rename my executable ? Can I create some ini file so that it is re...
redistributing framework (2 replies)
microsoft.public.dotnet.framework.setup
I need a help. I made a install package using msi and I added a merge module that installs de framework. The problem is that when the installation begins the main setup program simply quit and gives all control to the framework package installation. When the framework installation ends, the main installation is not alive and do not continue. Then I have to restart the main installation. How can I ...
la moda del verano (2 replies)
microsoft.public.dotnet.framework.setup
que colores se llevan
How much disk space does each version of .NET FRamework require? (2 replies)
microsoft.public.dotnet.framework.setup
On a multiboot system, I've got .NET 2002 on 1 system and .NET 2003 on another. I was thinking of installing only the ,NET Framework on the other systems. How much disk space does each version of the Framework use? http://www.standards.com/; See Howard Kaikow's web site.
autorun (2 replies)
microsoft.public.dotnet.framework.setup
I don't know if this is the right group to ask... I need my application (made with vb.net) to be autorun when the user places the CD..but the problem is the file on the CD that will be autorun is the setup file, so it is not logic to ask the user to setup the application each time... what I need is to make a check if the application is previously setup on the user's pc and if yes, it opens and if ...
Error Code in Building Setup Project (2 replies)
microsoft.public.dotnet.framework.setup
Hello, I've created a fresh VB.NET Setup project using the wizard. When I build the project I get the following error message: ERROR: An error occurred while validating. HRESULT '80004002' Any ideas? TIA Simon Jefferies
Services Start up Order (5 replies)
microsoft.public.dotnet.framework.setup
Hi, I need to make sure that my windows service (written using C#/.NET classes) starts up *AFTER* IIS. How can I go about doing this? Thanks Dinesh
.Net Framework Service Pack 2 Install Error (3 replies, VIP)
microsoft.public.dotnet.framework.setup
I'm getting a couple of Service pack 2 install errors. The first error is the installer can't find the 'netfx.msi' module. I've run the cmd operation to open this .msi package from the framework download. When pointed at this module, the installer returns the error '..is not a valid instalation package for the product Microsoft .Net Framework English..' When I attempt to quit the installer, it bac...
Uninstall Custom Action (3 replies, VIP)
microsoft.public.dotnet.framework.setup
I am having issues getting my custom uninstall action to "see" any of the parameters that I passed in on Install. I am trying to remove a database from a server that was specified during install and created using the Install Custom Action. When I attempt this, the "stateServer" IDictionary object is empty and I don't have access to any of the custom parameters that I supplied via the various UI di...
Service installation (7 replies, VIP)
microsoft.public.dotnet.framework.setup
I have created a Windows Service in C#. There is also a configuration program. There is 1 DLL shared by both and 2 other DLLs used by the service. I created a setup project and added the output of both projects. The service and all 3 DLLs are set to go to the System folder and the application goes into the application folder. I have the following problems: 1: The service doesn't install into the W...
no installer? (4 replies, VIP)
microsoft.public.dotnet.framework.setup
Hi, I ran into a problem when I tried to install a Windows service using installutil.exe. I got an error like this and the service was not installed. No public installers with the RunInstallerAttribute.Yes attribute could be found in the c:\SomeFolder\MyService.exe assembly. Remove InstallState file because there are no installers. My service installer looks normal like this. [RunInstaller(true)] ...
Windows installer bug when same custom action DLL used by 2 merge modules in same msi? (3 replies, VIP)
microsoft.public.dotnet.framework.setup
Hi, Since VisualStudio .NET 2003 makes a custom action's uninstall conditional upon the uninstall of the custom action DLL itself, it appears that I must install a copy of the DLL in 2 different locations if I want to use the same custom action in 2 different merge modules in the same install. However when I do this, both copies of the DLL are installed, but only one of the DLLs is accompanied by ...
(3 replies)
microsoft.public.dotnet.framework.setup
hi all i have a big dobut reg the [TARGETDIT]... after i add the Customdataaction property as INSTALLDIT [TARGETDIR] do i need to do something else in the properties to accessthe targetdirectory where the setup is installling ??? i am accessing the targetpath uysing context property , but i am not able to get the target dir.... why is this so?? ,,,, Senthil
File Exists Question for Installer (2 replies)
microsoft.public.dotnet.framework.setup
I've tried the newsgroups and the only similar post I found had no responses; so here goes. I have a deployment project that works fine. On the initial installation everything works great. Now I need to send clients the "next release" or major update on an installation CD and use the same deployment project installer, but with the next version of the apps. However, there are files that the initial...
"Web Server running ASP.NET ver 1.0" Error in Visual Studio 2003 (2 replies)
microsoft.public.dotnet.framework.setup
I just installed Visual Studio 2003 over the 2002 version, along with the Redistributable package for .NET 1.1 and now I'm getting a Version Mismatch error when I try open a v1.1 C# web project that was created on a different system (and it runs fine over there). The error message has 2 radio buttons on it, one option says "I will upgrade ASP.NET on the server to the latest version", the other say...
.NET installation error :-( (4 replies)
microsoft.public.dotnet.framework.setup
Hi All can anyone help me please? I had few problems during installation. This is log of the installation: [03/12/04,10:42:30] Visual Studio .NET Enterprise Architect English: [2] ERROR: Error 1935.An error occured during the installation of assembly component {E4183247 18A8 11D5 A549 0090278A1BB8}. HRESULT: 2146234299. [03/12/04,10:42:32] Visual Studio .NET Enterprise Architect English: [2] ACTIO...
remote installations (2 replies)
microsoft.public.dotnet.framework.setup
i saw some software (ex. Enterprisesecure by PandaSoftware) that can install their agents, and/or client software directly from server application over tcp/ip, with only one click (on win2K or XP client) how can i do the same with my C# application ? WMI , Remoting ?! any docs or samples ? thanks a lot
How to register a COM object with .NET Setup project. (5 replies)
microsoft.public.dotnet.framework.setup
Hi, I still have to deploy COM object build with Visual Studio 2003 and I want to register them (they support self registration). I experience the following: When selecting the COM project output and setting the "Register" property to "vsdrpCOM" does nothing. When selecting the COM project output and setting the "Register" property to "vsdrpCOMSelfReg" does not build with the "ERROR: The assembly ...
Error installing Visual Studio .NET (2 replies)
microsoft.public.dotnet.framework.setup
While installing , windows update components, i get the following (attached scrren shot)error message, any cluses on how to rectify this? Regard Sunil
.Net Framework Bootstrapper Plug-in (2 replies)
microsoft.public.dotnet.framework.setup
Hello all, I've installed the .Net Framework Bootstrapper Plug in and it's working great. As the plug in automatically includes the framework and the .Net framework launch condition in setup project, I am having difficulty actually excluding them. There will be instances when it won't be suitable to include the framework in an installers. How am I able to do this? Thanks.
error when using this.Context.Parameters, (5 replies, VIP)
microsoft.public.dotnet.framework.setup
hi all i am creating a setup project for installaing my application. i am using installler class to dynamically edit the config file duyring installlation. i am using path.combiine(COntext.Parameters["INSTALLDIR"],"App.config") to get the Directory path where the App config file is installed.... when doing so i am gettting an error like : Value cannnot be null: path1 whats it?? hoiw can i over com...
Installing Windows Services using Microsoft.net Setup and Deployment project (4 replies)
microsoft.public.dotnet.framework.setup
I have created a Dot Net Windows Service. I am able to install it manually it using InstallUtil. I am now trying to create a setup package MSI and let the setup program take care of deploying and installing the service. I searched the internet for answers, but there are too many different approaches. Some of them seem more like workarounds than a straight forward solutions. I been giving some sugg...
'option is unknown or invalid ' error (4 replies)
microsoft.public.dotnet.framework.setup
I'm a total greeney to .Net. This is an application I inherited and am trying to deploy on our server. It runs on the previous server. I've installed the .Net Framework 1.1 and installed the app and set the config file according to specs. However, when I try to run the first .aspx age (which in turn calls a vb page), I get the following error: Error Type: Active Server Pages, ASP 0221 (0x80004005)...
Product Key (2 replies)
microsoft.public.dotnet.framework.setup
I have a product key with an upside down J I can't get it to go through trying many different letters
Can't open existing or create new Project (2 replies)
microsoft.public.dotnet.framework.setup
I am getting multiple errors when I try to open an existing or creating a new project. When I try to open an existing project this is the error: "Unable to get the project file from the Web server. Unable to open Web project 'WebApp1'. The file path 'some path' does not correspond to the URL 'some URL'. The two need to map to the same server location. HTTP Error 401: Access Denied" When I try to s...
Ad
Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification