[WiX-users] SQL Scripts and Strings

2006-09-04 Thread Michael Osmond
Hi,   In the Wix2.0 SqlScript and SqlString documentation there is now a "RollbackOnReinstall" attribute, however if I use this candle gives the error:     The SqlString element contains an unexpected attribute 'RollbackOnReinstall'   I have had a look in the source at Compiler.cs and the

[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.

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\”   Thanks, Derek   From: Vitaliy Ilyin [mailto:[EMAIL PROTECTED] Sent: Monday, September 04, 2006 3:27 AM To: [E

Re: [WiX-users] XML file

2006-09-04 Thread Crouch, John
Petrut, Try something like this. John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Petrut Andrei Sent: Monday, September 04, 2006 7:52 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] XML file Hi. I want to modify a XML file, but i get t

[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 ProviderOrder

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

2006-09-04 Thread Vitaliy Ilyin
Hi Derek,     Thanks for you quick answer.  I`d like to grab HKEY_LOCAL_MACHINE\SOFTWARE\ registry key and all it`s subkeys..   Regards, Vitaliy.   From: Derek Cicerone [mailto:[EMAIL PROTECTED] Sent: Monday, September 04, 2006 1:44 PM To: Vitaliy Ilyin; wix-users@lists.sour

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

2006-09-04 Thread Derek Cicerone
.reg files are not currently supported.  However, heat’s 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] 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 b