Reply to Thread

Post a reply to the thread: Unresponsive User Interface

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)

  • 10-14-2009, 09:01 AM
    Rocco

    Re: Unresponsive User Interface

    Hi Friedrich,

    Works great now!

    Thank you very much.

    Best Regards,

    Rok
  • 10-14-2009, 12:36 AM
    linder

    Re: Unresponsive User Interface

    Rocco,

    You are using "Run Program" with the "Wait" option enabled. An application that waits until an external program has finished seems to be "unresponsive". What you can try to do is to close the "Progress Bar" dialog and display a "Wait..." dialog instead (with "Start on separate thread" option enabled).

    Hope this helps.

    Friedrich
  • 10-13-2009, 10:20 AM
    Rocco

    Unresponsive User Interface

    I have some issues with unresponsive setupbuilder installation user interface.

    My installation works normally, but every time I click anywhere in the installation window (or even if I slightly move the window), which is installing some applications, the Setupbuilder installation UI displays: not responding... in active title bar (sometimes the interface is also dimmed - as it is unresponsive), the interface is again responsive when the installation script begins to install the second application (after the first installation is completed the UI is refreshed with "Display setup progress bar" command).

    Our setupbuilder version is 6.9.2380, our testing enviorment is Windows Vista Home premium sp2.

    Here is an example of my code (which starts the installation):

    Code:
       Set Variable %PERCENTAGE% to (Increment Variable by 20)
       Set Progress Bar to "%PERCENTAGE%" %
       If Feature "WindowLive" selected Then
          Display Billboard setup3
          Set Progress Status Text #1 to "Installing Windows Live PhotoGallery. Finished %PERCENTAGE%% "
          Display Setup Progress Dialog
          Run Program %INSTALLERPATH%\Support\WindowsLive\wlsetup-all.exe /AppSelect:PhotoGallery /q  (Always Install) [Wait]
          Set Variable %PERCENTAGE% to (Increment Variable by 5)
          Set Progress Status Text #1 to "Installing Windows Live Mail. Finished %PERCENTAGE%% "
          Set Progress Bar to "(Auto Update)"
          Display Setup Progress Dialog
          Run Program %INSTALLERPATH%\Support\WindowsLive\wlsetup-all.exe /AppSelect:Mail /q  (Always Install) [Wait]
    
    ...

    Any help or a clue would be greatly appreciated!

    Thanks,
    Rocco

Posting Permissions

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