View Single Post
  #3  
Old 07-07-2004, 08:50 AM
BillArnette BillArnette is online now
Registered User
 
Join Date: 07-06-2004
Posts: 6
Below is the output from the batch file. I don't know what other logging information I can provide since the VBP builder component isn't even instantiated so the VBP log isn't even created yet.



C:\Documents and settings\wta>rem @echo off

C:\Documents and settings\wta>call ssenv.bat

C:\Documents and settings\wta>path=C:\WINNT\system32;C:\WINNT;C:\WI NNT\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;c:\documents and settings\wta;c:\documents and settings\wta\My Documents\utils;C:\Program Files\Microsoft Visual Studio\VSS\win32

C:\Documents and settings\wta>SET SSDir=g:\xxx VSS

C:\Documents and settings\wta>SET BUILDDIR=O:\BuildDir
C:\Documents and settings\wta>rmdir /S /Q "O:\BuildDir"

C:\Documents and settings\wta>mkdir "O:\BuildDir"

C:\Documents and settings\wta>ss get -I- "$/xxx/Build" "-GLO:\BuildDir"
$/xxx/Build:
Getting xxx.bld
Getting MSDEV_VLAA_REGISTRY.vbs
Getting ParseVS6BuildDirs.vbs
Getting ParseVS7BuildDirs.vbs
Getting SetDirs.wsf
Getting StampVer.exe
Getting stampver.ini
Getting StampVersion.wsf
Getting stampversion.xml
Getting UnRegisterTypeLib.exe
Getting VS6BuildDirs.xml
Getting VS7BuildDirs.xml

C:\Documents and settings\wta>"C:\Program Files\VisBuildPro\VisBuildCmd.exe" /b "O:\BuildDir\Build\xxx.bld"


VisBuildCmd, Version 5.0.2.3
Copyright (C) 1999-2003 Kinook Software, Inc. All rights reserved.

Error creating builder component: Class not registered


C:\Documents and settings\wta>xcopy /Y /S /I "O:\BuildDir\Installers" "O:\BuildDir\.."
0 File(s) copied
Reply With Quote