PDA

View Full Version : Silent + quiet installer still showing windows



MarkRiffey
06-26-2023, 03:26 PM
I expect to see an elevation message even in a silent + quiet install, but I dont expect to see the dialogs flashing by. Is this expected?

Mark

linder
06-27-2023, 07:03 AM
Hi Mark,

what kind of dialog do you see? All dialogs or only a progress bar dialog?

Friedrich

MarkRiffey
06-27-2023, 07:46 AM
Friedrich,

Here's a video showing what I see. https://vimeo.com/840082357/f5aa2d7d4c?share=copy

Mark

linder
06-27-2023, 08:52 AM
Mark,

please put the following two lines (If/End) around your Progress Dialog:

! Display progress dialog
If %_SB_INSTALLERFLAG% Does Not Equal "1" on Position "$SB_SILENTMODEFLAG$" Then
Progress Dialog: Display ()
End

Does this work?

Friedrich

MarkRiffey
06-27-2023, 10:05 AM
Sorry, this did not change the installer's behavior.

Mark

5135

MarkRiffey
06-27-2023, 10:05 AM
Woops. I see I added an else that is not supposed to be there. Will re-test


Mark

MarkRiffey
07-08-2023, 02:22 PM
Friedrich,

That worked, but I am curious why that code was necessary given that /S and /Q were already specified.

Mark

MarkRiffey
08-07-2023, 10:30 AM
Bump.

linder
08-08-2023, 08:49 AM
Fixed in the latest internal SetupBuilder 2023 build. Major rewrite of the dialog processing enging... Will be available soon (TM) ;-)

Friedrich

MarkRiffey
08-08-2023, 10:21 AM
available soon (TM) ;-)

Love it:)