Forum: [VBP] Third Party Tools
11-26-2008, 02:44 PM
|
Replies: 2
Views: 12,468
|
Forum: [VBP] Third Party Tools
10-04-2007, 01:44 PM
|
Replies: 1
Views: 13,379
psexec conditional build
Visual Build Professional 6.1
Windows XP
Using psexec I can successfully build something remotely using the following command.
psexec \\MACHINENAME -u DOMAIN\USER -p PASSWORD "c:\Program...
|
Forum: [VBP] Third Party Tools
08-08-2007, 02:31 PM
|
Replies: 2
Views: 12,468
VS 2003 Compiles - VBP does not
Everything will compile and build in Visual Studio 2003. But when I try the "Make VS.NET" function I get the following error.
I think this might have to do with it but why does VBP need to do...
|
Forum: [VBP] General Discussion
07-02-2007, 12:43 PM
|
Replies: 1
Views: 11,140
File Copy Failure
7/2/2007 9:44:34 AM: --------------------Starting Build: 'ProductName.bld'--------------------
7/2/2007 9:44:34 AM: Building project step 'Move Test.dll file to Installer'...
\\Server\Directory\...
|
Forum: [VBP] General Discussion
05-11-2007, 06:07 PM
|
Replies: 3
Views: 12,180
|
Forum: [VBP] General Discussion
05-11-2007, 11:38 AM
|
Replies: 3
Views: 12,180
Replace in File w/ Macro Value
Text or regular expression to find:
<row><td>C:\Build Area\1.2.3.4</td><td>
Text or regular expression to replace matches with:
<row><td>C:\Build Area\1.2.3.5</td><td>
I would like to...
|