|
| ||||||||||
| Tags: dw20exe, error, error reporting, microsoft |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Microsoft Error Reporting (dw20.exe) Installation Location
I found that Microsoft Error Reporting (dw20.exe) was installed in D:\Program Files\Common Files\Microsoft Shared\DW Obviously one of the updates did not read the %CommonProgramFiles% parameter correct and placed the application on the wrong disk. Since I want my applications on Local Disk C: (C:\Program Files) I need a way to move the Microsoft Error Reporting Application to the preferred disk. |
|
#2
| |||
| |||
| Re: Microsoft Error Reporting (dw20.exe) Installation Location
Were you able to achieve this? I also faced the same issue and was unable to move the error reporting to C:\ Please help me with the steps to be carried out if you were able to move them. |
|
#3
| ||||
| ||||
| Re: Microsoft Error Reporting (dw20.exe) Installation Location
Microsoft Error Reporting is a client application for reporting crashes and errors to Microsoft. It is designed for use with applications running on operating systems earlier than Windows Vista, which instead offers this functionality through the WER API. (32 printed pages). I think it is better if you check the below given link for same. Error Reporting. |
|
#4
| |||
| |||
| Re: Microsoft Error Reporting (dw20.exe) Installation Location
Thanks for the reply. But I already checked the link. Let me explain my scenario.. My databases are stored in E:\ and the size of databases is increasing rapidly. We decided to create a new drive, three times the older drive size and move all databases to that location. But unfortunately the Error reporting is also installed on same drive. Now we need to release that drive. How can we achieve this? |
|
#5
| ||||
| ||||
| Re: Microsoft Error Reporting (dw20.exe) Installation Location
From the microsoft site: Quote:
__________________ Education, Career and Job Discussions |
|
#6
| |||
| |||
| Re: Microsoft Error Reporting (dw20.exe) Installation Location
Thank you for the reply. I will try to create a test environment with 64-bit and try your steps. I also observed that some hotfixes are also installed on the same drive. Only way to move hotfixes might be reinstalling them, i guess. thanks a lot. |
|
#7
| |||
| |||
| Re: Microsoft Error Reporting (dw20.exe) Installation Location
we have DW20.EXE file in three locations. 2003 64bit server with SQL 2005. C:\Program Files\Common Files\Microsoft Shared\DW C:\Program Files(X86)\Common Files\Microsoft Shared\DW E:\Program Files\Common Files\Microsoft Shared\DW can i delete the DW20.EXE files from E drive or i need to move them to other location?? |
|
#8
| ||||
| ||||
| Re: Microsoft Error Reporting (dw20.exe) Installation Location
Hi v235, If you add the property ROOTDRIVE=%SystemDrive%\ to MSIEXEC command line, DW will be installed to the correct drive. First you have to extract the dotnetfx_64.exe: Run following command to extract out MSI package dotnetfx_64.exe /c /t:%Temp%\DotNet This extracts out MSI and supporting installation files to the %Temp%\DotNet folder. Now you can install .Net 2.0 with the following command: msiexec /i "%Depot%netfx.msi" ARPSYSTEMCOMPONENT=1 ADDEPLOY=1 ROOTDRIVE=%SystemDrive%\ If you want to install dotnet silent, add /qn to the command line. If you need a install log file, add /l*v "%Temp%\DotNet.log" to the command line. The log file will be created in your %Temp% folder.
__________________ Education, Career and Job Discussions |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Microsoft Error Reporting (dw20.exe) Installation Location" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can’t run the Microsoft Security Essentials Installation wizard - Error Code: 0x80070643 | Pranvi | Networking & Security | 5 | 16-04-2011 08:34 PM |
| Microsoft Security Essentials reporting Trojan | Shantimay | Networking & Security | 7 | 28-10-2010 08:40 PM |
| Error 1712 occurs during Microsoft office 2010 Beta installation | Gracious | Windows Software | 4 | 29-07-2010 02:04 PM |
| Microsoft Office 2003 Professional installation error | madjamonline | Office Setup | 3 | 29-04-2009 12:52 AM |
| Preventing the Microsoft Application Error Reporting (DW20.exe) | DJackman | Windows Server Help | 2 | 19-01-2006 10:23 PM |