I am creating an installer for my applications. Since I have more than one application, I need them to appear under separate folders in the StartMenu/ProgramsMenu nested under my CompanyFolder.
For example, I have ApplicationsA and ApplicationB. After I install both, the ProgramMenu shortcut folder should show them as under;
- ProgramMenuFolder- CompanyNameFolder- ApplicationA_Folder- <All the shortcuts for AppliationA>
 
- ApplicationB_Folder- <All the shortcuts for Application B>
 
 
- ApplicationA_Folder
 
- CompanyNameFolder
Instead what I am getting is something like this;
- ProgramMenuFolder- CompanyNameFolder- <All the shortcuts for Application A>
- <All the shortcuts for Application B>
 
 
- CompanyNameFolder
Any help?