+ Reply to Thread
Results 1 to 3 of 3

Thread: Unresponsive User Interface

  1. #1

    Default 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

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

    Default 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

  3. #3

    Default Re: Unresponsive User Interface

    Hi Friedrich,

    Works great now!

    Thank you very much.

    Best Regards,

    Rok

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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
  •