What editors can I use in Visual Basic .NET to customize the application installer?
The editors available at Visual Studio .NET for applying changes and meeting the deployment requirements of an application are the following: • File System Editor. This allows you to specify installation directories and Start menu and desktop items. • Registry Editor. This allows you to specify registry keys and values to be added to the target computer during installation. • File Types Editor. This allows you to specify the file type associations for the application on the target computer, as well as the verbs used to identify possible actions for those file types. • User Interface Editor. This allows you to add more dialog boxes to your installation process. • Custom Actions Editor. This allows you to specify additional actions to be performed during installation. • Launch Conditions Editor. This allows you to specify conditions necessary on the target computer before the installation can begin.