Reply to Thread

Post a reply to the thread: how modify the finish dialog

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)

  • 01-18-2016, 02:17 AM
    linder

    Re: how modify the finish dialog

    Hello,

    1. Create a new runtime variable, e.g. %FINISH_TASK% and set the value to, say, 00000

    2. In the Finish Dialog properties, enter your "Restart Now?" text in the "Checkbox Text" entry field

    3. In the Finish Dialog properties, Advanced Tab, select the above created %FINISH_TASK% runtime variable in the "Store Selection Results in Variable" combo

    4. After the last Loop Wizard, add your reboot logic:

    If %FINISH_TASK% Equals "1" on Position "1" Then
    ! reboot logic goes here
    End

    That's it

    Friedrich
  • 01-17-2016, 10:07 PM
    lmodern1878

    how modify the finish dialog

    I have created a setup that drops a few files, sets a few registry keys and now the fun...

    how to prompt the user on the finish dialog to give a restart or restart later?

Posting Permissions

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