/build/static/layout/Breadcrumb_cap_w.png

MSI installation is failed by giving an error 1603 required to run isscript.msi

I am trying install Openems app. it is a setup.exe file but when I run this file it is installing isscript.msi and OpenEMS.msi and I have the individual openEMSand isscript.msi files also. this openems.msi file is not working alone asking for isscript.msi.

What my question is, am confused about whether I should package it again or else create a transform for this.

If I should create a transform then how to add this isscript.msi file to application as it is asking for that file or I should remve that isscript file from msi

Please Can anybody help me

 


0 Comments   [ + ] Show comments

Answers (4)

Posted by: jagadeish 11 years ago
Red Belt
2

Check your main msi has any f1, f2, f3...fn custom actions..

If they are there then you have to install ISScript10.msi as a pre-req..

If they are not there then you can break the ISScript10.msi dependency by commenting other ISScript related custom actions (not f1, f2..fn) in main msi..

Posted by: kimdavi 11 years ago
Senior Yellow Belt
1

Try running the setup.exe /s /v /qn /isscriptdriven=1 instead of running the MSI directly. Let setup.exe take care of installing the isscript engine. Customize the MSI using additional properties in the setup command.


Comments:
Posted by: olditguy 11 years ago
Second Degree Blue Belt
0

Install ISScript.msi first then install openems.msi. isscript only needs /qb or /qn no transform needed.

You may need to set the property ISSCRIPTDRIVEN=1 either in the property table (use ORCA) or on the command-line to disable some of the isscript checks when openems.msi installs.  If isscript is already installed on the target PC you may need to remove it as isscript can be fussy about different versions sometimes.


Comments:
  • After setting that property it is giving another called error 1713

    Error 1713

    Open EMS cannot install one of its required products. Contact your technical support group.

    by surfing through net I got to know that we need to run setup.exe and msi alone will not work

    So, can't we make the msi to run without setup.exe - swetha539 11 years ago
Posted by: egiberne 11 years ago
Second Degree Brown Belt
0

Try nesting the both msi in a other one.

 
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