Answer File = Internet Settings (.ins) File
The [Scripting] section contains entries for specifying the names and paths of your dial-up networking script files.
Entry | Description |
---|---|
Name | Specifies the file name of the Network Connections script. |
Name16 | Specifies the file name of the 16-bit Network Connections script. |
Name32 | Specifies the file name of the 32-bit Network Connections script. |
Path16 | Specifies the full path to the 16-bit script. |
Path32 | Specifies the full path to the 32-bit script. |
This sample demonstrates one use of the [Scripting] section of the Internet Settings (.ins) File.
[Scripting] Name = sis.scp Name16 = sis16.scp Name32 = sis32.scp Path16 = c:\myfolder\sis16.scp Path32 = c:\myfolder\sis32.scp
Specifies the file name of the Network Connections script.
Syntax | Name = file_name |
---|---|
Value | file_name |
Example | Name = sis.scp |
Specifies the file name of the 16-bit Network Connections script.
Syntax | Name16 = file_name |
---|---|
Value | file_name |
Example | Name16 = sis16.scp |
Specifies the file name of the 32-bit Network Connections script.
Syntax | Name32 = file_name |
---|---|
Value | file_name |
Example | Name32 = sis32.scp |
Specifies the full path to the 16-bit script.
Syntax | Path16 = path_and_file_name |
---|---|
Value | path_and_file_name |
Example | Path16 = c:\myfolder\sis16.scp |
Specifies the full path to the 32-bit script.
Syntax | Path32 = path_and_file_name |
---|---|
Value | path_and_file_name |
Example | Path32 = c:\myfolder\sis32.scp |