I am creating an installer for an application that is broken into two parts. The first part is an MSI file that is installed on a server. It includes all of the product executables and data files as well as the installer for the client application. This was easily created using WiX (v3.7). The client installer (to be run from network workstations) simply needs to install a prerequisite component on the workstation and then create shortcuts to the applications on the network drive. I use Burn to create the client installer, but I can't get the shortcuts created.
My problem is that I don't know how to get the client installer (MSI) to know about the network directory where the applications reside. It is the directory were the bootstrapper is located, but the contained client installer doesn't run from that directory.
How do I get this directory or is there perhaps a better way to approach to whole installation sequence?