Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2007
    Posts
    107

    how i send MyFile.reg to the registry without popup on click or in show

    hi everyone

    can you help me how i send reg file ( Myfile.reg ) to the registry without

    popup , i mean without asking me to accept or no .

    example : i press button i send reg file to the registry

    or i send it on show

    i asked you this question before and bule gave me this code :

    regedit /s myfile.reg


    and mwreyf1 gave me this :

    Or better yet, go to your script window and look at the bottom buttons.

    One of them is "Advanced"

    In there you will find "Import .REG file" and "Import Registry values".


    the problem is i don`t know where i write this code ( regedit /s myfile.reg )

    ans as mwreyf1 said , i tryed that but is not working

    please can you help me for that



    thank you

  2. #2
    Join Date
    May 2005
    Posts
    1,115
    You've could ask this in the previous thread:
    Code:
    File.Run("regedit", "/S myfile.reg", "", SW_SHOWNORMAL, false);
    Never know what life is gonna throw at you.
    (Based on a true story.)

  3. #3
    Join Date
    Feb 2007
    Posts
    107
    thank you , thank you ,thank you bule

Similar Threads

  1. how i can send reg file to the registery without popup
    By melissa in forum AutoPlay Media Studio 6.0
    Replies: 4
    Last Post: 03-15-2007, 10:24 AM
  2. Show and Hide All Buttons with one click!
    By Intrigued in forum AutoPlay Media Studio 6.0
    Replies: 12
    Last Post: 12-02-2005, 08:45 AM
  3. Right Click Popup Menu
    By pjborg in forum AutoPlay Media Studio 6.0
    Replies: 3
    Last Post: 11-29-2005, 02:11 PM
  4. Show Object with Double Click in Listbox
    By nwprecipice in forum AutoPlay Media Studio 4.0
    Replies: 11
    Last Post: 03-08-2003, 04:52 PM
  5. Packages and If Statements
    By Medlir in forum Setup Factory 6.0
    Replies: 4
    Last Post: 05-09-2002, 03:51 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts