Author: arkurth
Date: Mon Oct 12 17:03:59 2009
New Revision: 824422
URL: http://svn.apache.org/viewvc?rev=824422&view=rev
Log:
Removed wsname.exe sections from README and INSTALLATION. Added comment to
set_computer_name.vbs explaining that wsname.exe is no longer available and the
effect of not having this utility. Left script intact.
Modified:
incubator/vcl/trunk/INSTALLATION
incubator/vcl/trunk/README
incubator/vcl/trunk/managementnode/tools/Windows/Scripts/set_computer_name.vbs
Modified: incubator/vcl/trunk/INSTALLATION
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/INSTALLATION?rev=824422&r1=824421&r2=824422&view=diff
==============================================================================
--- incubator/vcl/trunk/INSTALLATION (original)
+++ incubator/vcl/trunk/INSTALLATION Mon Oct 12 17:03:59 2009
@@ -272,15 +272,7 @@
Find the ProductKey line in the following file and replace
WIN_2003_ENT_KEY with your product key:
/usr/local/vcl/tools/Windows_Server_2003/Utilities/Sysprep/sysprep.inf
- 2. WSName.exe - Workstation Name Changing Utility
-
- The WSName.exe utility is used to change the name of the computer while
it is being installed. Download the WSName.exe utility from the following
website:
- http://mystuff.clarke.co.nz/MyStuff/wsname.asp
-
- Save the WSName.exe utility in the following location on the management
node:
- /usr/local/vcl/tools/Windows/Utilities/WSName/wsname.exe
-
- 3. NewSID - Windows SID Changing Utility
+ 2. NewSID - Windows SID Changing Utility
NewSID.exe is used to change the SID of a Windows computer if Sysprep is
not used. VCL currently uses NewSID.exe during the load process for Windows
Vista images. Download the NewSID.exe utility:
http://technet.microsoft.com/en-us/sysinternals/bb897418.aspx
@@ -288,7 +280,7 @@
Save the NewSID.exe utility in the following location on the management
node:
/usr/local/vcl/tools/Windows/Utilities/NewSID/newsid.exe
- 4. SPDrvScn.exe - Windows Driver Scanning Utility
+ 3. SPDrvScn.exe - Windows Driver Scanning Utility
SPDrvScn.exe is used before an image is captured to enter the paths of
drivers to the Windows registry so that they are loaded when Sysprep attempts
to install devices. Download the SPDrvScn.exe utility from the link on the
following webpage:
http://vernalex.com/tools/spdrvscn/
Modified: incubator/vcl/trunk/README
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/README?rev=824422&r1=824421&r2=824422&view=diff
==============================================================================
--- incubator/vcl/trunk/README (original)
+++ incubator/vcl/trunk/README Mon Oct 12 17:03:59 2009
@@ -87,8 +87,6 @@
- NewSID - used for preparing Windows environments before an image is captured
- SPDrvScn - used for scanning device drivers for Windows environments before
an
image is captured
-- WSName - used to change the computer name of a Windows environment during the
- load process
You will need to copy these files to the <vcl/tools/> directory per the
install instructions in the INSTALLATION file.
Modified:
incubator/vcl/trunk/managementnode/tools/Windows/Scripts/set_computer_name.vbs
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Windows/Scripts/set_computer_name.vbs?rev=824422&r1=824421&r2=824422&view=diff
==============================================================================
---
incubator/vcl/trunk/managementnode/tools/Windows/Scripts/set_computer_name.vbs
(original)
+++
incubator/vcl/trunk/managementnode/tools/Windows/Scripts/set_computer_name.vbs
Mon Oct 12 17:03:59 2009
@@ -13,6 +13,13 @@
' See the License for the specific language governing permissions and
' limitations under the License.
+' NOTICE: This script relies on the wsname.exe utility which is no longer
+' available. This script will be rewritten for the 2.2 release of VCL. In the
+' meantime, this script is being left intact in case you have a previously
+' released version of wsname.exe or are able to obtain it from another source.
You
+' should not encounter problems if you do not have wsname.exe, however,
computers
+' will be given random names. This script only applies to Windows images.
+
strCurrentImagePath = "C:\Cygwin\home\root\currentimage.txt"
strSetnameLogfile =
"C:\Cygwin\home\root\VCL\Logs\sysprep_cmdlines\wsname_output.log"
strWSNamePath = "C:\Cygwin\home\root\VCL\Utilities\WSName\wsname.exe"