+ Reply to Thread
Results 1 to 2 of 2

Thread: Best spot to place code in script

  1. #1

    Default Best spot to place code in script

    Hi,

    I'm trying to determine the best spot in the script to do a special date check to give a warning/abort option to a customer before proceeding any further.

    I got my code to work, except I don't like the placement I have it in. I placed the code check at the start of the [Install Files] section.
    Is there a spot I can place my code where it occurs immediately after pressing the Next Button on the Select Install Folder Wizard Dialog?
    (Note: I need it after this step because my code relies on %_SB_INSTALLDIR%)

    Thanks,
    Doug

  2. #2
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: Best spot to place code in script

    Doug,

    If you need it after the Select Install Folder Wizard dialog then place it inside the the Loop Wizard.

    For example (if you Select Install Folder dialog is #3)

    Loop Wizard
    Wizard Auto Break
    If %_SB_DIALOGID% Equals "3" Then
    Yadda
    End
    End

    Does this help?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. SetupBuilder 5.5 Developer Edition is released!
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 13
    Last Post: 08-30-2006, 12:09 AM
  2. SetupBuilder 5.5 Developer Edition is released!
    By linder in forum Lindersoft Announcements
    Replies: 0
    Last Post: 08-14-2006, 04:36 AM
  3. SetupBuilder 5.5 Update Information [July 11, 2006]
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 2
    Last Post: 07-13-2006, 07:04 AM
  4. SB5 Professional Edition (build# 1020)
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 2
    Last Post: 01-22-2005, 09:03 AM
  5. SetupBuilder 5 Beta (build #883)
    By linder in forum SetupBuilder
    Replies: 1
    Last Post: 09-04-2004, 05:56 AM

Tags for this Thread

Posting Permissions

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