Page 1 of 4 123 ... LastLast
Results 1 to 10 of 31

Thread: Changing dialog when installation aborts

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Changing dialog when installation aborts

    Friedrich,

    I am using SetupBuilder as the launching EXE for a program I am distributing
    on a flashdrive.

    Because of SB's incredible capabilities I'm using it to check system
    information, check for updates, display license agreement, etc.
    After all is set it then launches the actual EXE the user will run.

    The one thing I would like to avoid is the final dialog saying that the
    installation was aborted. That will be confusing to the user.
    I'd like SB either to simply exit or display a dialog of my own design.

    Question: How can I specify the behaviour on exit to be something I want
    rather than the notification that the "installation " can't complete
    succesfully.

    Thank you as always,

    Mike

  2. #2

    Default Re: Changing dialog when installation aborts

    Michael,

    > Question: How can I specify the behaviour on exit to be something I want
    > rather than the notification that the "installation " can't complete
    > succesfully.

    Is this what you're looking for?

    Lee White
    Attached Images Attached Images  

  3. #3

    Default Re: Changing dialog when installation aborts

    What's Skip's abort dialog?


    Jeff Slarve
    www.jssoftware.com
    www.twitter.com/jslarve
    I'll search help files & Google for you.

  4. #4

    Default Re: Changing dialog when installation aborts

    Jeff,

    > What's Skip's abort dialog?

    You'll have to ask Skip.

    --
    Lee White

    RPM Report Viewer.: http://www.cwaddons.com/products/rpm/
    RPM Review........: http://www.clarionmag.com/cmag/v11/v11n06rpm.html
    Report Faxing.....: http://www.cwaddons.com/products/afe/
    ---Enroll Today---: http://CWaddons.com

    Enhanced Reporting: http://CreativeReporting.com

    Product Release & Update Notices
    http://twitter.com/DeveloperPLUS

    Windows 8 brings us "The Oval, Bumper Car, Roller Coaster of Wait!"

  5. #5

    Default Re: Changing dialog when installation aborts

    >What's Skip's abort dialog?

    I think that is when he can't un-cork the bottle! ;-)

    JohnG
    John Griffiths

  6. #6

    Default Re: Changing dialog when installation aborts

    And you can simply use the "Exit Installation..." Control Statement ;-)

    Friedrich

  7. #7

    Default Re: Changing dialog when installation aborts

    I'll try the "SKip Abort" suggestion. Exit Installation didn't word from the
    LOOP system

    Michael Brooks

  8. #8

    Default Re: Changing dialog when installation aborts

    Michael,

    > I'll try the "SKip Abort" suggestion. Exit Installation didn't
    > word from the LOOP system

    Hmm, works fine here. I tried all combinations of LOOPs and LOOP WIZARDS
    and "Exit Installation..." always terminated the program immediately. Can
    you post a small example that demonstrates the wrong behavior?

    Friedrich

  9. #9

    Default Re: Changing dialog when installation aborts

    More to clarify....

    I am using this script :
    If %_LIC_AGREE_REVIEW_FLAG% Equals "" Then
    Define Wizard Dialog "#1" (Readme)
    Loop Wizard (Abort Dialog Inactive)
    End
    End

    It displays the attached "untitled.GIF"

    Then I press [Cancel] on the attached window "untitled.GIF"

    and then get the window titled "Exit_Setup.GIF" attached

    I want to avoid the display of Exit_Setup.GIF -OR- be able to change the wording on that dialog.

    Thanks for the help !

    Mike
    Attached Images Attached Images   

  10. #10

    Default Re: Changing dialog when installation aborts

    Mike,

    I can't reproduce this :-( I am using your code (see attached screenshot).

    This is the test .sb7 project:

    http://www.lindersoft.com/projects/mikeb20121116.zip

    Could you please modify the project in such a way that it demonstrates this
    behavior?

    Thanks,
    Friedrich
    Attached Images Attached Images  

Thread Information

Users Browsing this Thread

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

Posting Permissions

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