Make a lot of changes in the registry

  • Thread starter Thread starter Angel
  • Start date Start date
A

Angel

I'm making a custom component,
and I need to add some values to the registry .... well.... 'some values'
not .... really 700 lines of a .reg file

I can't add all values 'by hand' .... there are any method for import the
..reg file in the component designer?
or I can launch a "regedit.exe /s myfile.reg" in the FBA process?
 
Angel said:
I'm making a custom component,
and I need to add some values to the registry .... well.... 'some
values' not .... really 700 lines of a .reg file

I can't add all values 'by hand' .... there are any method for import
the .reg file in the component designer?
or I can launch a "regedit.exe /s myfile.reg" in the FBA process?

One way is to make it into a component using File->Import in
Component Designer.

-Mike
 
oppsss!!!!!

It's true!, I try this as first option but don't work for me ... now I'm
reading the .reg file and have
a 'REGEDIT 4' as first line ... I change this to 'Windows Registry Editor
Version 5.00'

and now I can import correctly

thanks!
 
Back
Top