[Bug 35282] Multiple applications/installers need 'reg.exe' 'import' operation implementation (Muvee Reveal 8.0.x)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jan 1 10:42:54 CST 2014


http://bugs.winehq.org/show_bug.cgi?id=35282

--- Comment #1 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

some documentation/synopsis here:
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/reg.mspx?mfr=true

--- quote ---
reg import

Copies a file containing exported registry subkeys, entries, and values into
the local computer's registry.

Syntax

reg import FileName 

Parameters

FileName : Specifies he name and path of the file that will be copied into the
registry of the local computer. This file needs to be created beforehand with
the reg export operation.

/?: Displays help at the command prompt.

Remarks

The following table lists the return values for the reg import operation.

Value    Description

0 Success
1 Failure

Examples

The following example shows how you can use the reg import command:

reg import "hkcu\software\microsoft\winmine" c:\data\regbackups\wmbkup.reg
--- quote ---

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list