Hi All,
we have a requirement, where we need to have a check box (with messag
"Launch app") on the finish dialog. if this check box is checked, w
have to start the the installed application.
My problem is how to "Put this checkbox in the finish dialog" amd ho
to get the response of the user and conditonaly launch the client
thanx in advanc
--
dhawal
Phil Wilson - 19 Dec 2005 20:07 GMT
With Visual Studio Setup&Deployment projects you can't customize the finish
dialog. You can insert a pre-defined checkboxes dialog earlier in the UI
sequence and use it to set a property (such as CHECKBOXES1 I believe) that
you can use as a condition on a custom action to run your app. You'll need
to do the launch asynchronously because VS generates synchronous custom
actions, and so the install would not finish until your app completed.

Signature
Phil Wilson [MVP Windows Installer]
----
>
> Hi All,
[quoted text clipped - 7 lines]
>
> thanx in advance