error importar reg file Comt Desg.

G

Guest

Hola... Tengo un reg file sencillo de un driver de entradas salidas, pero no
consigo inportarlo con el compnent desgner. Me da

Info:processing file : C:\josu\SLK_Cen\nano7240\wdt.reg
*** Error ***:Not a valid registry (.REG) file.

el reg es el siguiente:

REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WDT]
"Type"=dword:00000001
"Start"=dword:00000002
"Group"="Extended Base"
"ErrorControl"=dword:00000001
"ImagePath"="\\SystemRoot\\System32\\DRIVERS\\wdt.sys"
"DisplayName"="WDT"

Por que da ese error??? (Tengo el reg y el sys en el mismo directorio)
 
G

Guest

UPSSSSSSSS... this is the translation!!!!

hello... i have a very simple reg file of a Input / output driver, but i
can't import it with the component designer. it raises
 
K

KM

J,

Change the header of the .reg file from "REGEDIT4" to "Windows Registry
Editor Version 5.00".

KM
UPSSSSSSSS... this is the translation!!!!

hello... i have a very simple reg file of a Input / output driver, but i
can't import it with the component designer. it raises
Info:processing file : C:\josu\SLK_Cen\nano7240\wdt.reg
*** Error ***:Not a valid registry (.REG) file.

el reg es el siguiente:

REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WDT]
"Type"=dword:00000001
"Start"=dword:00000002
"Group"="Extended Base"
"ErrorControl"=dword:00000001
"ImagePath"="\\SystemRoot\\System32\\DRIVERS\\wdt.sys"
"DisplayName"="WDT"

Why?? (i have the .reg and .sys files in the same directory)
 
K

KM

J,

I should have mentioned in my previous reply but just noticed.
You are trying to register a service, right? Then, more convinient way of
doing that could be using FBA Service Data requiest that you can add to your
own component or TD Extra Resources section.

KM
 
G

Guest

OK... i'll try... thanksssss

KM said:
J,

I should have mentioned in my previous reply but just noticed.
You are trying to register a service, right? Then, more convinient way of
doing that could be using FBA Service Data requiest that you can add to your
own component or TD Extra Resources section.

KM
Hola... Tengo un reg file sencillo de un driver de entradas salidas, pero
no
consigo inportarlo con el compnent desgner. Me da

Info:processing file : C:\josu\SLK_Cen\nano7240\wdt.reg
*** Error ***:Not a valid registry (.REG) file.

el reg es el siguiente:

REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WDT]
"Type"=dword:00000001
"Start"=dword:00000002
"Group"="Extended Base"
"ErrorControl"=dword:00000001
"ImagePath"="\\SystemRoot\\System32\\DRIVERS\\wdt.sys"
"DisplayName"="WDT"

Por que da ese error??? (Tengo el reg y el sys en el mismo directorio)
 
Top