Passive not Silent Installations
We would like to get more insight into what is going on during the preinstallation and postinstallation steps for deployments. Other than DotNet 1.1, all of the installations are totally invisible, and it would be nice to be able to glance at the console and see where things were at.
I'm looking for something that could throw up some sort of non-blocking messagebox or bubble for each task. Any ideas?
David
I'm looking for something that could throw up some sort of non-blocking messagebox or bubble for each task. Any ideas?
David
0 Comments
[ + ] Show comments
Answers (5)
Please log in to answer
Posted by:
sdickenson
15 years ago
This all depends on the application you're trying to install. MSI-based installers use the flag "/qb" for a quiet installation with basic UI, essentially a progress bar window. Replace "/qn" with "/qb" on any MSI installer to get this basic UI. Other installers have different flags, many of which can be found just by searching through the AppDeploy KB and forums.
Posted by:
anyoneis
15 years ago
Posted by:
serrinca
15 years ago
Posted by:
lindsamw
15 years ago
I can vouch for AUTOIT also, great tool for general purpose scripting. I wrap a lot of my installers up in it just I can track more about the install, read log files when the install is done, check that processes/services started. Autoit sciprts can compile to executeables, then you can tell that exe to display tray tips. Very Handy.
Posted by:
anyoneis
15 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.