What would be the best/proper way to import a *.reg file as part of a FinalBuilder project?
FinalBuilder doesn’t have anything specific for it, however you should be able to use the execute program action with :
%SysDIR%\reg.exe import filename.reg
This will probably need admin privilages to run.
Thanks, Vince.
That worked a treat. Thanks.