The GUID is NOT a *.

<Component Id="Diff" Guid="*">
   <File Id="DiffFile" Name="Diff.exe" ShortName="DIFF.EXE"
Source="$(var.Diff.TargetPath)">
      <Shortcut Id="DiffShortcut" Directory="DevPMF" Name="Diff"
Advertise="yes" WorkingDirectory="INSTALLDIR">
         <Icon Id="Diff.exe" SourceFile="$(var.Diff.TargetPath)" />
      </Shortcut>
   </File>
   <File Id="EditorFile" Name="$(var.Editor.TargetFileName)"
Source="$(var.Editor.TargetPath)">
      <Shortcut Id="EditorShortcut" Advertise="yes" Directory="DevPMF"
Name="Editor" WorkingDirectory="INSTALLDIR" Description="Editor"
Icon="Editor.exe">
         <Icon Id="Editor.exe" SourceFile="$(var.Editor.TargetPath)" />
      </Shortcut>
   </File>
</Component>

The Editor shortcut links to the Diff.

On Wed, Jun 25, 2008 at 12:56 PM, Rob Mensching <[EMAIL PROTECTED]>
wrote:

> No.  Can you share out your code to make this a little less theoretical
> conversation?  <smile/>
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:
> [EMAIL PROTECTED] On Behalf Of Will Burton
> Sent: Wednesday, June 25, 2008 09:55
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Shortcut Question
>
> Hmm...then I'm doing something else wrong...Do they have to be advertised?
>
> On Wed, Jun 25, 2008 at 11:52 AM, Rob Mensching <
> [EMAIL PROTECTED]>
> wrote:
>
> > Yes, you can.  If your Shortcut is Advertised then it will always point
> at
> > the KeyPath.
> >
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:
> > [EMAIL PROTECTED] On Behalf Of Will Burton
> > Sent: Wednesday, June 25, 2008 08:36
> > To: General discussion for Windows Installer XML toolset.
> > Subject: [WiX-users] Shortcut Question
> >
> > Can you have multiple shortcuts per component?
> > Mine all link to the same program as the first shortcut in the component.
> > -------------------------------------------------------------------------
> > Check out the new SourceForge.net Marketplace.
> > It's the best place to buy or sell services for
> > just about anything Open Source.
> > http://sourceforge.net/services/buy/index.php
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> > -------------------------------------------------------------------------
> > Check out the new SourceForge.net Marketplace.
> > It's the best place to buy or sell services for
> > just about anything Open Source.
> > http://sourceforge.net/services/buy/index.php
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to