Jump to content

dialup connect slipstreamed?


Recommended Posts

hmm....

i wrote an terminal server connect skript, but it is anoying (spelling? o, my bad english) to build the dialup connection from scratch every installation...

it is possible to slipstream an dialup-connection to my provider?

Link to comment
Share on other sites


I have the same problem with my Dial-Up you might now how huge the username at T-Online is (41 chars just for the username, that's harder than typing your Windows Serial). My work-around is the following:

Windows XP has a program to migrate user settings. With your German Windows you will find it under "Zubehör -> Systemprogramm -> Übertragen von Dateien und Einstellungen"

This will import your dial-up connection, the problem is, that I haven't found a method to migrate these settings unattanded you need to use the tool again, which doesn't come with command line features.

Link to comment
Share on other sites

I think it would have something to do with those .ins files you sometimes see. Try searching for it, once you have the file set up, run it, then use rasdial which comes with xp,

@echo off
start /w rasdial ConnectionName username@provider.com password

Link to comment
Share on other sites

You can create an .ins file which holds your connection information. Here is mine for example for Freeserve 56k:

[Entry]
Entry_Name=Freeserve

[Phone]
Phone_Number=147008089916080
Area_Code=
Country_Code=44
Country_ID=44
Dial_As_Is=Yes

[User]
Requires_Logon=Yes
Name=REMOVED
Password=REMOVED
Display_Password=yes

[Server]
SW_Compress=No
PW_Encrypt=No
Type=PPP        
Network_Logon=no
SW_Encrypt=no
Negotiate_NetBEUI=no
Negotiate_IPX/SPX=no
Negotiate_TCP/IP=Yes

[TCP/IP]
Specify_Server_Address=No
IP_Header_Compress=No
Gateway_On_Remote=Yes
DNS_Address=
DNS_Alt_Address=

[ConnectionSettings]
ApplyInsToConnection=Freeserve

Explaination of these values are in the ieakhelp.chm file, I you can download it from here and browse to Reference > Internet Settings (.ins) files.

Sometimes an .ins file can be downloaded from your ISP's support page. If not, then compare your current set options in your dial up preferences to create your own ins file, using the chm file to help you. You can also customize IE and OE, such as branding the titlebar.

Lastly, the Setup Manager in the deploy tools gives you the option to include your ins file, so re-edit your winnt.sif file in Setup Manager! :)

Link to comment
Share on other sites

You can create an .ins file which holds your connection information. Here is mine for example for Freeserve 56k:

[Entry]
Entry_Name=Freeserve

[Phone]
Phone_Number=147008089916080
Area_Code=
Country_Code=44
Country_ID=44
Dial_As_Is=Yes

[User]
Requires_Logon=Yes
Name=REMOVED
Password=REMOVED
Display_Password=yes

[Server]
SW_Compress=No
PW_Encrypt=No
Type=PPP        
Network_Logon=no
SW_Encrypt=no
Negotiate_NetBEUI=no
Negotiate_IPX/SPX=no
Negotiate_TCP/IP=Yes

[TCP/IP]
Specify_Server_Address=No
IP_Header_Compress=No
Gateway_On_Remote=Yes
DNS_Address=
DNS_Alt_Address=

[ConnectionSettings]
ApplyInsToConnection=Freeserve

Explaination of these values are in the ieakhelp.chm file, I you can download it from here and browse to Reference > Internet Settings (.ins) files.

Sometimes an .ins file can be downloaded from your ISP's support page. If not, then compare your current set options in your dial up preferences to create your own ins file, using the chm file to help you. You can also customize IE and OE, such as branding the titlebar.

Lastly, the Setup Manager in the deploy tools gives you the option to include your ins file, so re-edit your winnt.sif file in Setup Manager! :)

Wat about broadband how can i install that when setup is going.

???

:rolleyes:

Link to comment
Share on other sites

the Setup Manager in the deploy tools gives you the option to include your ins file, so re-edit your winnt.sif file in Setup Manager! :)

With Setup manager I have included my ins file, but it doesn't work. I have no network connections at the end of xp unattended setup.

[Branding]
   BrandIEUsingUnattended=No
   IEBrandingFile=Tin.ins

My ins file:

[Entry]
Entry_Name=Tin.it

[User]
Name=*
Password=*
Display_Password=Yes



[Internet_Mail]
Window_Title=*
SMTP_Server=*
POP_Server=*
Email_Name=*
POP_Logon_Name=*
POP_Logon_Password=*
Email_Address=*


[Phone]
Dial_As_Is=no
Phone_Number=
Area_Code=
Country_Code=39
Country_ID=39

[Server]
Type=PPP
Disable_LCP=No
SW_Compress=Yes
PW_Encrypt=No
SW_Encrypt=No
Network_Logon=No
Negotiate_NetBEUI=no
Negotiate_IPX/SPX=no
Negotiate_TCP/IP=yes

[TCP/IP]
Specify_IP_Address=No
Specify_Server_Address=No
IP_Header_Compress=Yes
Gateway_On_Remote=Yes
DNS_Address=0.0.0.0
DNS_Alt_Address=0.0.0.0
WINS_address=0.0.0.0
WINS_Alt_address=0.0.0.0

[ConnectionSettings]
ApplyInsToConnection=Tin.it

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...