I try to add some shortcuts in my wix3.0 .wxs file but keep getting told, that ProgramMenuDir does not exist in the RemoveFile table. Below is a snippit from my wxs file. What is wrong with that? Why doesn't my start menu shortcut work?
... <Component ...> <RemoveFile Id="startmenuExe" Directory="ProgramMenuDir" On="uninstall" Name="MyExe.exe" /> <RemoveFile Id="pmenudir" Directory="ProgramMenuFolder" Name="ProgramMenuDir" On="uninstall" /> </Component> ... <Directory Id="ProgramMenuFolder" Name="PMenu"> <Directory Id="ProgramMenuDir" Name="MyStartMenuDir" /> </Directory> Thanks ------------------------------------------------------------------------- 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