If you want to use VB for that purpose, you can use Registry API's,
you can download and use a program called API Guide
(http://www.allapi.net) and use registry editing example from it.

If you don't want to do it in VB, you can create a Registry File
(.reg) and copy paste it on user's machine and double click in windows
explorer to merge it into the registry.
To create .Reg file open registry using Regedit.exe in your own
computer, find and select the registry key/values that you want to
export to user's machine by clicking on it. Now click Registry Menu,
and Select Export Registry File, a dialog will open, choose a location
to export the file, make sure that you have chosen "SELECTED BRANCH"
from Export Range group box in the bottom. Its very important that you
export the minimum possible values to the file and merge into user's
registry. So that the rest of the registry remains untouched.

Waqas...



On Wed, 8 Sep 2004 18:00:36 -0700 (PDT), obelix asterix
<[EMAIL PROTECTED]> wrote:
> I have created a program that needs me to register few
> values into user's registry file. Is there a
> program/script file that can be automated ?
> I have a module in VB to register the value but I
> don't know how do automate it as user's pc are not
> installed with VB. Can it be done using VB setup
> wizard ?
> Pls help.
> 
> __________________________________
> Do you Yahoo!?
> New and Improved Yahoo! Mail - 100MB free storage!
> http://promotions.yahoo.com/new_mail
> 
> 
> '// =======================================================
>     Rules : http://ReliableAnswers.com/List/Rules.asp
>     Home  : http://groups.yahoo.com/group/vbHelp/
>     =======================================================
>     Post  : [EMAIL PROTECTED]
>     Join  : [EMAIL PROTECTED]
>     Leave : [EMAIL PROTECTED]
> '// =======================================================
> 
> Yahoo! Groups Links
> 
> 
> 
> 
>


------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/k7folB/TM
--------------------------------------------------------------------~-> 


'// =======================================================
    Rules : http://ReliableAnswers.com/List/Rules.asp
    Home  : http://groups.yahoo.com/group/vbHelp/
    =======================================================
    Post  : [EMAIL PROTECTED]
    Join  : [EMAIL PROTECTED]
    Leave : [EMAIL PROTECTED]
'// =======================================================
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/vbhelp/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to