Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2002
    Posts
    3

    Installshield silent installation

    I am required to push out an off the shelf application to our users. The setup program uses Installshield. I have created a response file for this program and am able to run a silent install.

    However, there are other customizations to consider and have built these all into a Setup Factory install.

    When I execute the Installshield silent install with the "wait until finished" option selected, the setup continues on it's merry way even though the install is still running. I tried adding the \w switch, but I guess this only works for other Indigo Rose setups!

    Do you have any suggestions as to how I can stop the installation from continuing until the installation is complete?

    Thank-you!

  2. #2
    Join Date
    Jun 2002
    Posts
    12

    Re: Installshield silent installation

    I have the same problem here... When installing a 3rd party software using Installshield silently, my setup factory does not wait until it finishes. It just go on. What I have remarked, is that the silent install is creating a silent.log file when the InstallShield silent setup is finished. What I have done is a program (kind of a timer). I use the Execute file action to run this timer in a while loop and I check if this file is present every 5 seconds or so and I loop until it is there meaning the installation is finished and setup Factory can continue.

    This is not an elegant way to do it but it works...

    For Indigo Rose: By the way, it would be good to have a sleep action to pause the installer for a while in some situation... just a suggestion. Enumeration of registry keys would also be appreciated.

    Regards,

    Luc


  3. #3
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746

    Re: Installshield silent installation

    Those are very good suggestions, you should add them to the suggestions forum and they might show up in a future version.

    Corey Milner
    Creative Director, Indigo Rose Software

  4. #4
    Join Date
    Feb 2001
    Location
    Indigo Rose Software
    Posts
    2,728

    Re: Installshield silent installation


    By the way, it would be good to have a sleep action to pause the installer for a while in some situation... just a suggestion. Enumeration of registry keys would also be appreciated.
    I'm pretty sure both of those will get into a future version. [img]/ubbthreads/images/icons/smile.gif[/img] (We've already built similar actions for another product...)
    --[[ Indigo Rose Software Developer ]]

  5. #5
    Join Date
    Jul 2001
    Location
    Indigo Rose Software
    Posts
    1,834

    Re: Installshield silent installation

    I believe that there's actually a command line option that InstallShield use as the /W option we use for our installs. I believe it's -SMS.

    You can find a list of some of their command line arguments here

    I also found the following forum post with this information here

    Hope that helps.
    Darryl
    Indigo Rose Corporation

    Product Guides: AMS80 | SUF9 | TU30 | VP30 |MSIFACT |DeltaMAX

Posting Permissions

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