home *** CD-ROM | disk | FTP | other *** search
/ Chip: Linux Special / CorelLinux_CHIP.iso / VMware / bin / vmware-wizard / helpURLs.tcl < prev    next >
Encoding:
Text File  |  1999-11-08  |  2.6 KB  |  99 lines

  1.  
  2. set help(welcome.urls) {
  3.     {http://www.vmware.com/support/configwizhelp.html\#run
  4.         "Online Version of the Configuration Wizard Help"
  5.     }
  6.  
  7.     {http://www.vmware.com/support/create.html
  8.         "Create, Configure, and Operate Virtual Machines"
  9.     }
  10. }
  11.  
  12. set help(os.urls) {
  13.     {http://www.vmware.com/support/configwizhelp.html\#selectos
  14.         "Online Version of the Configuration Wizard Help"
  15.     }
  16.  
  17.     {http://www.vmware.com/support/guestnotes.html
  18.         "Technical Notes About Guest Operating System Installs"
  19.     }
  20. }
  21.  
  22. set help(dir.urls) {
  23.     {http://www.vmware.com/support/configwizhelp.html\#selectdirectory
  24.         "Online Version of the Configuration Wizard Help"
  25.     }
  26. }
  27.  
  28. set help(diskType.urls) {
  29.     {http://www.vmware.com/support/configwizhelp.html\#disktype
  30.         "Online Version of the Configuration Wizard Help"
  31.     }
  32.  
  33.     {http://www.vmware.com/support/disks.html
  34.         "VMware Disk Types - Persistent, Non-persistent and Undoable"
  35.     }
  36.  
  37.     {http://www.vmware.com/support/rawdevices.html
  38.         "Configuring Dual/Multi-Boot Systems to Run With VMware"
  39.     }
  40.  
  41.     {http://www.vmware.com/support/hardwareprofiles.html
  42.         "Setting up hardware profiles in virtual machines"
  43.     }
  44. }
  45.  
  46. set help(rawDisk.urls) {
  47.     {http://www.vmware.com/support/configwizhelp.html\#disktype
  48.         "Online Version of the Configuration Wizard Help"
  49.     }
  50.  
  51.     {http://www.vmware.com/support/rawdevices.html
  52.         "Configuring Dual/Multi-Boot Systems to Run With VMware"
  53.     }
  54.  
  55.     {http://www.vmware.com/support/hardwareprofiles.html
  56.         "Setting up hardware profiles in virtual machines"
  57.     }
  58. }
  59.  
  60. set help(diskSize.urls) {
  61.     {http://www.vmware.com/support/configwizhelp.html\#sizedisk
  62.         "Online Version of the Configuration Wizard Help"
  63.     }
  64.  
  65.     {http://www.vmware.com/support/disks.html
  66.         "VMware Disk Types - Persistent, Non-persistent and Undoable"
  67.     }
  68. }
  69.  
  70. set help(cdrom.urls) {
  71.     {http://www.vmware.com/support/configwizhelp.html\#cdrom
  72.         "Online Version of the Configuration Wizard Help"
  73.     }
  74. }
  75.  
  76. set help(floppy.urls) {
  77.     {http://www.vmware.com/support/configwizhelp.html\#floppy
  78.         "Online Version of the Configuration Wizard Help"
  79.     }
  80. }
  81.  
  82. set help(networking.urls) {
  83.     {http://www.vmware.com/support/configwizhelp.html\#networking
  84.         "Online Version of the Configuration Wizard Help"
  85.     }
  86.  
  87.     {http://www.vmware.com/support/networking.html
  88.         "VMware Networking Support"
  89.     }
  90. }
  91.  
  92. set help(confirm.urls) {
  93.     {http://www.vmware.com/support/configwizhelp.html\#congrats
  94.         "Online Version of the Configuration Wizard Help"
  95.     }
  96. }
  97.  
  98.  
  99.