+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: Run setup.exe in silent mode and provide responses to dialogs

  1. #11

    Smile Re: Run setup.exe in silent mode and provide responses to dialogs

    Perfect, I will try that, thanks!

  2. #12

    Post Re: Run setup.exe in silent mode and provide responses to dialogs

    Tried this but it's still not working in silent mode. There is only one other dialog with a user supplied value, but that is already being initialized to the value we need so it should not be an issue. I'm not sure what else to try at this point.

  3. #13
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: Run setup.exe in silent mode and provide responses to dialogs

    Because you can't send us the project (you told in a previous message that "due to intellectual property issues" you can't provide us with the .sb7), I am running out of ideas. The problem is that I can only guess what you are doing. It's definitely caused by your code, but I don't know what you are doing, so I can't tell you what you are doing wrong <g>

    But if you create a simple "dummy" script that has the same behaviour, you can send us this demo and we can tell you what you are doing wrong.

    Friedrich

  4. #14

    Post Re: Run setup.exe in silent mode and provide responses to dialogs

    Please see the attached DemoInstaller.zip for the .sb7 script. Thanks for all your help!

    Svetlana
    Attached Files Attached Files

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

    Default Re: Run setup.exe in silent mode and provide responses to dialogs

    Svetlana,

    We reviewed your script. I think we know what your problem is. Please note that the "Wizard Loop" is NOT executed at all in a silent mode install! But you are doing a lot of stuff in this first "Wizard Loop" function and this code is never executed because the dialogs are not displayed

    Does this help?

    Friedrich

  6. #16

    Thumbs up Re: Run setup.exe in silent mode and provide responses to dialogs

    Thanks Friedrich!!

    That was the answer. After pulling the "run program" statement outside of the Wizard Loop, I finally had a successful silent install.

    If this could be more fully documented in the Help - something that states the Wizard Loop is not executed at all during a silent installation - it would help others avoid the same kind of headaches.

    Thanks again,

    Svetlana

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

    Default Re: Run setup.exe in silent mode and provide responses to dialogs

    Svetlana,

    Well, the following is from the help file

    Loop Wizard documentation:

    Remarks

    All code within a Loop Wizard structure is not executed when running in silent mode!


    Friedrich

  8. #18

    Post Re: Run setup.exe in silent mode and provide responses to dialogs

    True, but this topic did not come up when searching the Help for "silent install". I did not know enough to look up the Loop Wizard documentation.

+ 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
  •