[WiX-users] Shortcut creation using WIX

2011-04-06 Thread Subhasree Ramesh
Hi All, I found the WIX structure for shortcut entry in MSI. I need some clarity on the attributes, Directory, WorkingDirectory, Icon and IconIndex. What needs to be the value for Directory and WorkingDirectory, if the shortcut for App1.msi need to be under ProgramFilesMenu/StartMenu/Applica

Re: [WiX-users] FW: Not able to read the Registry Key value of the MSI

2011-01-31 Thread Subhasree Ramesh
query is only "SELECT Key FROM > Registry"? *shrug* > > > -Original Message- > From: Subhasree Ramesh [mailto:subhasree.ram...@live.in] > Sent: 31 January 2011 17:08 > To: WIX Toolkit > Subject: [WiX-users] FW: Not able to read the Registry Key value of the

[WiX-users] FW: Not able to read the Registry Key value of the MSI

2011-01-31 Thread Subhasree Ramesh
Hi, I was trying to read the Registry Key value of MSI. Below is the code I used for the same: object[] o = null; IList resultRegisteries = database.ExecuteQuery("Select Key FROM Registry", o); On executing this code, I am getting the following exception: SQL query syntax invalid or u