Managed to answer my own question.
I created a bat file with the following commands in it :
#echo off
start %windir%\explorer.exe "c:\Program Files\app name\app folder\Document"
Saved this to the all users start menu, programs folder and its working.
Maybe not the cleanest solution but still,,it works and I am happy :)
Thanks all.