Internet Connection Wizard: How has this (ISignup.exe) been replac

G

Guest

Our mail account s/w has used the Connection Wizard (ICW), namely ISignup.exe
to config accounts.

Vista does not have this app...does anyone know the exe that replaced it?

--
Thanks so much,

george

_________________________
George S. Lockwood
Lead Client Developer
peoplePC, an EarthLink company
 
A

Andre Da Costa [Extended64]

Give this a try, click Start > Control Panel > Network and Internet >
Internet Options > Connections (tab) > click Setup, the Connect to the
Internet wizard dialog should appear, at the bottom of the dialog, check
"Also show options that this computer is not set up for". I don't see it
here in Vista either, so its possible that it has been removed.
--
--
Andre
Windows Connected | http://www.windowsconnected.com
Extended64 | http://www.extended64.com
Blog | http://www.extended64.com/blogs/andre
http://spaces.msn.com/members/adacosta
 
S

Steve Cochran

Hi George,

It looks like this is still applicable:

http://msdn.microsoft.com/library/en-us/devnotes/winprog/checkconnectionwizard.asp?frame=true

even though the particular exe's are not present.

I haven't tried it though, so I don't know.

The isignup.exe apparently comes with the IEAK, so I don't know what is
gonna happen in Vista relative to that.

That's for the connection.

Mail accounts are going to be handled quite differently in Vista. They are
XML files and no longer are stored in the registry (although there is some
stuff still in the registry). There are some examples of the accounts files
in the Vista SDK, but that is subject to change still.

cheers,

steve
 
G

Guest

Thanks Steve,

I'll try out the CheckConnWiz call and see what it does.

Yes I know about the new xml style oeaccount files and the departure from
the registry and am writing a class to handle xml writes and reads to them.

What I REALLY want is a way to programmably take a user provided password
and let the it (the ConnectionWiz or something else) encrypt it. I haven't
found any info about password cryptography for windows mail...an api would be
nice but...

Thanks for your input and please continue sending your great ideas and
knowledge.

Any thoughts on Passwords encryption for Mail?

g
--
Thanks so much,

george

_________________________
George S. Lockwood
Lead Client Developer
peoplePC, an EarthLink company
 
G

Guest

Oh, one more thing...what does IEAK refer to?? sorry that's a new one on me.
--
Thanks so much,

george

_________________________
George S. Lockwood
Lead Client Developer
peoplePC, an EarthLink company
 
Z

Zack Whittaker

Internet Explorer Administration Kit ;o)
http://www.microsoft.com/technet/prodtechnol/ie/ieak/default.mspx

--
Zack Whittaker
» ZackNET Enterprises: www.zacknet.co.uk
» MSBlog on ResDev: www.msblog.org
» Vista Knowledge Base: www.vistabase.co.uk
» This mailing is provided "as is" with no warranties, and confers no
rights. All opinions expressed are those of myself unless stated so, and not
of my employer, best friend, Ghandi, my mother or my cat. Glad we cleared
that up!

--: Original message follows :--
 
S

Steve Cochran

Hi George,

I haven't figured out the password issue. I'm not sure its going to be
easily overcome. I know that they are not using Protected Storage anymore,
and the documentation on what they are using is quite slim.

cheers,

steve
 
G

Guest

Steve,

I haven't found anything either -please let me know when you do find out
something.

What I do know is that the ICWiz took an .ins file (with text password
inside) and encrypted the password making it usable for Express. Now the
..ins is extinct and the only other text file (I currently know about) is the
..oeaccount file. BUT best I can tell is that this is an output file only -it
contains an encrypted password.

It would be wonderful to learn of a password generating API to implement, it
would be nice to know if an new app has replaced ICW and that takes a "raw"
oeaccount file and processes it (producing an encrypted password in same
file). It would OK if there was a 3rd party app that would do the same.

I can tell that you are with me on the first wish -there isn't an api that
has been revealed. but what of the other 2 "solutions"...any thoughts?


--
Thanks so much,

george

_________________________
George S. Lockwood
Lead Client Developer
peoplePC, an EarthLink company
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top