Hi Joe,
Please follow the steps below to achieve Anand's suggestion:
- Create a LabVIEW 8.6 installer containing the UI executable. Keep the installer as lean as possible by removing Additional Installers.
- In the TestStand project (contained in the Workspace), add the installer folder created by the LabVIEW Application Builder. Save the workspace.
- In the TestStand Deployment Utility, load the workspace and select the Distributed Files tab. Allow to Analyze Source Files.
- Select the "View Destination" option from the Distributed Files dropdown.
- In the tree, select the top most folder containing ONLY the LabVIEW installer content.
- Once the folder is selected, choose "Temp Directory" from the Installation Destination. This will place LabVIEW's installer files in a temp folder rather than TestStand's installer destination.
- Locate the setup.exe in the installer folder tree. Note the location of the setup.exe noted under Installation Destination Subdirectory.
- Click on the Installer Options tab and select the Custom Commands button.
- In the Custom Commands window, select the Add button.
- In the Command Directory dropdown, select Temp Directory. Recall this is where the LabVIEW installer setup files will be placed.
- Type the location noted in the Installation Destination Subdirectory (step 9) followed by "/setup.exe"
- Select OK and proceed with the build.
These steps will launch the setup.exe created by the LabVIEW Application Builder immediately upon completing the TestStand installer.
Thanks Joe and do pardon the inconvenience.
Nestor