Hi,

I've been playing with SetupBuilder for the last couple of days and have been able to get it to do almost everything I need but I'm having problems with one last thing.

My project installs a service via the web installer. Then I'm using the web update to update the service automatically without any user intervention. All this works okay except for installations behind a proxy server.

The initial installation over the web gets the info for the proxy server using the Connect To Internet dialog box. I need a way to save the proxy server info and pass it into the web update utility.

I could save the information in the registry or possibly write it to an ini file and read it back in with the Read Proxy Server Info FIle but I don't see how to get the information from the dialog box. Is there a way to do this?