Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Hide the dialog from Command prompt


1 reply to this topic

Ambika

Ambika
  • Full Members
  • 2 posts

Posted 14 December 2009 - 08:03

I wanted to hide the set-up progress dialog from the user during the roll back

I am rolling back the installation , during which my application launches Command prompt and the focus will be there on the command prompt. If i close the command prompt the installation is rolling back successfully, , but when I click on Cancel button of the Set-up progress dialog box , nothing happens .

Is there way to hide the Set-up progress dialog or move the focus from the command prompt to the Cancel button automatically( when the user does not enter any data on the Command prompt) , so that installation roll backs even after clicking on the Cancel
button

Best regards,
cheluvambike

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 14 December 2009 - 09:57

Are you talking about Rollback or Uninstall?

You can remove the Cancel button by running your setup in Basic UI mode using the switch:
msiexec.exe /i your.msi /qb!
or if launching from setup.exe:
setup.exe /v"/qb!"