Hello Carl,
In order to achieve this you should make sure that your Client and Server features use the same directory. You can proceed as follows:
- Go to "Files and Folders" page and add all client resource files in a "Client" sub-folder of "Application Folder" (APPDIR).
- Select "Client" folder and from its context menu choose "Properties..." option.
- In the
"Folder Properties" dialog enable "Install folder content into the parent folder" option.
- Add all server resource files in a "Server" sub-folder of "Application Folder".
- Select "Server" folder and from its context menu choose "Properties..." option.
- In the "Folder Properties" dialog enable "Install folder content into the parent folder" option.
- Go to
"Organization" page and make sure the "Directory" field (of "Client" and "Server" feature) is set to
APPDIR.
- Build and run your project.
Also, in order to achieve this you can use our "Client/Server Application" installer template to create a single client/server installation package.
All the best,
Daniel