which component installs drwtsn32.exe

  • Thread starter =?ISO-8859-1?Q?J=FCrgen_Rudolph?=
  • Start date
?

=?ISO-8859-1?Q?J=FCrgen_Rudolph?=

Hi.

Does anyone know where the file drwtsn32.exe is located ?

I have set the visibility to 100 (Tools/Options/Advanced) but filter
for "Component contains following file" does not match for drwtsn32.exe.
The file drwtsn32.exe resides in the repository directory
{484C9D34-846E-40E2-A2E6-FF2771A303D5} but i don't know the
dependencies.

Thanks in advance,
Juergen
 
S

Sean Liming \(eMVP\)

Jurgen,

There is no component for drwtsn32, but the file is in the repository. You
need to create a component for it, which I haven't done yet. Below are the
steps that I am aware of to create a component for drwtsn32.

Regards,

Sean Liming
www.a7eng.com
Author: Windows NT Embedded Step-By-Step and XP Embedded Advanced.


0: Ensure that you select the following repository for this component:
"Windows XP Embedded Client (x86) Service Pack 1"



1: Add these file resources:



Note: if mui is necessary, then add the associated mui file listed below as
well, if mui is not necessary, then ignore that mui resource:



DRWTSN32.exe to %%11%%

DRWTSN32.EXE.MUI to %%10%%\mui\FALLBACK\xxxx (where xxx is the appropriate
mui code destination folder)



2: Add a component Dependency on "Primtive: Dbgeng.dll"



3: Add the following registry information for 3 registry keys::



HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DrWatson



Value Name: LogFilePath

Type: reg_sz

Value: C:\Windows Registry



Value Name: DumpAllThreads

Type: reg_dword

Value: 1



Value Name: AppendToLogFile

Type: reg_dword

Value: 1



Value Name: VisualNotification

Type: reg_dword

Value: 1



Value Name: CreateCrashDump

Type: reg_dword

Value: 1



Value Name: Instructions

Type: reg_dword

Value: 10



Value Name: MaximumCrashes

Type: reg_dword

Value: 10



Value Name: CrashDumpType

Type: reg_dword

Value: 1



Value Name: SoundNotification

Type: reg_dword

Value: 0



Value Name: WaveFile

Type: reg_sz

Value:



Value Name: CrashDumpFile

Type: reg_sz

Value: C:\Documents and Settings\All Users\Application Data\Microsoft\Dr
Watson\user.dmp



NOTE: The drive letter (C:\, D:\, etc.) in this path must be hard coded, as
%%...%% is not recognized by DrWatson.



HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug



Value Name: Auto

Type: reg_sz

Value: 1



Value Name: Debugger

Type: reg_sz

Value: drwtsn32 -p %%ld -e %%ld -g



HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\IniFileMapping\win.ini



Value Name: AeDebug

Type: reg_sz

Value: SYS:Microsoft\Windows NT\CurrentVersion\AeDebug
 
S

Sean Liming \(eMVP\)

One minor correction, all of the doulbe %% should be single %. Minor copy
error on my part.

Regards,

Sean
 
?

=?ISO-8859-1?Q?J=FCrgen_Rudolph?=

Hi Sean.

Thanks for your appreciate help!

I have build the component as you desribed and it works fine.

Thanks again
Juergen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top