How do I place a shortcut in this folder?
 C:\Documents and Settings\All Users\Start Menu\Programs\Startup

I tried these pieces
 <Directory Id="AllUsersStartup" Name="All Users startup" 
FileSource="C:\Documents and Settings\All Users\Start Menu\Programs\Startup" />
 <Shortcut Id="AutoStartShortcut" Directory="AllUsersStartupDirectory" 
Name="Application autostart" />

but the shortcut ends up in
 c:\program files\[company]\[app]\All Users startup

So I changed Name=" to the directory name, but WIX won't accept characters like 
colon.  

I am using WIX 3.0.4721.0 and editing the .wxs started by WarSetup 3.06 beta.



Andrew


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to