Bootstrapper Component VB.Net windows forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I installed the bootstrapper component and would like some advice

1. How can I get the default company to select from the app.config file instead of the registry on my development server when I compile? Before I installed the bootstrapper component it would correctly use the app.config file
2. How can I edit the install form to select 'Everyone' instead of 'Just Me'?
3. Is there a way to set up an install that can be run over the network without having someone sit at the computer to respond to the dialog forms (or initiate the install from the computer without having to do any further responses

Thank you.
 
Regarding point 3
You can set the options in the Administrative install.
These options will be carried out in normal installation mode.
MSDN has provided good help on this.

HTH :)

Dan said:
I installed the bootstrapper component and would like some advice:

1. How can I get the default company to select from the app.config file
instead of the registry on my development server when I compile? Before I
installed the bootstrapper component it would correctly use the app.config
file.
2. How can I edit the install form to select 'Everyone' instead of 'Just Me'?
3. Is there a way to set up an install that can be run over the network
without having someone sit at the computer to respond to the dialog forms
(or initiate the install from the computer without having to do any further
responses?
 
Back
Top