/build/static/layout/Breadcrumb_cap_w.png

issue with an installation running silently

hi all,

i've got an msi i'm deploying via sms and it has a custom action to run an executable to perform configuration at the end of the installation. i can run the msi silently obviously, but cannot hide the dialog box that appears to perform the post config. even if i configure the sms program to hide all windows and suppress all notifications.

is anyone aware of a wrapper i can deploy that will ensure the entire process runs silently?

0 Comments   [ + ] Show comments

Answers (5)

Posted by: anonymous_9363 15 years ago
Red Belt
0
Why not capture the EXE's activity into its own MSI and disable its execution in the current one (via a transform, of course)? After all, what can it be doing? It can only realistically be file or registry junk...
Posted by: groulder 15 years ago
Senior Yellow Belt
0
i'm not capable of doing that.

it's running in the execute immediately part of the msi script. seems to run a vbscript stored in the binary table first which determines the parameters for the executable. the next line calls the executable from the command line with the parameters the vbscript previously determined.

if only you could execute hidden in msi script. cutting all this out of the msi script and moving it into a seperate msi may be beyond my abilities.
Posted by: groulder 15 years ago
Senior Yellow Belt
0
wait..
it's currently after installfinalize...

if i move it before this, will it run silently with the rest of the msi?
Posted by: groulder 15 years ago
Senior Yellow Belt
0
or, even though i'm running it before installfinalize, because it's a seperate child exe will it not run hidden?
Posted by: anonymous_9363 15 years ago
Red Belt
0
The answer to both of your questions is "No."

It seems you have fallen victim to a lazy packager. I *could* suggest a nasty lash-up such as using AutoIt to automate the pressing of the necessary buttons but, while you're going to the lengths of learning how that utility works and building a script for it, it'd be simpler and more robust to capture it to an MSI. Have you seen/tried AppDeploy's Repackager tool? That strikes me as a no-cost, easy thing to try first.

BTW, a hint: use the 'Edit' link at the top-right of your post instead of making multiple posts.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ