Re: [WiX-users] Change Add/Remove Programs buttons

2009-07-28 Thread Blair
you will have to accept that limitation. -Original Message- From: Ben Hegarty [mailto:heg...@gmail.com] Sent: Tuesday, July 28, 2009 2:06 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Change Add/Remove Programs buttons Basically we wanted a GUI of

Re: [WiX-users] Change Add/Remove Programs buttons

2009-07-28 Thread Ben Hegarty
Basically we wanted a GUI of some kind for the uninstall to accept passwords as we don't want to store them in the registry, Do you know of any other ways to get a GUI up from the remove button in wix? On Tue, Jul 28, 2009 at 8:49 PM, Sebastian Brand (Instyler Software) < wix+us...@instyler.com >

Re: [WiX-users] Change Add/Remove Programs buttons

2009-07-28 Thread Sebastian Brand (Instyler Software)
Hi Ben, The only valid options are using ARPNOMODIFY and ARPNOREMOVE to disable the change and/or remove button. The ARP control panel seems to know when a Windows Installer package handles Modify different from Remove, so you'd have to remove some registry values from the HKLM\.. \Uninstal