Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Terminal Service Client Disks

Status
Not open for further replies.

wantagofast

Technical User
Jun 19, 2002
47
US
Does anyone know how to copy the TS client disks on a CD-Rom? I want to be able to copy both our VPN and TS client files to a CD.

I can copy the client files but when installing the TS client off of the Cd, the application still asks for disk 2 of the TS client software. Any way around this?

Thanks.
 
there should be a file in your distribution called MSTSC.INF. In that file you should see these lines:

[Source Media Descriptions]
; <disk number>, <disk label>, <file>, <path>
&quot;1&quot;,&quot;Terminal Services Client Setup DISK1&quot;,
&quot;mstsc1.id&quot;,&quot;.&quot;

&quot;2&quot;,&quot;Terminal Services Client Setup DISK2&quot;,&quot;mstsc2.id&quot;,&quot;..\DISK2&quot;


remove these characters from the last line

.\DISK2

so the end of the line just reads &quot;.&quot; (the same as the line before it....that should do it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top