For the desktop you can use a standard Windows Installer directory reference 
(see the SDK). For quick launch the only way I have found is to use this:
      <Directory Id="AppDataFolder">
        <Directory Id="Microsoft" Name="Microsoft">
          <Directory Id="InternetExplorer" Name="Internet Explorer">
            <Directory Id="QuickLaunchFolder" Name="Quick Launch" />
          </Directory>
        </Directory>
      </Directory>

 
Neil
 
Neil Sleightholm
X2 Systems Limited
n...@x2systems.com <mailto:n...@x2systems.com> 
 

________________________________

From: Little Forest [mailto:little.for...@ymail.com]
Sent: Fri 30/01/2009 00:31
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] WiX 3.0: how to create Quick Launch shortcut and Desktop 
shortcut?



Hi,

In WiX 3.0, is there a way to create a Quick Launch shortcut and Desktop 
shortcut based on the user's choice?
I know there is a way to create a checkbox for "Launch Applition" option:
http://wix.sourceforge.net/manual-wix3/run_program_after_install.htm
I'm wondering if there is a way to create a checkbox for "Quick Luanch 
shortcut" and "Desktop shortcut" on the last page of installation.
Some code example are very welcome.
Thanks.
/Brian.


      __________________________________________________________________
Ask a question on any topic and get answers from real people. Go to Yahoo! 
Answers and share what you know at http://ca.answers.yahoo.com 
<http://ca.answers.yahoo.com/> 
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to