Re: How to create a registry Key with Regedt32.exe ?
- From: "Dave Patrick" <DSPatrick@xxxxxxxxxxxxxxxx>
- Date: Sat, 26 Jan 2008 19:20:21 -0700
You can use regedit.exe for adding Reg_Sz strings. Also you should post the article ID when asking questions like this for reference.
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
"Adam Smith" wrote:
I am cautiously attempting to insert a key into my registry but the instructions seems to miss some details. I have done this before but now seem to have lost my way, perhaps some one can guide me back on track. Below is the instruction set:
---------------------------------------------------
How Do I Enable Windows Installer Logging?
Windows includes a registry-activated logging services to help diagnose Windows Installer issues. This article describes how to enable this logging service.
Open the registry with Regedt32.exe and create the following path and keys:
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer
Reg_SZ: Logging
Value: voicewarmup
The letters in the value field can be in any order. Each letter turns on a different logging mode. Each letter's actual function is as follows for MSI version 1.1:
v - Verbose output
o - Out-of-disk-space messages
i - Status messages
c - Initial UI parameters
e - All error messages
w - Non-fatal warnings
a - Start up of actions
r - Action-specific records
m - Out-of-memory or fatal exit information
u - User requests
p - Terminal properties
+ - Append to existing file
! - Flush each line to the log
"*" - Wildcard, log all information except for the v option. To include the v option, specify "/l*v".
Once activated, the log files that are generated may be found in your %TEMP% directory.
---------------------------------------------------
The problem is with the insertion of the "Reg_SZ" and the "Value".
I've inserted the Installer Path >>
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer
Edit>>AddKey>>Keyname Reg_SZ [Class left MT]
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer\Reg_SZ
Edit>>Add Value>>Value Name Logging [DataType - Reg_SZ auto loaded]
Data > displays Logging:Reg_SZ: ???
Need some help here as I do not wish to screw up the Registry
many questions relevant to set up, is value a subtree of Reg_SZ etc.?
.
- Follow-Ups:
- Re: How to create a registry Key with Regedt32.exe ?
- From: Adam Smith
- Re: How to create a registry Key with Regedt32.exe ?
- Prev by Date: Re: Remote Desktop Connection can reconize remote USB ports?
- Next by Date: Re: How to create a registry Key with Regedt32.exe ?
- Previous by thread: Autorun.inf virus
- Next by thread: Re: How to create a registry Key with Regedt32.exe ?
- Index(es):
Relevant Pages
|