Results 1 to 5 of 5

Thread: Launch App Immediately After Install

  1. #1

    Default Launch App Immediately After Install

    Hi All

    Is there a setting to get SB to launch the app immediately after it has
    been installed?

    Cheers
    Andre

  2. #2

    Default Re: Launch App Immediately After Install

    Hi Andre

    Yes, there is a Run At End setting. See attached.
    If this is not immediate enough, then add a Run in the wizard loop right after all
    files installed.

    JohnG
    Attached Images Attached Images  

  3. #3

    Default Re: Launch App Immediately After Install

    Excellent - thanks John.

    Andre Labuschagne

  4. #4

    Default Re: Launch App Immediately After Install

    Your question might benefit from a tad more nuance, Andre.

    The challenge in running at the end of the installation is the user context.

    Typically, your installation is requireAdministrator. Which means it is
    using the installation user's admin token, not the normal execution token.
    If you launch your app at the end, it will inherit that token... which is
    usually not what you want. Drive mappings, registry access, etc. will
    likely be different.
    more: https://technet.microsoft.com/en-us/...(v=ws.10).aspx

    I'd suggest you do a search in the SB help for "non-elevated". As I recall,
    Friedrich put a LOT of sweat in figuring out how to pull off that trick...
    might as well use it ;-)

    jf
    Attached Images Attached Images  

  5. #5

    Default Re: Launch App Immediately After Install

    > Your question might benefit from a tad more nuance, Andre.

    I though long and hard about that and am testing with Launch
    non-elevated under UAC - so far so good. This elevation nonsense is a
    mine field. Friedrich has done an excellent job.

    Andre Labuschagne

Thread Information

Users Browsing this Thread

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

Posting Permissions

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