I have created two separate msi for using Wix toolset:
 - Windows application
 - Windows service   
Goal
Want to have one msi which can install both :
 - Windows application
 - Windows service    
Problem
Is it possible using WiX ?
Can we make use of merge module to include both msi into one msm ? if yes, How ? 
Edit 1
Getting an error -
The Directory with Id 'TARGETDIR_WindowsService' is not a valid root directory. There may only be a single root directory per product or module and its Id attribute value must be 'TARGETDIR' and its Name attribute value must be 'SourceDir'
If i am not changing the TARGETDIR then duplicate error is coming for both "TARGETDIR" and "ProgramFilesFolder".