Tagged Questions
2
votes
2answers
372 views
Build automation, VMWare server 2.0, Final builder
I have a database in a VMWare Server 2.0 Virtual machine. I also have a web application in the IIS (7) in the VM.
Now I want to execute some database scripts that are in the VM, from the Host ...
0
votes
1answer
93 views
Cant set Variables in Final Builder using VBScript
I'm trying to use the RunScript Action in Final Builder and I can't seem to make any changes to variables e.g.
function OnExecute(Action, Action)
FBVariables.TestMyVariable = "42"
What am I doing ...