+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Silent Install

Hybrid View

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

    Default Silent Install

    Hi

    I have been provided with a copy of an installer produced by SetupBuilder5. I need to integrate this into another installer (an Installshield one in this case), and I need to be able to run the installer produced by SetupBuilder5 as a silent, unprompted install. Can this be done and what are the steps/switches to do this.

    Thanks.

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

    Default Re: Silent Install

    Hello,

    Please use the following to run it in "silent" mode:

    setup.exe /S

    Does this help?

  3. #3
    Unregistered Guest

    Default Re: Silent Install

    Ah - upper case 'S' - I had tried lowercase. Thanks. However, a dialog does pop up (just for a second) presumably when files are being extracted. Is this expected behaviour?

  4. #4
    Unregistered Guest

    Default Re: Silent Install

    The installer had been built with 5.0.0.1 it seems.

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

    Default Re: Silent Install

    Do you have the script available? Is it possible to send me a screenshot?

    Thanks,

  6. #6

    Default Re: Silent Install

    Screenshot attached when the installer is run with /S. I do not have the script, just the .exe. I have removed the names of the product to protect the innocent
    Attached Images Attached Images  

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

    Default Re: Silent Install



    Yes, this is correct. Silent means in this case "without any user intervention". It only displays the installation progress. The developer of this installation can disable this screen when running in silent mode.

    This is the code:

    If %_SB_INSTALLERFLAG% Equals "1" on Position "$SB_SILENTMODEFLAG$" Then
    Display Setup Progress Dialog
    End

    I hope this helps!

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

    Default Re: Silent Install

    Sorry, should read:

    If %_SB_INSTALLERFLAG% Equals "0" on Position "$SB_SILENTMODEFLAG$" Then
    Display Setup Progress Dialog
    End

  9. #9

    Default Re: Silent Install

    I do have access to the original author (though an intermediary) so I will put this request to them. Thanks a lot for your prompt replies. After a few years of using (if that is the right word) Installshield it is refreshing to see this kind of installer.

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

    Default Re: Silent Install

    Thank you for your kind words!!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. silent install skips features with "install by default"
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 3
    Last Post: 10-04-2006, 03:34 AM
  2. Silent Install
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 4
    Last Post: 01-18-2006, 12:12 AM
  3. Cannot open and compress service file - error
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 6
    Last Post: 12-06-2005, 04:40 AM
  4. Progress Dialog and ...
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 9
    Last Post: 06-21-2005, 05:29 AM
  5. Firebird Silent install
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 4
    Last Post: 04-19-2005, 09:39 AM

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
  •