Hi Tom,
regarding full LabVIEW menu in your application.
Every LabVIEW front panl compiled into an application links to the
default LabVIEW menu (provided by the LabVIEW Run-Time Engine). In a
lot of cases application developers simply hide the menu (via VI
properties in Application/Distribution Builder). This works for most
instances as long as the displayed VI is running. In your case the VI
comes up broken and therefore not running.
If you want to limit the menu displayed in your LabVIEW application you
can create a custom menu and link to it from your top level VI(s).
To do this select Edit>>Run-Time Menu in your top level VI (in edit mode).
P.S. If you never want a Run-Time Menu displayed, you need to create a custom menu without any items in it.
Sincerely
Marian