Hi all,
I am packaging an application call Team Viewer. The way the traditional application works is a little strange. It requires that you launch one executable to make use of the software, but an additional executable if you want the management console to run. This is necessary as the management console is responsible for logging and such.
When I package the application using ThinApp I get two entry points. What I'd like to do is create a single entry point that launches both executables at the same time (or in sequence). I'd actually prefer that the management console be opened and minimized but that part isn't critical.
Does anyone have any suggestions as to how I might accomplish this? I tried adding both executables to a single entry point like this:
Shortcut=TeamViewer.dat
Source=%ProgramFilesDir%\TeamViewer\Team Viewer.exe
Source=%ProgramFilesDir%\TeamViewer\Team Viewer Manager.exe
When I do this no error is thrown, but only Team Viewer Manager.exe is launched. If I change it to:
Shortcut=TeamViewer.dat
Source=%ProgramFilesDir%\TeamViewer\Team Viewer Manager.exe
Source=%ProgramFilesDir%\TeamViewer\Team Viewer.exe
then only Team Viewer.exe is launched.
Thanks in advance for any suggestions!
~spence