This website uses cookies. By browsing this website, you consent to the use of cookies. Learn more.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
- Flexera Software Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Silent (only progress bar) install
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
alina_b
Pilgrim
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Mar 09, 2008
09:35 PM
Silent (only progress bar) install
Hi,
I need to have some sort of "silent" install (only progress bar, no Cancel button).
I tried to use msiexec command line parameters /qn, /qb, /qn+, /qb-, but neither expose my desired functionality.
Basicly, I want that the clients cannot cancel the installation, but still have basic information that the an installation is in progress (progress bar).
Any ideas?
Thanks,
Alina
I need to have some sort of "silent" install (only progress bar, no Cancel button).
I tried to use msiexec command line parameters /qn, /qb, /qn+, /qb-, but neither expose my desired functionality.
Basicly, I want that the clients cannot cancel the installation, but still have basic information that the an installation is in progress (progress bar).
Any ideas?
Thanks,
Alina
3 Replies
nikhilgupta
Flexera beginner
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Mar 10, 2008
12:08 AM
Re: Silent (only progress bar) install
try msiexec with /qb! parameter
RobertDickau
Pilgrim
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Mar 11, 2008
11:41 AM
Re: Silent (only progress bar) install
Perhaps also see these old newsletter tips for information about MSI UI levels and hiding the Cancel button (PDF warning): http://www.macrovision.com/webdocuments/PDF/disable.pdf and http://www.macrovision.com/webdocuments/PDF/uilevels.pdf.
Highlighted