How can i automate my IIS site creation using visual basic 6? Can i run
some type of script previously extracted from IIS? Can i use some
components and/or objects already existing in VB6? If so, what are they?

I have my own server and complete access on my network.

Any help is greatly appreciated.

Jonathan

p.s. i dont want any virtual directory because its a new site creation

Re: Automate site creation by Andrey

Andrey
Mon Aug 02 16:19:44 CDT 2004

Jonathan wrote:

> How can i automate my IIS site creation using visual basic 6? Can i run
> some type of script previously extracted from IIS? Can i use some
> components and/or objects already existing in VB6? If so, what are they?
>
> I have my own server and complete access on my network.
>
> Any help is greatly appreciated.
>
> Jonathan
>
> p.s. i dont want any virtual directory because its a new site creation

Here you go:

http://www.15seconds.com/issue/010710.htm

-Andrey


Re: Automate site creation by larrydalooza

larrydalooza
Mon Aug 02 20:03:20 CDT 2004

Jonathan <aaa@aaa.com> wrote in message news:<Xns9539918AAF1EDaaaaaacom@206.167.113.5>...
> How can i automate my IIS site creation using visual basic 6? Can i run
> some type of script previously extracted from IIS? Can i use some
> components and/or objects already existing in VB6? If so, what are they?
>
> I have my own server and complete access on my network.
>
> Any help is greatly appreciated.
>
> Jonathan
>
> p.s. i dont want any virtual directory because its a new site creation

Anything you can do manually, you can automate with AutoIt

http://www.autoitscript.com/autoit3/

The forum is magnificent for help...

Lar.

Re: Automate site creation by Jonathan

Jonathan
Tue Aug 03 09:35:32 CDT 2004

larrydalooza@yahoo.com (larrydalooza) wrote in
news:41eb6005.0408021703.3c5e6931@posting.google.com:

> Jonathan <aaa@aaa.com> wrote in message
> news:<Xns9539918AAF1EDaaaaaacom@206.167.113.5>...
>> How can i automate my IIS site creation using visual basic 6? Can i
>> run some type of script previously extracted from IIS? Can i use some
>> components and/or objects already existing in VB6? If so, what are
>> they?
>>
>> I have my own server and complete access on my network.
>>
>> Any help is greatly appreciated.
>>
>> Jonathan
>>
>> p.s. i dont want any virtual directory because its a new site
>> creation
>
> Anything you can do manually, you can automate with AutoIt
>
> http://www.autoitscript.com/autoit3/
>
> The forum is magnificent for help...
>
> Lar.
>

Thanks a lot for your time both of you.

I have checked the proposition from www.15seconds.com and have notice
that it is for a .NET framework. Since i dont have .NET and since i am
programming in Visual Basic 6.0, does anyone have an idea if it's
possible in VB6?

For the 2nd possibility (www.autoitscript.com), i'm not sure to be fully
understanding what Autoit does... I have read some of the help files and
from what i understand, i can program some manipulations in Windows... am
i right? If so, the question i am asking myself is if i could use VB6 to
manipulate/execute AutoIt that would create my IIS site (usage of VB6 is
a priority)? Do i have any other options then AutoIt (some type of
reference in VB6 that could give me access to IIS manipulation)?

Once again, thanks for your help in advance.

Jonathan

Re: Automate site creation by larrydalooza

larrydalooza
Tue Aug 03 12:44:56 CDT 2004

larrydalooza@yahoo.com (larrydalooza) wrote in message news:<41eb6005.0408021703.3c5e6931@posting.google.com>...
> Jonathan <aaa@aaa.com> wrote in message news:<Xns9539918AAF1EDaaaaaacom@206.167.113.5>...
> > How can i automate my IIS site creation using visual basic 6? Can i run
> > some type of script previously extracted from IIS? Can i use some
> > components and/or objects already existing in VB6? If so, what are they?
> >
> > I have my own server and complete access on my network.
> >
> > Any help is greatly appreciated.
> >
> > Jonathan
> >
> > p.s. i dont want any virtual directory because its a new site creation
>
> Anything you can do manually, you can automate with AutoIt
>
> http://www.autoitscript.com/autoit3/
>
> The forum is magnificent for help...
>
> Lar.

See AutoItx on the site for a DLL that you can use with your VB6
program. There is an AutoItX help file.