Re: [WiX-users] Creating a shortcut to a directory

2012-03-30 Thread Stephen Brooks
After some trial and error I've found that adding the following to my Component (containing the Shortcut) ...makes it all work. I'm a bit concerned because I've used the Software\[Manufacturer]\[ProductName] registry key as the "key path" for another component (the start menu folder itself)

Re: [WiX-users] Creating a shortcut to a directory

2012-03-30 Thread Stephen Brooks
Hi, Complete WiX beginner here. I've managed to create a Start Menu folder with shortcuts to files in it (by using Shortcut elements nested inside the File element of the destination, which in turn is inside a Component element). But I want to create a shortcut to the installation *directory* its