Re: [WiX-users] Add Remove Programs: Need to suppress fatal error message

2008-10-04 Thread Bob Arnson
Nimisha Saboo wrote: > But is there no way, we can suppress this? Using some ARP property inside > wix may be? > I'm not aware of one. WiX and MSI don't control ARP. -- sig://boB http://joyofsetup.com/ - This SF.Net em

Re: [WiX-users] Add Remove Programs: Need to suppress fatal error message

2008-09-29 Thread Eitan Behar
] Add Remove Programs: Need to suppress fatal error message Hi Bob, Thanks for the reply. But is there no way, we can suppress this? Using some ARP property inside wix may be? Thanks, Nimisha On Sat, Sep 27, 2008 at 11:45 PM, Bob Arnson <[EMAIL PROTECTED]> wrote: > Nimisha Sa

Re: [WiX-users] Add Remove Programs: Need to suppress fatal error message

2008-09-29 Thread Nimisha Saboo
Hi Bob, Thanks for the reply. But is there no way, we can suppress this? Using some ARP property inside wix may be? Thanks, Nimisha On Sat, Sep 27, 2008 at 11:45 PM, Bob Arnson <[EMAIL PROTECTED]> wrote: > Nimisha Saboo wrote: > > uninstall. On clicking "OK", I am shown another dialog, saying "

Re: [WiX-users] Add Remove Programs: Need to suppress fatal error message

2008-09-27 Thread Bob Arnson
Nimisha Saboo wrote: > uninstall. On clicking "OK", I am shown another dialog, saying "Fatal Error > during installation." > > Any clue, how can I suppress this message? > The error message is shown by Add/Remove Programs; it can't be suppressed from a launch condition. -- sig://boB http://j

[WiX-users] Add Remove Programs: Need to suppress fatal error message

2008-09-25 Thread Nimisha Saboo
Hi, I have an MSI, which checks a certain condition during uninstall, and if that condition fails, uninstal does not happen. Doing it from the command line, I am able to show the message that the condition is not met, and my installer exits. However, when I do the uninstall from Add Remove program