[WiX-users] How to assign Hotkey for a shortcut which is deployed through Wix

2011-03-17 Thread Dsilva, Pramod
I am trying to assign an HotKey (Ctrl+Alt+S) for a shortcut I deploy on Windows 
Desktop using Wix. Below is how I tried to assign the value. However the 
compiler says that the Hotkey value has to be a integer value.

Shortcut Id=ToolsShortcut WorkingDirectory=System Icon=icon.vbs  
Directory=DesktopFolder Hotkey=Ctrl+Alt+S Description=Shortcut to Launch 
the Tools Framework Name=Tools.lnk Advertise=yes



Please could anyone tell me how to determine the equivalent integer value for 
Ctrl+Alt+S

Currently I know that I have to somehow combine the Hex equivalent for the 
individual keys to create the Hotkey.

Here's a link to Virtual-Key 
Codeshttp://msdn.microsoft.com/en-us/library/ms927178.aspx.

Below are the Hex values for the individual keys:

Ctrl: 11

Alt: 12

S: 53

Any help would be greatly appreciated.



Thanks,

Pramod

Philips Healthcare



The information contained in this message may be confidential and legally 
protected under applicable law. The message is intended solely for the 
addressee(s). If you are not the intended recipient, you are hereby notified 
that any use, forwarding, dissemination, or reproduction of this message is 
strictly prohibited and may be unlawful. If you are not the intended recipient, 
please contact the sender by return e-mail and destroy all copies of the 
original message.
--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Is it possible to have two root directories in WIX

2011-03-10 Thread Dsilva, Pramod
I need to deploy files in both C and D drives. For example File A goes to drive 
C and File B goes to drive D. I know that Wix allows you to have only one root 
directory. Is there any way I can accomplish this?

I know that one solution is to set C as the root directory in the Wix Xml and 
deploy files that go to C directory through the Wix Xml. The files that have to 
deployed to D directory then have to be deployed through a custom action.

However I want to avoid using Custom Actions and want to deploy files to both 
(C and D drives) using the same Wix Xml.

Pramod DSilva

Software Engineer

Philips Healthcare



The information contained in this message may be confidential and legally 
protected under applicable law. The message is intended solely for the 
addressee(s). If you are not the intended recipient, you are hereby notified 
that any use, forwarding, dissemination, or reproduction of this message is 
strictly prohibited and may be unlawful. If you are not the intended recipient, 
please contact the sender by return e-mail and destroy all copies of the 
original message.
--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users