Create an install custom action to launch the program conditioned on the
checkbox property. You'll need to make the custom action do an asynchronous
launch because if you just launch your app directly the MSI setup will wait
for your launched app to finish - that's just the way Visual Studio custom
actions work.

Signature
Phil Wilson
[Microsoft MVP Windows Installer]
> In order to deploy an application written in C# using VS 2005 (and
> obviously .Net 2.0) I have generated a setup and deployment project via
[quoted text clipped - 3 lines]
> check-box?
> thanks
J Reddy - 14 Feb 2007 21:48 GMT
You wrote, "You'll need to make the custom action do an asynchronous
launch ..."
How do I set the custom action to make the asynchronously?
The only properties I see available in the Custom Actions page is
(Name), Arguments, Condition, CustomActionData, InstallerClass and
Sourcepath.