Same binary names, same folder structure, just build differently (feature-locked for example)
Here is example folder structure
install
--installer.AIP
out
--trial
----executable.exe
----dll1.dll
----dll2.dll
--pro
----executable.exe
----dll1.dll
----dll2.dll
--ent
----executable.exe
----dll1.dll ...