Results 1 to 6 of 6

Thread: Launching two applications post install

Hybrid View

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

    Default Launching two applications post install

    Friedrich,

    I've two programs that run after the install (both non-elevated). The
    first is the program I've installed, the 2nd is the help file for new
    users. The help never launches.

    This is the line that does not work:

    Run Program %_SB_INSTALLDIR%\GettingStarted.chm (Always Install)
    [Non-Elevated] [At Finish: Open the Getting Started Help?]

    --

    Russ Eggen
    RADFusion International, LLC

  2. #2

    Default Re: Launching two applications post install

    Russ

    Apparently, the Use ShellExecuteEx option isn't available when you run
    non-elevated.

    But I don't see that running the help file elevated is a bad thing... as
    it's just displaying info (like a readme file) and doesn't need access to a
    specific user context.

    This does work:

    Run Program %_SB_INSTALLDIR%\Postal08.chm (Always Install)
    [ShellExecuteEx]

    Jane Fleming

  3. #3

    Default Re: Launching two applications post install

    When I try that, neither work.

    --

    Russ Eggen
    RADFusion International, LLC

  4. #4

    Default Re: Launching two applications post install

    Does the attached work?

    Jane Fleming
    Attached Files Attached Files

  5. #5

    Default Re: Launching two applications post install

    Got it. Helps to point to the right folder, but ShellExecute is what
    works here. Thanks Jane!

    --

    Russ Eggen
    RADFusion International, LLC

  6. #6

    Default Re: Launching two applications post install

    :-)

    Jane Fleming

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
  •