Custom/Typical Deployment Dialog

I have created a dialog using the radio button dialog to get from the user custom or typical deployment option. And because I have a limited number of custom options I can use the checkbox dialog for those. But how do I get the flow to determine whether or not to display the custom dialog based on the radio check.

Basically I want to do what nearly every program deployment does and that is do a typical or custom install and then put up the list of customizable objects to be installed.

Thanks,
Rick in Atlanta

[528 byte] By [Rick_in_Alpharetta] at [2008-2-7]
«« ?
»» Internet zone
# 1

You cannot directly customize installation process in ClickOnce. But you can achieve this with on demand downloads (using API) once your application is already installed. You can have some components declared as optional in application manifest and then download as they are needed or user chooses from a custom list. This link has some information http://msdn2.microsoft.com/library/ak58kz04(en-us,vs.80).aspx.

MunirulAbedin at 2007-9-8 > top of Msdn Tech,Windows Forms,ClickOnce and Setup & Deployment Projects...
# 2
Has anyone actually got this to work? When I tried to recreate this sample, the effect was that the optional files were downloaded as expected but not available to the running app until the next launch...
james_cline at 2007-9-8 > top of Msdn Tech,Windows Forms,ClickOnce and Setup & Deployment Projects...