Indigo Rose Software
  #1  
Old 04-28-2008
Adam's Avatar
Adam Adam is offline
Indigo Rose Staff Member
 
Join Date: May 2000
Location: Indigo Rose Software
Posts: 2,154
Can Setup Factory Merge Registry Keys

Question
Can Setup Factory Merge Registry Keys

Answer
Merging registry keys is a very easy process in Setup Factory. It
involves nothing more than using a File.Run action and setting the Command
line arguments to point to the registry file to be merged. As an example,
we will merge c:\\mykeys.reg into the user's registry:

Create a File.Run action with the following settings:
Code:
File.Run(SessionVar.Expand("%WinFolder%\\regedit.exe"), "/s c:\\mykeys.reg");
For more information please see the following topics in the Setup Factory help file:

Program Reference | Actions | File | File.Run
Program Reference | Actions | SessionVar | SessionVar.Expand


For more information please visit the following websites:
Microsoft Knowledgebase Article: http://support.microsoft.com/?kbid=310516

Last edited by Adam; 04-29-2008 at 01:36 PM.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Learning Setup Factory 7.0 Ted Sullivan Setup Factory 7.0 Discussion 0 09-22-2004 02:01 PM
New Features in Setup Factory 7.0 Ted Sullivan Setup Factory 7.0 Discussion 0 08-12-2004 01:13 PM
HOWTO: Merge Registry Keys Desmond Setup Factory 6.0 Knowledge Base 0 10-17-2003 10:31 AM
HOWTO: Add DirectX 8.1 Support to your Setup Factory 6.0 Installation Support Setup Factory 6.0 Knowledge Base 0 10-30-2002 02:55 PM
FAQ: Setup Factory 5.0 Frequently Asked Questions Support Setup Factory 5.0 0 10-10-2002 10:50 AM


All times are GMT -6. The time now is 10:15 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software