/build/static/layout/Breadcrumb_cap_w.png

Get rid of "InstallShield Wizard Complete"

Hi all,

I'm facing a problem with an ISScript 10 based Setup. Im calling the MSI with ISSETUPDRIVEN=1 Parameter (ISScript10.msi was installed before, of course) and the /quiet /norestart switches. However, everything runs silent except for the "InstallShield Wizard Complete" Screen coming up at the end. [&:]

Any help ist appreciated.

speedmr

0 Comments   [ + ] Show comments

Answers (4)

Posted by: anonymous_9363 13 years ago
Red Belt
0
I suspect that the MSI has a custom dialog which it is displaying, perhaps by Custom Action? If you log the install, open the log whilst that dialog is being displayed. That will tell you the dialog's name (if it's in the Dialog sequence) or the name of the CA, if it's being displayed in that way. You can then set the package to skip over the dialog/condition-out the CA.
Posted by: speedmr 13 years ago
Senior Yellow Belt
0
The last lines of the log at the time the Dialog is displayed are:

Action start 15:35:43: InstallODBC.
Action ended 15:35:43: InstallODBC. Return value 0.
Action start 15:35:43: InstallFinalize.
Action ended 15:35:43: InstallFinalize. Return value 1.
Action ended 15:35:43: INSTALL. Return value 1.
Action ended 15:35:43: AccessRT2002. Return value 1.
Action start 15:35:43: ISCleanUpSuccess.
1: Shutting down the PRC server...
1: RPC server shut down.
Action ended 15:35:43: ISCleanUpSuccess. Return value 1.
Action ended 15:35:43: INSTALL. Return value 1.

When I close the Dialog, the next lines are:

1: MsiServerStartup ends
Action ended 15:45:12: ISMsiServerStartup. Return value 0.
MSI (s) (60:E4) [15:45:12:872]: Product: Pyramid Networking Client -- Installation operation completed successfully.

I think it's the custom Action "ISMsiServerStartup". Sounds like a Standard Installshield Custom Action, right? Can I disable this CA without side effects? What is the best way to disable it?
Posted by: pjgeutjens 13 years ago
Red Belt
0
What is the best way to disable it?

least impact is to add a condition to it that says 1=2 (and to save the change in an MST)

Can I disable this CA without side effects?

test it [;)]

PJ
Posted by: speedmr 13 years ago
Senior Yellow Belt
0
The good news: setting the condition for ISMsiServerStartup to 1=2 eliminated the dialog
The bad news: The Installation crashed, because this CA seems to be elementary for the proper function of the install routine.

Even more stupid: The Dialog also comes up at the Uninstall - and shows the same checkbox as on install: "Launch Pyramid Networking Client" ;-)

Maybe I've got to do some short AutoIt Scripting to get the final solution.

Anyway, thanks for helping!
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
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