| Problems installing - Error 1935.An error occured during the installation of assembly component (5 replies) |
| microsoft.public.dotnet.framework.setup |
| Hi all, I am trying to install the .Net framework and am getting an install error: Error 1935.An error occured during the installation of assembly component {2B6E7D21 976B 48BE ACD7 6CF2C51B3EC1}. HRESULT: 2147024891 I have tried renaming the mscoree.dll file to .old as suggested in some articles. But still no joy. does any of you know what could be causing this ? cheers, Adam |
|
| Newbie Debugging of Installation Component question (2 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Dear ALL, Can anyone describe how to debug Installation Components in VS.NET 2003 with C#? What is a procedure? For some reason debugger would not stop on set break points. Thanks From: Constantine Oxenenko Posted by a user from .Net Guru (http://www.dot-net-guru.com/) Id b7INnTTHGE6GUFZGtUq2DA /Id |
|
| Desktop icons when creating shortcuts (2 replies) |
| microsoft.public.dotnet.framework.setup |
| I have installation package for a .NET app that works just fine. However, the client has installed the app on a network drive and wants to install a desktop shortcut on each user's machine that points to the app on the network drive. The only problem the users have is with the shortcut creation in that they have to do a Start | Run then Browse to the location where the app is. At that point when t... |
|
| Creating a shortcut with microsoft .Net Installer (6 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| After creating an icon with the creation method, the icon is placed on the desktop but the "Find Target" and "Change Icon" are disabled, also the "Target" value dose not contain the file name only the path, does this problem familiar to somebody ??? Thanks, Alon. |
|
| LAUNCH CONDITION MESSAGE (3 replies) |
| microsoft.public.dotnet.framework.setup |
| I need to direct users to a specific URL in a launch condition message. I have customized the message, however, I can't figure out a way to make a link clickable within the message. The message is only editable through the VS properties window. I tried an HTML tab but to no avail. Greg L. |
|
| Windows service installation (4 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Hello, I'm new to .Net. I created a windows service in C#. My solution contains 3 projects. One is the service itself and two are class libraries. Now I want to install my windows service along with the dlls from the other two projects of the solution and also some xml files containing configuration parameters and data for the service. I added the xml files to the service project. Then I added an ... |
|
| How to create a log file in a setup project? (2 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| "bb" wrote: Yolande wrote: Is there any way to create a log file and record the events during the installation? Thanks Yolande you can produce a log file when calling msiexec. the options are explained in this link http://msdn.microsoft.com/library/en us/msi/setup/command line options.asp Thank you for the help. I tried to use the command line to install my setup package. It seems it only logs the... |
|
| How to check the installation folder before the installation occur (4 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Hi there, I have to check that the installation folder does not contain any spaces. If it does, the user has to reset the installation folder then the installation continues. Because I did not find where to add this condition in VS.NET setup project, how can I do that? Tanks. Yolande |
|
| How can I add user interfaces during the installation? (2 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Hi, Because the interfaces in setup project cannot meet my requirement, I need to add my own user interfaces. For example, I want to replace the Installation folder dialog with a new one. How can I do it? Thanks. Yolande |
|
| MSI Setup Installation Issue (2 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| I have created a MSI Setup. When I run the Setup, an Installation screen comes up with the options of "Everyone" and "JustMe". When I select the option "Everyone", my application gets installed but doesn't remove the previous version of my application. I have set the property REMOVEPREVIOUSVERSIONS to true. What I want is that when a new version of my application is installed, the older version sh... |
|
| How to prevent reg key from being removed at uninstall (9 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| I'm using VS C .NET 2003. I created a Setup & Deployment project. How do I tell it that certain registry keys are not to be deleted when the program is uninstalled? There's a properties setting (DeleteAfterUninstall I think? I'm not infront of my computer right now) that sounds like it's what I want but the key gets removed anyway no matter what it's set to. Thanks. |
|
| Installing multiple copies of my .NET application (6 replies) |
| microsoft.public.dotnet.framework.setup |
| Hi all, I've got almost the opposite problem to most with regard to installation versions and uninstalling previous etc. We need to be able to have several different copies (of the same version) of our application installed on a PC mainly for support requirements. (We want to be able to have copies of our customers' installations on a machine each installed separately, to be able to reproduce/test... |
|
| Project Setup Help (2 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Hello EveryOne: we are developing windows net application by C#,I want to make a setup installer,How do i do it?Related resource will be more helpful.Thanks in advance! Below is my question. 1. How do i add customer action to the installer? 2. How do I dynamicly change appconfig according to installer directory? 3. How do I create shortcut for my installed program? |
|
| Questions on setup project (2 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| I have some questions when I am doing a setup project: 1. How can I pass the parameters to a JScipt/VBscript file that is used to perform an custom action? For example the TARGETDIR. 2. Is there any sample that uses JScript or VBScript to perform the custom action? 3. How can I check if the target machine is installed the msxml3.0, msxml4.0 in a VS.NET Installer Class? I cannot only check if the t... |
|
| Custom action error (2 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Hi, I've developed a custom installer action to include missing registry entries and to setup .NET security correctly after installation. After compiling the custom action, I included it into my setup project. If I add it to all of the four possible callbacks (Install, Commit, Rollback and Uninstall), everything works fine. If I only include it in the Commit callback, I receive an error when execu... |
|
| deploying a c# app... (3 replies) |
| microsoft.public.dotnet.framework.setup |
| Hi all, I've created a c# application, and included a "Setup project" in the same solution. How do I default it so that the application (say i were to run the setup "quietly") installs with "Everyone" rather than the "Just me" option? Thanks Daniel. |
|
| how to remove the repair option or prevent a rollback during the repair. (4 replies) |
| microsoft.public.dotnet.framework.setup |
| Our setup application installed 3 services. When someone tries to repair the application, the repair will fail since the services are already installed, and the setup will rollback... which will leave the application partialy installed and not functionning. Is there a way to either remove the repair option, or prevent the rollback when the services are already installed? Thanks for your help, Hele... |
|
| installing multiple instances of a service (3 replies) |
| microsoft.public.dotnet.framework.setup |
| Hi all, I need to be able to install multiple, uniquely named, instances of the same service. Can anyone tell me how to achieve this using the installer projects available in .NET or point me to resources where I can find more information about this subject? Thanks, Marc Using Opera's revolutionary e mail client: http://www.opera.com/m2/ |
|
| Vb.Net setup with flexgrid does not run flexgrid (2 replies) |
| microsoft.public.dotnet.framework.setup |
| Hi all, I am new to Vb.Net and I am facing a unique problem. I used Flexgrid in Vb.Net and thereafter created a setup program. When I run the setup program on another machine then that application gives error for flexgrid.i.e.,flexgrid is not visible and there is some Dll not registered kind of error.Even registering the ocx does not solve this problem. If possible Kindly give me a solution to thi... |
|
| Is it possible to get the Installation Path? (3 replies) |
| microsoft.public.dotnet.framework.setup |
| Hi, is it possible to get the Installation Path when user install a program? I would like to save the installation path into registry Shelby |
|
| Custom Form (2 replies) |
| microsoft.public.dotnet.framework.setup |
| Hi all i need to construct my own form an use it after the installation Folder form. is it possible ??? thkls JSB |
|
| distributing .NET dll used in COM (5 replies) |
| microsoft.public.dotnet.framework.setup |
| I have a VB6 application that now uses a C .NET DLL via COM. The .NET dll was developed on one computer, and to move it to mine, I simply copied it and its tlb file over, ran RegAsm full Path \MyNet.dll then dragged it into c:\windows\assembly. On another computer here that has the .NET Framework, but not the development environment, I tried the same thing. RegAsm fails saying it is unable to loca... |
|
| dot.net = dot.crap when it comes to install problems (5 replies) |
| microsoft.public.dotnet.framework.setup |
| Hi all, I am trying to install the .Net framework on XPPro SP1 and am getting an install error: Error 1935.An error occured during the installation of assembly component {2B6E7D21 976B 48BE ACD7 6CF2C51B3EC1}. HRESULT: 2147024891 I have tried renaming the mscoree.dll file to .old as suggested in some articles. But still no joy. does any of you know what could be causing this ? The only other respo... |
|
| Romainian Teenagers Raped. Banned Photos. 4280 (3 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Pictures from banned site of young romanian teenagers being brutally raped. http://205.251.154.36:89/teenrape/TeensRaped.scr exvpyjiuptjcqgehmqsrlnwxrlrltjmgvryrbyzowgsphufcmpxrlnyrnmyhb |
|
| How to Modify the Window Service LogOn Account thro' C# code? (3 replies, VIP) |
| microsoft.public.dotnet.framework.setup |
| Hi friends, I've created a setup file for Installing Windows Service.Installer will install the window service with default logon properties.After installing the service i have to change the Logon properties(Given as Input by the user) of the installed service in the Custom Action project thro C# code. Plz tell me how to modify the Window Service logon Account thro C# code. Thanks and Regs Kathir |
|