Re: [WiX-users] Delete Registry Value

2010-12-12 Thread sagar shinde
any workaround? On Fri, Dec 10, 2010 at 11:31 PM, Blair wrote: > Built-in Windows Installer can append or prepend values to MULTI_SZ during > install, and (I suppose) remove those specific values on uninstall. I don't > think it natively supports removing arbitrary values, though. > > -Orig

Re: [WiX-users] Delete Registry Value

2010-12-10 Thread Blair
Built-in Windows Installer can append or prepend values to MULTI_SZ during install, and (I suppose) remove those specific values on uninstall. I don't think it natively supports removing arbitrary values, though. -Original Message- From: sagar shinde [mailto:sagar.i...@gmail.com] Sent: Th

Re: [WiX-users] Delete registry value

2009-07-02 Thread Yu, Brian
Regards Brian -Original Message- From: Alex Ivanoff [mailto:alex.ivan...@shavlik.com] Sent: 29 June 2009 22:33 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Delete registry value Is there a way to delete registry value? -