Reply to Thread

Post a reply to the thread: Installer becomes not responding while silenly installing the other setup.

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)

  • 08-17-2012, 02:15 AM
    linder

    Re: Installer becomes not responding while silenly installing the other setup.

    Hello Prashant,

    There is no issue with "Wait Dialog..." I would suggest to send your .sb7 project file to support [at] lindersoft [dot] com and we'll review your code for you.

    Friedrich
  • 08-17-2012, 12:43 AM
    Prashant Patel

    Re: Installer becomes not responding while silenly installing the other setup.

    Hello Friedrich,

    Thanks for the reply. I tried that "Wait Dialog" with seperate thread, but while installation runtime the Wait Dialog box doesn't appear. However when i try the same "Wait Dialog" without enabling seperate thread (Seperate thread not selected), it appeared while installation is in progress. What is the issue with "Wait Dialog" with seperate thread ?
  • 08-06-2012, 03:18 AM
    linder

    Re: Installer becomes not responding while silenly installing the other setup.

    Hello,

    If you execute an external program and wait for it then you give control over to the other application. Your other application "locks" the parent system (this has nothing to do with the SetupBuilder installer at all).

    If you do not have access to the other installer source code to fix this issue, what you can try to do is to close the standard "Progress Dialog" in the SetupBuilder installer before you call your 3rd-party install package and use the "Wait Dialog" with the "Start on separate thread" option enabled. When the other installer finished its work, close the "Wait Dialog" and redisplay the "Progress Dialog".

    Hope this helps.

    Friedrich
  • 08-06-2012, 12:58 AM
    prash4u410

    Installer becomes not responding while silenly installing the other setup.

    We are installing our main setup, during installation we are calling other setup for silent installation. While silent installation is in progress, windows 7 catches main installer as not responding and gives option of termination to the user.
    So how can I keep my Main Setup responsive while silent installer is working to avoid windows 7 "not responding" issue?

Posting Permissions

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