Re: [WiX-users] Writing to Registry during uninstallation

2006-09-11 Thread Stefan Pavlik
Thanks for your replay. So I will need to write teh custom action when I want to support rollback for uninstallation. :-( thanks again stefan Bob Arnson wrote: > Stefan Pavlik wrote: >> Is it possible to write (in standard MSI way) some value to the >> registry during uninstallation of the pack

Re: [WiX-users] Writing to Registry during uninstallation

2006-09-11 Thread Bob Arnson
Stefan Pavlik wrote: > Is it possible to write (in standard MSI way) some value to the > registry during uninstallation of the package ? > WiX v3 supports the RemoveRegistryValue element to do that but MSI itself supports the removal only of whole values (or keys), which won't really help you

[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