This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- How to hide prerequisite window
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Aug 10, 2016
06:44 AM
How to hide prerequisite window
In Installshield created setup files, we will have below progress if any prerequisite installations are there before installing the main msi file extracted from setup.exe
Which is visible in the right edge of the screen.
Is it possible to hide this prerequisite screen???
And if possible how to keep our own custom progress bar in the splash screen itself.
Which is visible in the right edge of the screen.
Is it possible to hide this prerequisite screen???
And if possible how to keep our own custom progress bar in the splash screen itself.
(4) Replies
‎Aug 10, 2016
09:45 AM
Im am unaware of any way to hide the loading dialog, i think its directly related to Microsoft and the MSI that is extracting to run. Im assuming this is a Basic MSI project type? In that scebario the only way to NOT display that loading dialog is to not have the setup as an .exe but a .msi
The .exe wrapper produces this loading dialog.
The .exe wrapper produces this loading dialog.
‎Aug 11, 2016
02:48 AM
‎Aug 17, 2016
04:28 AM
PlinyElder wrote:
Im am unaware of any way to hide the loading dialog, i think its directly related to Microsoft and the MSI that is extracting to run. Im assuming this is a Basic MSI project type? In that scebario the only way to NOT display that loading dialog is to not have the setup as an .exe but a .msi
The .exe wrapper produces this loading dialog.
If we run the installation through msi, these screens won't come.
But my requirement is to customize these screens instead of removing them with a more flashy one.
I have the project ism file with me with all the prq files.
When I run the compiled setup.exe it should get the mpre flashy screen than the default installshield one.
Can we do that??
‎Aug 17, 2016
10:09 AM
Both the loading screen and the prerequisite dialog cannot be customized, its hardcoded into Installshield/Windows Installer.
There are things you can look at in the hardcoded data but its risky and you may break Installshield altogether so i've stayed away from it. For that information look at this thread
There are things you can look at in the hardcoded data but its risky and you may break Installshield altogether so i've stayed away from it. For that information look at this thread