Inactivate cancel button in prerequisite
#1
Posted 28 July 2008 - 14:40
Please give me suggestions regarding my query....?
How to Inactivate cancel button in prerequisite window ?,
i want to install one prerequisite ,with that i want to install prerequisite forcefully without user interaction means we dont want cancel button,
so please give suggestion how to inactivate cancel button from prerequisite window..?
Thanks in advance,
--Tnaidu.
#2
Posted 31 July 2008 - 01:37
#3
Posted 31 July 2008 - 13:37
But prerequisite window is not present in the ControlCondition table,
so please give suggestion in this situation.
Or
Is it possible to hide the prerequisite window, i am using the IS11 basic msi.
Thanks in Advance,
--Tnaidu.
Edited by Tnaidu, 31 July 2008 - 13:37.
#4
Posted 31 July 2008 - 22:31
If you are using a basic msi, how have you created your set up?
You can skip any dialog by making the conditions skip it on the next button of the previous dialog.
#5
Posted 01 August 2008 - 10:06
- Try using http://www.google.com before posting.
- I answer questions only via forums. Please appreciate the time I give here and don't send me personal emails.
#6
Posted 01 August 2008 - 14:01
Thanks for your reply,
I am using the IS11 Basic MSI,
is it possible to hide in IS11,
please help me we are little bit urgency.
Thanks,
Tnaidu.
#7
Posted 01 August 2008 - 14:30
| QUOTE (Tnaidu @ 2008-08-01 13:01) |
| is it possible to hide in IS11 |
I don't have a clue, I'm afraid. As I said, I never set my packages up like that, preferring instead to install prerequisites via a deployment tool.
- Try using http://www.google.com before posting.
- I answer questions only via forums. Please appreciate the time I give here and don't send me personal emails.
#8
Posted 02 August 2008 - 15:36
Stefan Krüger
Microsoft Windows Installer MVP
InstallSite.org Stefan's Blog twitter facebook
HOWTO: Logging an MSI installation

#9
Posted 15 April 2012 - 15:09
| QUOTE (Stefan Krueger @ 2008-08-02 15:36) |
| The prerequisite dialog is displayed by setup.exe, before the actual msi setup is started. Therefore you can't easily change this behaviour. Also I think users should always have the option to cancel an action. What's your problem with this? |
I run my prerequisite as feature prerequisite – when the prerequisite Is running (In progress) and the user click on 'Cancel' button the prerequisite finishes the installation and only then the setup is aborted.
How can I Kill/Stop/Cancel the prerequisite installation and exit the setup? Can I?
Please advice.
Thanks
#10
Posted 16 April 2012 - 09:26
Stefan Krüger
Microsoft Windows Installer MVP
InstallSite.org Stefan's Blog twitter facebook
HOWTO: Logging an MSI installation

#11
Posted 16 April 2012 - 09:41
| QUOTE (Stefan Krueger @ 2012-04-16 09:26) |
| I don't think that's possible. InstallShield's setup.exe launches the prerequisite's setup.exe in silent mode. Now how would you abort this silently running setup? |
I'm not - During the prerequisite installation while the user click on Cancel button than the prerequisite running until the end and only than exit the setup.




