[WiX-users] Processing reg files using heat.exe

2006-09-04 Thread Vitaliy Ilyin
Hi everyone,   Is it possible to convert registry files to wix fragments using the heat.exe like it was with the tallow? If not, will this feature be implemented later?   Thanks, Vitaliy. - Using Tomcat

Re: [WiX-users] Processing reg files using heat.exe

2006-09-04 Thread Derek Cicerone
.reg files are not currently supported.  However, heats internal code has support for grabbing values directly from the registry, so it would probably be easiest to just add command line support for grabbing keys directly.  What kind of keys would you grab?  User settings?  HKCU?  HKLM?

[WiX-users] Writing to Registry during uninstallation

2006-09-04 Thread Stefan Pavlik
Hi list,... Is it possible to write (in standard MSI way) some value to the registry during uninstallation of the package ? Background: During installation I am preparing (in custom action) the string which is written into HKLM\SYSTEM\CurrentControlSet\Control\NetworkProvider\Order

Re: [WiX-users] XML file

2006-09-04 Thread Crouch, John
Petrut, Try something like this. XmlFile Id=' DocStorage 1' File='[DirectoryID]Web.Config' Action='setValue' Value=[DDD] ElementPath=/configuration/appSettings/[EMAIL PROTECTED]'key name here'[\]]/@value / John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [WiX-users] Processing reg files using heat.exe

2006-09-04 Thread Derek Cicerone
That sounds very reasonable to me please open a feature request and ask for the following syntax to be supported for heat: Heat.exe reg HKEY_LOCAL_MACHINE\SOFTWARE\Company Name Thanks, Derek From: Vitaliy Ilyin [mailto:[EMAIL PROTECTED] Sent: Monday, September 04, 2006 3:27

[WiX-users] HYPERLINK and COMBOBOX

2006-09-04 Thread Petrut Andrei
Hi. I have 2 problems: 1. I have a text and I want to transform it into a link to a page, so that when I click on it, the page is loaded. 2. How can I make a combobox not to be edited by user? I want the user not be able to type any character... Thanks in advance.