> I have tried to get simple Shortcut from menus to Folder (no 
> file). But somehow I always fails. I can get it to file.
> 
> Could someone give me little example?
> 
> I have tried Target=[DirectoryID], as I think should work, 
> but no success for me.

I've got something like this:

      <Component Id="..." Guid="...">
          ...
        <Shortcut Id="Shortcut.SharedFiles"
              Name="My Shared Files"
              Target="[MySharedDocuments]"
              Directory="StartMenu.MyProduct"
              Show="normal" />
      </Component>

Which (under WiX3 at least) seems to work fine.

Regards,
John

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to