Hi,

I need to add a Start Menu shortcut to an existing folder within the 
ProgramsMenu instead of creating a new Folder within the ProgramsMenu.
For example say there is a folder called "FooBar" already existing within The 
ProgramsMenu and I want to create a sub folder SpamEggs within it.

My assumption was to do create a Directory structure like the following.

      <Directory Id="ProgramMenuFolder">
        <Directory Id="FooBarProgramsFolder" Name="FooBar">
          <Directory Id="SpamEggsProgramsFolder" Name="SpamEggs"/>
        </Directory>
      </Directory>

And then I would reference SpamEggsProgramsFolder for creating my shortcuts 
within a Component later on.
This unfortunately gives me the following error:
ICE64: The directory FooBarProgramsFolder is in the user profile but is not 
listed in the RemoveFile table.
I don't actually want to remove the existing folder with my install as it's 
separate. I suppose another example for this might be if I wanted to install to 
the accessories directory.

I have looked through the docs but can't seem to find any example for adding to 
existing directory structures.

Any help on this would be great.

Thanks

Rich

________________________________
Eduserv has moved office! For details visit www.eduserv.org.uk/contacts
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to