I have the following in my WiX source file:

...
<!-- this is nested inside typical INSTALLDIR (Program Files/Company
Name/Product Name) -->
     <Component Id="ConfigComp"
Guid="BA4808AF-DDCF-408b-B0C3-4D7173F8AE57">
       <File Id="mm_configwizard.exe" Source="..\..\MediaManager\dist\"
KeyPath="yes" Name="mm-configwizard.exe">
         <Shortcut Id="startmenuWizardShortcut"
Directory="MyProductMenuDir" Name="MM Config Wizard"
WorkingDirectory="INSTALLDIR"
                   Arguments='-c "[INSTALLDIR]conf\mm-configwizard.conf"'
Advertise='yes'/>
       </File>
     </Component>

...

     <!-- Special Directories -->
     <Directory Id="ProgramMenuFolder" Name="Programs">
       <!-- We use a CompanyName sub-folder in the start menu -->
       <Directory Id="CompanyNameMenuDir" Name="Company Name">
         <!-- We have product specific sub-folders under it -->
         <Directory Id="MyProductMenuDir" Name="My Product"/>
       </Directory>
     </Directory>


When I install the component, the file "mm-configwizard.exe" is installed,
but the shortcut is not.  How is this possible?


I'm using WiX 3.0.2210.

Scott
-------------------------------------------------------------------------
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