[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

[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

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

2011-01-31 Thread Subhasree Ramesh
and therefore needs to be placed in square-brackets or quotes? I'm confused though - why does the error say that your query is SELECT [Registry], [Key] FROM Registry but your query is only SELECT Key FROM Registry? *shrug* -Original Message- From: Subhasree Ramesh [mailto:subhasree.ram