Checkout Microsoft Connection Manager Administration Kit, you'll find it in Add/Remove windows components on W2k Server. It was also in NT4 Option pack. With it you can create a dailler with phonebook and pre & post connection commands. Eg after connecting you can make it run a login script, fetch updates.  I used it to make a dialler for MCI with all its worldwide pops (MCI's dialer was 16bit & numbers out of date).  If you install the Phonebook service on IIS your dialler can get its numbers updated automatically.

Or you can do something with the command line RASDIAL.exe in Windows XP.



[EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]

11/11/2003 14:58
Please respond to unattended-info

       
        To:        [EMAIL PROTECTED]
        cc:        
        bcc:        
        Subject:        unattended-info digest, Vol 1 #214 - 6 msgs



Send unattended-info mailing list submissions to
                [EMAIL PROTECTED]

To subscribe or unsubscribe via the World Wide Web, visit
                https://lists.sourceforge.net/lists/listinfo/unattended-info
or, via email, send a message with subject or body 'help' to
                [EMAIL PROTECTED]

You can reach the person managing the list at
                [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of unattended-info digest..."

Today's Topics:

  1. Creating Dial-Up connections during installation. (DE-LOS-SANTOS,ORIOL (HP-Spain,ex1))
  2. Parameters for automating application installation. (DE-LOS-SANTOS,ORIOL (HP-Spain,ex1))
  3. RE: Creating Dial-Up connections during installation. ([EMAIL PROTECTED])
  4. Todo.pl -- Restart (Steven D. Pretlove)
  5. RE: Todo.pl -- Restart ([EMAIL PROTECTED])
  6. RE: Todo.pl -- Restart (Steven D. Pretlove)

----- Message from "DE-LOS-SANTOS,ORIOL (HP-Spain,ex1)" <[EMAIL PROTECTED]> on Tue, 11 Nov 2003 10:34:32 +0100 -----
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Subject: [Unattended] Creating Dial-Up connections during installation.

Can anyone provide me with tips on how to automate the configuration of
dial-up connections? If it can be done without AUTOIT.

Thanks
Oriol de los Santos


----- Message from "DE-LOS-SANTOS,ORIOL (HP-Spain,ex1)" <[EMAIL PROTECTED]> on Tue, 11 Nov 2003 10:39:49 +0100 -----
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Subject: [Unattended] Parameters for automating application installation.

In our win2000 clients we often have to install software that requires the
input of some parameters in order to customize the user connection data.

Is there a way to easily add additional questions in the initial phase of
the Unattended installation in order to provide extra parameters that could
be then be available during the execution of the application installation
scripts?

If this is not possible it would be a nice feature to have available.

Thanks
Oriol de los Santos


----- Message from <[EMAIL PROTECTED]> on Tue, 11 Nov 2003 10:35:11 -0000 -----
To: <[EMAIL PROTECTED]>
Subject: RE: [Unattended] Creating Dial-Up connections during installation.

I use dial up magic, which is a small program that makes an exe file to duplicate an existing DUN connectoid, it is cheap and seems to work reasonably well, the home page is http://www.techmagic.com/ I run the resulting .exe by hand since it only applies to very few of my machines, but I see no reason why you couldn't script it

Kevin Lawry

-----Original Message-----
From: DE-LOS-SANTOS,ORIOL (HP-Spain,ex1)
[mailto:[EMAIL PROTECTED]
Sent: 11 November 2003 09:35
To: '[EMAIL PROTECTED]'
Subject: [Unattended] Creating Dial-Up connections during installation.


Can anyone provide me with tips on how to automate the configuration of
dial-up connections? If it can be done without AUTOIT.

Thanks
Oriol de los Santos


-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


----- Message from "Steven D. Pretlove" <[EMAIL PROTECTED]> on Tue, 11 Nov 2003 14:16:58 -0000 -----
To: <[EMAIL PROTECTED]>
Subject: [Unattended] Todo.pl -- Restart

Hi all,
 
when todo.pl processes .reboot (or one of its variations) it places the run command in the HKCU Run reg key
 
I have need to set the computer to logon as a administrator (using autolog.pl), reboot the machine, log on as admin, install program, clear autologon and then finally reboot.
 
all the above I can do quite successfully, once I manually kick of the todo.pl --go after the initial reboot and logon as admin
 
does anyone else do something like this if so how did you get round the problem ???
 
my initial thoughts is to write a bat file to the allusers/start-up directory to run the "mapznrun.bat z:\bin\todo.pl --go" command and then clear it out at the end. much the same as the current method, just allowing for anyuser to logon afterwards and the command to still run.
 
other thoughts included changing the reg key from HKCU to HKLM but users by default do not have write permission
 
All advice greatly appreciated
 
_________________________________
Steven Pretlove

Dominos Pizza Group Limited

Infrastructure Support Analyst


(
    Tel:  01908 580623
(
    Fax: 01908 282582
*
        E-Mail: [EMAIL PROTECTED]
_________________________________

 
 


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

Dominos Pizza Group Ltd - 01908 580000 - www.dominos.co.uk
**********************************************************************

----- Message from <[EMAIL PROTECTED]> on Tue, 11 Nov 2003 14:39:31 -0000 -----

To: <[EMAIL PROTECTED]>
Subject: RE: [Unattended] Todo.pl -- Restart

I do something similar, but I have a shutdown script make the registry change, the system has permission to change the registry.  In my case it is triggered by a change to a central database (a grand name for  a shared ini file), however you could use any trigger you like.
 
as an alternative, if you are at the machine, have you tried running the script using RUNAS and your admin credentials?
 
Regards
 
Kevin Lawry
-----Original Message-----
From:
Steven D. Pretlove [mailto:[EMAIL PROTECTED]
Sent:
11 November 2003 14:17
To:
[EMAIL PROTECTED]
Subject:
[Unattended] Todo.pl -- Restart

Hi all,
 
when todo.pl processes .reboot (or one of its variations) it places the run command in the HKCU Run reg key
 
I have need to set the computer to logon as a administrator (using autolog.pl), reboot the machine, log on as admin, install program, clear autologon and then finally reboot.
 
all the above I can do quite successfully, once I manually kick of the todo.pl --go after the initial reboot and logon as admin
 
does anyone else do something like this if so how did you get round the problem ???
 
my initial thoughts is to write a bat file to the allusers/start-up directory to run the "mapznrun.bat z:\bin\todo.pl --go" command and then clear it out at the end. much the same as the current method, just allowing for anyuser to logon afterwards and the command to still run.
 
other thoughts included changing the reg key from HKCU to HKLM but users by default do not have write permission
 
All advice greatly appreciated
 
_________________________________
Steven Pretlove

Dominos Pizza Group Limited

Infrastructure Support Analyst


(
    Tel:  01908 580623
(
    Fax: 01908 282582
*
        E-Mail: [EMAIL PROTECTED]
_________________________________

 
 


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

Dominos Pizza Group Ltd - 01908 580000 - www.dominos.co.uk
**********************************************************************

----- Message from "Steven D. Pretlove" <[EMAIL PROTECTED]> on Tue, 11 Nov 2003 14:57:35 -0000 -----

To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
Subject: RE: [Unattended] Todo.pl -- Restart

the main use for this, is to distribute applications after the inital roll out.
 
My first attempt was to create an asp page that created the remote process on the clients machine running the mapznrun program under its context, but microsoft has put a stop to that by not allowing the spawned process to interact with the desktop.
 
Second  was to get it to produce an AT job (which does allow the job to interact with the desktop) but relies heaverly on the times being Identical (issue in its own right) plus the job would have to be scheduled upto 60 secs in the future (problem for users)
 
Third is to use the mapznrun in its native enviroment, but this can also cause problems. i.e. if a user ctrl breaks while the todo.pl is running they are sitting there with a admin logon in front of them (NOT GOOD)
 
you can not script the RUNAS command as you say so that, is a no go the idea is to allow the users to install applications if they need to.
 
Cheers
 
 
Steve
(01908) 580623
 
-----Original Message-----
From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent:
11 November 2003 14:40
To:
[EMAIL PROTECTED]
Subject:
RE: [Unattended] Todo.pl -- Restart

I do something similar, but I have a shutdown script make the registry change, the system has permission to change the registry.  In my case it is triggered by a change to a central database (a grand name for  a shared ini file), however you could use any trigger you like.
 
as an alternative, if you are at the machine, have you tried running the script using RUNAS and your admin credentials?
 
Regards
 
Kevin Lawry
-----Original Message-----
From:
Steven D. Pretlove [mailto:[EMAIL PROTECTED]
Sent:
11 November 2003 14:17
To:
[EMAIL PROTECTED]
Subject:
[Unattended] Todo.pl -- Restart

Hi all,
 
when todo.pl processes .reboot (or one of its variations) it places the run command in the HKCU Run reg key
 
I have need to set the computer to logon as a administrator (using autolog.pl), reboot the machine, log on as admin, install program, clear autologon and then finally reboot.
 
all the above I can do quite successfully, once I manually kick of the todo.pl --go after the initial reboot and logon as admin
 
does anyone else do something like this if so how did you get round the problem ???
 
my initial thoughts is to write a bat file to the allusers/start-up directory to run the "mapznrun.bat z:\bin\todo.pl --go" command and then clear it out at the end. much the same as the current method, just allowing for anyuser to logon afterwards and the command to still run.
 
other thoughts included changing the reg key from HKCU to HKLM but users by default do not have write permission
 
All advice greatly appreciated
 
_________________________________
Steven Pretlove

Dominos Pizza Group Limited

Infrastructure Support Analyst


(
    Tel:  01908 580623
(
    Fax: 01908 282582
*
        E-Mail: [EMAIL PROTECTED]
_________________________________

 
 


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

Dominos Pizza Group Ltd - 01908 580000 - www.dominos.co.uk
**********************************************************************
_______________________________________________
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info





**********************************************************************
This e-mail message is intended solely for the use of the addressee. The message
may contain information that is privileged and confidential. Disclosure to
anyone other than the intended recipient is prohibited. If you are not the
intended recipient, please do not disseminate, distribute or copy this
communication, by e-mail or otherwise. Instead, please notify us immediately by
return e-mail (including the original message with your reply) and then delete
and discard all copies of the message.
We have taken precautions to minimize the risk of transmitting software viruses
but nevertheless advise you to carry out your own virus checks on any
attachment to this message. We accept no liability for any loss or damage
caused by software viruses.
**********************************************************************

Reply via email to