Re: [WiX-users] use wix to pin to taskbar and pin to start menu

2010-09-13 Thread Wilson, Phil
[WiX-users] use wix to pin to taskbar and pin to start menu well i just want an option in the installer that lets them pin to the task bar and start menu. it's not a default -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/use-wix-to-pin-to-tas

Re: [WiX-users] use wix to pin to taskbar and pin to start menu

2010-09-10 Thread bdwain
well i just want an option in the installer that lets them pin to the task bar and start menu. it's not a default -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/use-wix-to-pin-to-taskbar-and-pin-to-start-menu-tp5518811p5519359.html Sent from the wi

Re: [WiX-users] use wix to pin to taskbar and pin to start menu

2010-09-10 Thread Bruce Cran
On Fri, 10 Sep 2010 08:57:40 -0700 (PDT) bdwain wrote: > I am trying to use wix to pin a shortcut to the taskbar and the > startmenu, and i thought I would just be able to put a shortcut in > the correct folders, but that's not working. You should install shortcuts in the normal locations and l

Re: [WiX-users] use wix to pin to taskbar and pin to start menu

2010-09-10 Thread Fabio Di Lorenzo
Offficially there is no way to do it (afaik). (see: http://blogs.msdn.com/b/oldnewthing/archive/2003/09/03/54760.aspx) but maybe this workaround helps (didnt test it): http://blogs.technet.com/b/deploymentguys/archive/2009/04/08/pin-items-to-the-start-menu-or-windows-7-taskbar-via-script.aspx