Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 5 of 5
  1. #1
    Join Date
    Nov 2001
    Location
    Bremen - Germany
    Posts
    49

    Want function calls

    Again the actions in SF 6.0.1 ...

    When programming actions code, then I really need a "function" construct: I want to "call" a subroutine, which then returns to the caller. Hereby, the code could be made much more structured, and very much easier to read. And of course, these functions provide a way to code single source for the same task.

    Would be great if such functionality could be provided ...

    Hayo

  2. #2
    Join Date
    Mar 2002
    Location
    San Mateo, CA, USA
    Posts
    7

    Re: Want function calls

    I second this suggestion. I already have a few spots in my installer where I have duplicated code. I'd prefer to isolate this code out into subroutines so that I can call it once.

    Related issue: it would be great if these subroutines could be independent of the section of the installer. In other words, I want a common set of subroutines that are shared by the uninstaller, start up, before install, after install, and shutdown. This would also help me remove a few pieces of code duplication inside my installer.

  3. #3
    Join Date
    Feb 2002
    Location
    Stockholm
    Posts
    22

    Re: Want function calls

    Just want to note that I agree with the above.

    /Patrik

  4. #4
    Join Date
    Jan 2001
    Location
    Tel Aviv, Israel
    Posts
    18

    Re: Want function calls

    And even more - it would be excellent to call function from .sfa file, so functions may be shared between different setup projects.

    Regards,
    Gennady

  5. #5
    Join Date
    Jan 2000
    Location
    Seattle Area
    Posts
    107

    Re: Want function calls

    Thanks for the suggestions. It's actually something we wanted to do for Setup Factory 6.0 but ran out of time. We'll definitely revisit the issue for a future release.

Posting Permissions

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