Thanks! 
Question closed.

Dominik Guder wrote:
> 
> 
> Andrei wrote:
>> 
>> I am looking for a way to add shortcut to the startup menu for the
>> current user.
>> I tried:<Shortcut Id="StartupShortcut" Directory="StartupFolder" ...'/>
>> 
>> however I got "Unresolved reference to symbol 'Directory:StartupFolder'"
>> from light.exe
>> 
> 
> Hi Andrei,
> 
>         <Directory Id="TARGETDIR" Name="SourceDir">
>             <Directory Id="AppDataFolder" />
>             <Directory Id="DesktopFolder" />
>             <Directory Id="ProgramMenuFolder" />
>             <Directory Id="ProgramFilesFolder">
>                 <Directory Id="INSTALLDIR" Name="MyApp" />
>             </Directory>
>         </Directory>
> 
> is our definition in Wix3. In our shortcut then Directory="DesktopFolder"
> is used and is working. For Wix2 I think you just need to add a Name
> property 
>             <Directory Id="DesktopFolder" Name="Desktop" /> in my case
> and       <Directory Id="StartupFolder" Name="StartUp" /> in your case
> 
> see http://www.tramontana.co.hu/wix/lesson1.php#1.2 (near by the end)
> 
> hth
> 
> Dominik
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Howto-add-shortcut-to-startup-menu-tp15891214p15891257.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to