Hi,
This is how I would (try to) do it, but it won't be nice....
The application builder is just a vi. It's in the llb called
prodisttool.llb, the vi is called Build Application.vi. So theoreticaly, it
is controllable with VI server.
Unfortunatelly, the vi is password protected. This makes it nessesary to use
VI server. Also, the VI may use shift registers to store data, so a lot of
testing will be needed.
This is the way to build an application;
Open the VI with VI Server.
Press the Load button with VI Server, won't work, because a windows diolog
comes up.
So, fill in everything seperatly.
You could perhaps automate this, by getting all values with VI Server, and
using these values to set all controls when needed.
Press Build with VI Server.
Make sure there are n
o popups during the build.
It won't be easy, but I think it's doable!
Good luck,
Wiebe.
"nathanb" wrote in message
news:5065000000080000009B3A0000-1011517314000@exchange.ni.com...
> Hi,
> I am interested in building an application overnight while I am out of
> the office (this overnight build will occur along side of a larger
> build process involving VB project). Is there any way of automating
> the LabView General build process (I'd even like to log any errors
> created during the build process to a file).
> Thank you for your help.
> Nathan