Search:

Type: Posts; User: Svetlana

Search: Search took 0.00 seconds.

  1. Re: Detect Active Application function not working with a named mutex

    Thanks for your help, we found the issue. We actually start our application from the sb7 installer and apparently weren't giving it enough time to start up and initialize its mutex before checking...
  2. Detect Active Application function not working with a named mutex

    Hello,

    I'm having some trouble with the Detect Active Application function. Attached is the code sample. It includes a simple .NET program and a simple Setupbuilder 7 script. This was tested on...
  3. Re: Edit box grayed out on Windows 2008 server only

    Thank you, I downloaded the 7.1 pre-release and recompiled the demo installer. It works fine now. Looking forward to the official release of SB 7.1.
  4. Re: Edit box grayed out on Windows 2008 server only

    Ok, thanks for the quick reply. Let me know if you hear back from Microsoft.
  5. Re: Edit box grayed out on Windows 2008 server only

    Hi Friedrich,

    After doing some further testing, it appears the problem is happening only when 64-bit support is enabled. We tried this several different ways, by using the "Enable x64 Support"...
  6. Edit box grayed out on Windows 2008 server only

    Hello,

    Our .sb7 installers are displaying all Edit boxes grayed out when run on a Windows 2008 or 2008R2 server. The user has to click on each field to get it to display the preset data, which is...
  7. 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.
  8. 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...
  9. 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
  10. 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...
  11. Re: Run setup.exe in silent mode and provide responses to dialogs

    Perfect, I will try that, thanks!
  12. Re: Run setup.exe in silent mode and provide responses to dialogs

    Hello Friedrich,

    That was very helpful, thank you!

    I added the message box as you suggested and all the variables are being displayed with the correct values. However, the silent install is...
  13. Re: Run setup.exe in silent mode and provide responses to dialogs

    Hi Friedrich,

    I tried removing the /E switch and using two /V switches as you suggested but still no improvement.

    I would rather not send the .sb7 project due to intellectual property issues...
  14. Re: Run setup.exe in silent mode and provide responses to dialogs

    Hello Friedrich,

    Thanks again for your reply. I tried the suggested command line switch, however, it does not produce the desired result and I could not find any logs to help me troubleshoot what...
  15. Re: Run setup.exe in silent mode and provide responses to dialogs

    Hi Friedrich,

    Thank you for your prompt reply and the code sample. I think for our purposes here, the command line option will be more convenient. I will try that and post an update when possible....
  16. Run setup.exe in silent mode and provide responses to dialogs

    Hello,

    I can't seem to find this information in the documentation and forums. I have a SetupBuilder installer that needs to run in silent mode. Using the setup.exe /S switch works but it just runs...
Results 1 to 16 of 16