[WiX-users] Disable "Log in as admin" Dialog during uninstall

2011-02-16 Thread Odamteng, Abraham
While Windows UAC is enabled, If the user attempts to uninstall the program using Add-Remove-Programs they will get a UAC prompt. If the user allows this prompt to time-out (or answers "No"), a message pops-up indicating the user must be an Administrator and should log-on as an Admin or contact

[WiX-users] Disable ExitDlg

2011-02-08 Thread Odamteng, Abraham
I am making an installer which offers two types of installation, Easy-Install and Customer-Install. I wish to disable the ExitDialog for the Easy-Install but keep it for the Custom-Install. How can I achieve this. Thanks ---