PDA

View Full Version : Launching two applications post install



NewsArchive
12-13-2012, 12:35 AM
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

NewsArchive
12-13-2012, 12:35 AM
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

NewsArchive
12-13-2012, 12:36 AM
When I try that, neither work.

--

Russ Eggen
RADFusion International, LLC

NewsArchive
12-13-2012, 12:37 AM
Does the attached work?

Jane Fleming

NewsArchive
12-13-2012, 12:37 AM
Got it. Helps to point to the right folder, but ShellExecute is what
works here. Thanks Jane!

--

Russ Eggen
RADFusion International, LLC

NewsArchive
12-13-2012, 12:38 AM
:-)

Jane Fleming