Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2003
    Posts
    20

    How to add registry entries to different packages?

    Well, I'm just developing a software with different packages. There are now integrated for example package A,B,C.
    When I call the setup.exe I can choose between them. When I choose package C only there must be set some registry entries for this package only in the setup creation.
    How can I set the registry entries for package C, for example?

    I hope you will understand what I mean.

    Hope for help.

    Kai from Germany

  2. #2
    Join Date
    Jul 2001
    Location
    Indigo Rose Software
    Posts
    1,834
    Somewhere after your packages have been selected, you can use an IF control structure to create a condition that will perform the Registry action if that package was selected.

    For example:

    IF (%MyPackageVarC% = TRUE)
    Modify Registry action
    END IF

  3. #3
    Join Date
    Nov 2003
    Posts
    20
    Originally posted by Darryl
    Somewhere after your packages have been selected, you can use an IF control structure to create a condition that will perform the Registry action if that package was selected.

    For example:

    IF (%MyPackageVarC% = TRUE)
    Modify Registry action
    END IF
    Then it says: There can't be two values in a row. (Modify Registry)

    It doesn't work.

    So what now. It's very important to me to get this job work.

    Hope for more help @ Darryl

    Kai from Germany

  4. #4
    Join Date
    Nov 2003
    Posts
    20
    I've got it, thank ya for your help, I just found out how to do it. I misunderstood the way to do it.

    Thanks...

    Kai from Germany

Posting Permissions

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