
jrahma1.5524919412014429E12 asked a question.
directly install without prompt
How can directly go to the install progress page without prompting the user for any Next..Next then close immediatelly after completion?

jrahma1.5524919412014429E12 asked a question.
Hi, I am Reva - Ask me anything.
No new updates
Thanks for the feedback!
Your feedback has been saved.Rate this response:
Add Additional feedback ( Optional )
Are you sure you want to cancel
the case creation?
Are you sure you want to cancel the case creation?
Activity: Status change: 2 hours ago
Are you sure you want to close this case
| Products | Region | Phone Numbers |
|---|---|---|
| FlexNet Operations FlexNet Embedded FlexNet Publisher FlexNet Connect FlexNet Code Insight InstallAnywhere InstallShield |
North America * |
+1 630-332-2513 (toll) +1 877-279-2853 (toll-free in North America) |
| Europe * |
+44 1925 944367 (toll) +44 800 047 8642 (toll-free in Europe) |
|
| Japan * | +81 3-4540-5335 (select option 2) | |
| Australia * |
+61 3 9895 2177 +61 1800 560 603 (toll-free in Australia) |
|
|
Usage Intelligence (formerly
Revulytics) Compliance Intelligence |
Please use the Case Portal to submit your support ticket or reach out to your Revenera contact. | |
simply remove (or "condition out") dialog sequences from your UI sequence if you don't want them to run.
more explianation plz...
you mean just keep the Installation progress dialog?
Under the "Cusom action and sequences" view, expand the "Installation\User Interface" tree. For each dialog node set the condition to "0", or simply remove it from the sequence altogether (i'd recommend setting the condition to "0" at least until you've tested the whole thing), or set it to a condition based on something settable from the command line (if that's what you'd like.)
This is not typical in installations because we usually want to present at least one dialog when a setup exe is clicked...just in case the user happens to click it accidentally. In this case, you'll probably want to use the InstallWelcome dialog or the ReadyToInstall dialog. Then just modify it so that it makes sense to the user. Alternatively, you could probably schedule a Set A Property CA that will set [UILevel] = 3 prior to any unwanted dlgs.
snippet from help;
You should use the UILevel property to determine the current user interface level. You cannot call MsiSetInternalUI from a custom action and it is not possible to change the UI level property from within a custom action.
It's better to display the welcome dialog to prompt the user just in case....
I will try it and let you know....
Glad i provided at least one solution that would work. :cool: