In wix 3, has there been a change to the creation of shortcuts?
<Component Id='ExecutableFiles'
Guid='57E1279E-8C24-4ba0-BA34-FA4253886C52'>

<File Id='MatadorExe' Name='Matador.exe' Source='.\build\Matador.exe'
Vital='yes'>

<Shortcut Id='StartMenuShortcut' Directory='ProgramFilesFBBT'
Name='Matador 2.1'

WorkingDirectory='INSTALLDIR' Icon='Matador.ico' IconIndex='0'
Advertise='yes' />

<Shortcut Id='DesktopShortcut' Directory='DesktopFolder' Name='Matador
2.1'

WorkingDirectory='INSTALLDIR' Icon='Matador.ico' IconIndex='0'
Advertise='yes' />

</File>

<RemoveFolder Id='RemoveProgramFilesFBBT' Directory ='ProgramFilesFBBT'
On='uninstall' />

</Component>

>From this code, after an install I get shortcuts created, but the Target
field of the shortcut properties has become non-editable, meaning that a
user cannot type in command line parameters there. Wix 2 shortcuts had
an editable Target field with this code. Am I missing something?

Thanks,

Patrick

 

 

<<attachment: Outlook.jpg>>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to