Re: [WiX-users] WiX missing 'Start In' property in desktop shortcut

2014-04-30 Thread Jeremiahf
>From my experience I HAD to use: when adding a shortcut on the desktop. (someone correct me if they have done it another way.) Unless I am reading it unclear you are not referencing the desktop folder in your directory id section. ** Your code updated. 1. 2.

Re: [WiX-users] WiX missing 'Start In' property in desktop shortcut

2014-04-29 Thread Satbir Singh
Hi Guys, I tried what Jeremiahf said but that didn't worked too. HereI have added a demo of my installer with Jeremiahf's additions. Please Help. On Wed, Apr 30, 2014 at 3:47 AM, Jeremiahf wrote: > Try this > > > > Name="Short

Re: [WiX-users] WiX missing 'Start In' property in desktop shortcut

2014-04-29 Thread Jeremiahf
Oh and Reference the Desktop directory in your directory structure... Sorry, J On Tue, Apr 29, 2014 at 5:17 PM, Jeremiahf wrote: > Try this > > > > Name="Shortcutname" >Description="Shortcutname" > Target="[INSTALLDIR]myappl

Re: [WiX-users] WiX missing 'Start In' property in desktop shortcut

2014-04-29 Thread Jeremiahf
Try this On Mon, Apr 28, 2014 at 1:18 AM, Satbir Singh wrote: > I am working with WiX from last 5 month with no issues. Recently, i am in > need to have "StartIn" property in App Desktop shortcut. By default, its > empty. > > I am workin

Re: [WiX-users] WiX missing 'Start In' property in desktop shortcut

2014-04-28 Thread Phil Wilson
The shortcut should be under the Component tag, not the file tag, as described in the Stack Overflow answer to your question there. If that's not working then you could supply a bit more info about what you've tried. --- Phil Wilson On Sun, Apr 27, 2014 at 11:18 PM, Satbir Singh wrot