View Single Post
  #5  
Old 18-10-2007, 07:25
BarryB BarryB is offline
Die Hard Member
 
Join Date: Jun 2004
Location: In a House
Posts: 1,972
Thanks: 0
Thanked 1 Time in 1 Post
BarryB is on a distinguished road
If you want to manually start/stop the Firewall Service I found you can create a BAT file and use the Windows 'SC' command, just put the following in a bat file:

sc start sharedaccess

This will START the service if it's set to manual or not already running

sc stop sharedaccess

This will STOP the service once it's running.

If the service is DISABLED you'll need to set it to 'Manual' to use those commands!

Regarding Volume labels for this game I've found if you OMIT the volume label the install will fail and if the volume label does not have a SPACE in it then it will fail also?? So create Volume Labels like 'Disk 1' and not 'Disk1'!!!
Reply With Quote