And here is an example of implementation

        <File Id="InstallGde" Name="InstGde" LongName="Agilent Business
Dashboard Install Guide"         
              Source="..\..\Documentation\AdminGuide.doc">
           <Shortcut Id="adguide" Directory="DashMenuDir" Name="AdGuide" 
                         LongName="Agilent Business Dashboard Admin Guide" 
                         WorkingDirectory='manuals'
                         Icon="agilent_pgm_icon" IconIndex="0"/>
          <Shortcut Id="adminguide" Directory="DesktopFolder"
Name="adminGde" 
                    LongName="Agilent Business Dashboard Admin Guide" 
                    WorkingDirectory='manuals'
                    Icon="agilent_dtp_icon" IconIndex="0"/>
        </File>

where DashMenuDir is defined as

      <Directory Id="ProgramMenuFolder" Name="Programs">
        <Directory Id="AGI" Name="Agilent">
          <Directory Id="DASHB" Name="ADASHB" LongName="Agilent Business
Dashboard">
            <Directory Id="DashMenuDir" Name="Manuals"></Directory>
          </Directory>
        </Directory>
      </Directory>

Because the shortcut is being generated in this directory the folder is
automatically createrd for you.


Erich Buhler wrote:
> 
> I have read it, but it doesn't say anything about it (there are 2 mentions
> only about the way of creating shortcuts, but nothing about creating
> shortcuts and folders in the Start Menu).
> 
> Cheers,
> Erich.
> 
> 
> Levi Wilson wrote:
>> 
>> You should check out the tutorial linked off of the
>> wix.sourceforge.netpage.
>> 
>> On 3/15/07, Erich Buhler <[EMAIL PROTECTED]> wrote:
>>>
>>>
>>> Hi guys,
>>> I couldn't find any working example of how to create a folder in the
>>> Start
>>> Menu and then include some shortcuts inside. It looks to be quite easy,
>>> but
>>> I
>>> couldn't find the way to do that.
>>>
>>> Does anybody have any good example?
>>>
>>> Thanks,
>>> Erich.
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/How-to-create-folders-and-shortcuts-in-the-Start-Menu--%28Wix-3.0%29-tf3407487.html#a9491889
>>> Sent from the wix-users mailing list archive at Nabble.com.
>>>
>>>
>>> -------------------------------------------------------------------------
>>> Take Surveys. Earn Cash. Influence the Future of IT
>>> Join SourceForge.net's Techsay panel and you'll get the chance to share
>>> your
>>> opinions on IT & business topics through brief surveys-and earn cash
>>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>>> _______________________________________________
>>> WiX-users mailing list
>>> WiX-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>>
>> 
>> -------------------------------------------------------------------------
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to share
>> your
>> opinions on IT & business topics through brief surveys-and earn cash
>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> _______________________________________________
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-create-folders-and-shortcuts-in-the-Start-Menu--%28Wix-3.0%29-tf3407487.html#a9496030
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to