Re: [WiX-users] Install File Shortcut based on registry value

2009-08-22 Thread Blair
Yu, Brian [mailto:b...@easyscreen.com] Sent: Friday, August 21, 2009 8:44 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Install File Shortcut based on registry value I want to install file shortcuts based on a value in registry, can it be done? If HKLM\software

[WiX-users] Install File Shortcut based on registry value

2009-08-21 Thread Yu, Brian
I want to install file shortcuts based on a value in registry, can it be done? If HKLM\software\myapp\myKey1 exists, then don't install shortcut If HKLM\software\myapp\myKey2 exists, then install shortcut How can I add conditions to components and features? Do I have to use custom actions?