Jump to content

Recommended Posts

Posted

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?


Posted

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.

Posted

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

Posted

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! :)

Posted
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:

Posted

Theres a help article below the one I mentioned about setting up a broadband connection, but I can't help you with anything!

Posted
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

Posted

@aaronxp: thx, i'll just try it at friday...

Maybe others will find a fix for igors problem until then (i won't be at home 'till then)

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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