Forum: [VBP] Third Party Tools
04-30-2004, 11:38 AM
|
Replies: 1
Views: 11,236
Wise for Windows Installer 5.2
I hate to be a forum hog, but I'm going to ask this anyway.
We run Wise for Windows Installer (WFWI) v5.20.0.151.
When I run our MSI from inside the WFWI environment, I get a 9MB EXE that runs...
|
Forum: [VBP] General Discussion
04-29-2004, 02:15 PM
|
Replies: 1
Views: 10,138
|
Forum: [VBP] General Discussion
04-29-2004, 01:37 PM
|
Replies: 1
Views: 10,138
Pass the value of a Macro to a Script Variable
I'm trying to do this in a simple script:
dim foo
foo=%BUILD_VER%
BUILD_VER is a temporary Macro that the user fills in via prompt.
I get the error:
Error at Line 2, Column 15 (Expected...
|
Forum: [VBP] Third Party Tools
04-28-2004, 03:39 PM
|
Replies: 3
Views: 10,416
Excellent, displaying the command line was the...
Excellent, displaying the command line was the key. VBP was looking for vb6 in c:\program files\microsoft visual studio\vb98
Is it reading that from the Registry? A System Variable? I'd like to...
|
Forum: [VBP] Third Party Tools
04-28-2004, 02:52 PM
|
Replies: 3
Views: 10,416
Make VB6 Error
Hi,
Seems simple, but, I get the following error when I try to run a 'Make VB6' step:
"building...Failed to create process: The system cannot find the path specified."
I browse to my *.vbp,...
|