Reply to Thread

Post a reply to the thread: Detect a silent or test run?

Your Message

Click here to log in

What's the name of our main installation product (in uppercase letters), directly followed by the current year?

 

You may choose an icon for your message from this list

Additional Options

  • Will turn www.example.com into [URL]http://www.example.com[/URL].

Topic Review (Newest First)

  • 06-06-2004, 07:46 AM
    linder

    Re: Detect a silent or test run?

    Torben,

    Yes, SetupScript gives you access to internal installer flags. The following is possible:

    If %_SB_INSTALLERFLAG% Equals "1" on Position $SB_SILENTMODEFLAG$ Then
    Display Message Box "YaddaYadda"
    Exit Installation
    End If

    HTH,
  • 06-06-2004, 04:55 AM
    Unregistered

    Detect a silent or test run?

    Is the scripting language in SetupBuilder 5 powerful enough to detect a silent or test mode run and then act accordingly? For example, I would like display a "Installer cannot be run in silent mode" (and then exit) if the user tries to execute the installer in silent mode.

    Regards,
    Torben

Posting Permissions

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