Hi David,
Back in PB 11.5 I struggled with OrcaScript since all version-number info from the build project object - and from the ORCA script file - was ignored. Every EXE was version 1.0.0.0.
Not sure whether some strange error condition may leave IDE open...
4-5 employers ago so I can't reproduce to confirm.
Anyways,
- Use ORCAScript to get latest
- Create CMD file to run the build/deploy
See PowerBuilder Help
> Users Guide
> The PowerBuilder Environment
> Working with PowerBuilder
> Building workspaces
> From a command line
- Create MSI file using whatever tools you choose
Doing deploy this way means your workspace including potentially multiple project objects govern the full build/deploy sequence. It worked like a breeze.
HTH /Michael