Add form to installer

I understand you can add a form to the installaltion project.

How can I add a checkbox form to my installation project and configure the
text of the checkboxes?
How can I get the user input from the form and use it during the
installation process?

Thanks
JonJacobs [ Fr, 28 Dezember 2007 21:00 ] [ ID #1894840 ]

RE: Add form to installer

This should start you off.

http://msdn2.microsoft.com/en-us/library/ecaca8zb(VS.71).asp x


"Jon Jacobs" wrote:

> I understand you can add a form to the installaltion project.
>
> How can I add a checkbox form to my installation project and configure the
> text of the checkboxes?
> How can I get the user input from the form and use it during the
> installation process?
>
> Thanks
FamilyTreeMike [ Sa, 29 Dezember 2007 05:02 ] [ ID #1895515 ]

RE: Add form to installer

Thank you. That has the info. Wow! a lot of info.

One thing I have not found in there. (So much, it might be there, but so
well buried as not to be available). I see how to give a property name to an
input, but not how to retrieve info by that property in the Installer1.vb
object. The dialog appears before the Install sub is called, but What code
can I put in there to retrieve the values? Thanks

Public Overrides Sub Install(ByVal stateSaver As
System.Collections.IDictionary)
MyBase.Install(stateSaver)
'need some code here to extract the values from the checkboxes
End Sub

> This should start you off.
>
> http://msdn2.microsoft.com/en-us/library/ecaca8zb(VS.71).asp x
JonJacobs [ Mo, 31 Dezember 2007 15:23 ] [ ID #1896440 ]
Microsoft » microsoft.public.dotnet.general » Add form to installer

Vorheriges Thema: error on starting outlook 2007
Nächstes Thema: How to draw line for known lat and lons in javascript.