[wix-users] Pinning a shortcut the the taskbar.
Nir Bar
nir.bar at panel-sw.com
Wed Apr 26 08:10:42 PDT 2017
Of course you need to get user confirmation for that.Assuming the user chooses it, you create a custom action that calls:
::ShellExecute(NULL, L"taskbarpin", szShortcut, NULL, NULL, 0);
See https://msdn.microsoft.com/en-us/library/windows/desktop/bb762153(v=vs.85).aspx
Nir Bar
Panel::Software Architecture and Development
______________________________________________________________
JetBA.net- Native and WPF WiX BootstrapperApplication Frameworks
More information about the wix-users
mailing list